diff --git a/.travis.yml b/.travis.yml index 900fbffa1..29b920feb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: csharp -solution: Ombi.sln +solution: src/Ombi.sln install: - mono Tools/nuget.exe restore Ombi.sln - nuget install NUnit.Runners -OutputDirectory testrunner diff --git a/Assemblies/Mono.Data.Sqlite.dll b/Old/Assemblies/Mono.Data.Sqlite.dll similarity index 100% rename from Assemblies/Mono.Data.Sqlite.dll rename to Old/Assemblies/Mono.Data.Sqlite.dll diff --git a/Ombi.Api.Interfaces/IApiRequest.cs b/Old/Ombi.Api.Interfaces/IApiRequest.cs similarity index 100% rename from Ombi.Api.Interfaces/IApiRequest.cs rename to Old/Ombi.Api.Interfaces/IApiRequest.cs diff --git a/Ombi.Api.Interfaces/IAppveyorApi.cs b/Old/Ombi.Api.Interfaces/IAppveyorApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IAppveyorApi.cs rename to Old/Ombi.Api.Interfaces/IAppveyorApi.cs diff --git a/Ombi.Api.Interfaces/ICouchPotatoApi.cs b/Old/Ombi.Api.Interfaces/ICouchPotatoApi.cs similarity index 100% rename from Ombi.Api.Interfaces/ICouchPotatoApi.cs rename to Old/Ombi.Api.Interfaces/ICouchPotatoApi.cs diff --git a/Ombi.Api.Interfaces/IDiscordApi.cs b/Old/Ombi.Api.Interfaces/IDiscordApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IDiscordApi.cs rename to Old/Ombi.Api.Interfaces/IDiscordApi.cs diff --git a/Ombi.Api.Interfaces/IEmbyApi.cs b/Old/Ombi.Api.Interfaces/IEmbyApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IEmbyApi.cs rename to Old/Ombi.Api.Interfaces/IEmbyApi.cs diff --git a/Ombi.Api.Interfaces/IHeadphonesApi.cs b/Old/Ombi.Api.Interfaces/IHeadphonesApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IHeadphonesApi.cs rename to Old/Ombi.Api.Interfaces/IHeadphonesApi.cs diff --git a/Ombi.Api.Interfaces/IMusicBrainzApi.cs b/Old/Ombi.Api.Interfaces/IMusicBrainzApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IMusicBrainzApi.cs rename to Old/Ombi.Api.Interfaces/IMusicBrainzApi.cs diff --git a/Ombi.Api.Interfaces/INetflixApi.cs b/Old/Ombi.Api.Interfaces/INetflixApi.cs similarity index 100% rename from Ombi.Api.Interfaces/INetflixApi.cs rename to Old/Ombi.Api.Interfaces/INetflixApi.cs diff --git a/Ombi.Api.Interfaces/IPlexApi.cs b/Old/Ombi.Api.Interfaces/IPlexApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IPlexApi.cs rename to Old/Ombi.Api.Interfaces/IPlexApi.cs diff --git a/Ombi.Api.Interfaces/IPushbulletApi.cs b/Old/Ombi.Api.Interfaces/IPushbulletApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IPushbulletApi.cs rename to Old/Ombi.Api.Interfaces/IPushbulletApi.cs diff --git a/Ombi.Api.Interfaces/IPushoverApi.cs b/Old/Ombi.Api.Interfaces/IPushoverApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IPushoverApi.cs rename to Old/Ombi.Api.Interfaces/IPushoverApi.cs diff --git a/Ombi.Api.Interfaces/IRadarrApi.cs b/Old/Ombi.Api.Interfaces/IRadarrApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IRadarrApi.cs rename to Old/Ombi.Api.Interfaces/IRadarrApi.cs diff --git a/Ombi.Api.Interfaces/ISickRageApi.cs b/Old/Ombi.Api.Interfaces/ISickRageApi.cs similarity index 100% rename from Ombi.Api.Interfaces/ISickRageApi.cs rename to Old/Ombi.Api.Interfaces/ISickRageApi.cs diff --git a/Ombi.Api.Interfaces/ISlackApi.cs b/Old/Ombi.Api.Interfaces/ISlackApi.cs similarity index 100% rename from Ombi.Api.Interfaces/ISlackApi.cs rename to Old/Ombi.Api.Interfaces/ISlackApi.cs diff --git a/Ombi.Api.Interfaces/ISonarrApi.cs b/Old/Ombi.Api.Interfaces/ISonarrApi.cs similarity index 100% rename from Ombi.Api.Interfaces/ISonarrApi.cs rename to Old/Ombi.Api.Interfaces/ISonarrApi.cs diff --git a/Ombi.Api.Interfaces/ITraktApi.cs b/Old/Ombi.Api.Interfaces/ITraktApi.cs similarity index 100% rename from Ombi.Api.Interfaces/ITraktApi.cs rename to Old/Ombi.Api.Interfaces/ITraktApi.cs diff --git a/Ombi.Api.Interfaces/IWatcherApi.cs b/Old/Ombi.Api.Interfaces/IWatcherApi.cs similarity index 100% rename from Ombi.Api.Interfaces/IWatcherApi.cs rename to Old/Ombi.Api.Interfaces/IWatcherApi.cs diff --git a/Ombi.Api.Interfaces/Ombi.Api.Interfaces.csproj b/Old/Ombi.Api.Interfaces/Ombi.Api.Interfaces.csproj similarity index 100% rename from Ombi.Api.Interfaces/Ombi.Api.Interfaces.csproj rename to Old/Ombi.Api.Interfaces/Ombi.Api.Interfaces.csproj diff --git a/Ombi.Api.Interfaces/Properties/AssemblyInfo.cs b/Old/Ombi.Api.Interfaces/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Api.Interfaces/Properties/AssemblyInfo.cs rename to Old/Ombi.Api.Interfaces/Properties/AssemblyInfo.cs diff --git a/Ombi.Api.Interfaces/app.config b/Old/Ombi.Api.Interfaces/app.config similarity index 100% rename from Ombi.Api.Interfaces/app.config rename to Old/Ombi.Api.Interfaces/app.config diff --git a/Ombi.Api.Interfaces/packages.config b/Old/Ombi.Api.Interfaces/packages.config similarity index 100% rename from Ombi.Api.Interfaces/packages.config rename to Old/Ombi.Api.Interfaces/packages.config diff --git a/Ombi.Api.Models/Appveyor/AppveyorProject.cs b/Old/Ombi.Api.Models/Appveyor/AppveyorProject.cs similarity index 100% rename from Ombi.Api.Models/Appveyor/AppveyorProject.cs rename to Old/Ombi.Api.Models/Appveyor/AppveyorProject.cs diff --git a/Ombi.Api.Models/Emby/EmbyChapter.cs b/Old/Ombi.Api.Models/Emby/EmbyChapter.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyChapter.cs rename to Old/Ombi.Api.Models/Emby/EmbyChapter.cs diff --git a/Ombi.Api.Models/Emby/EmbyConfiguration.cs b/Old/Ombi.Api.Models/Emby/EmbyConfiguration.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyConfiguration.cs rename to Old/Ombi.Api.Models/Emby/EmbyConfiguration.cs diff --git a/Ombi.Api.Models/Emby/EmbyEpisodeInformation.cs b/Old/Ombi.Api.Models/Emby/EmbyEpisodeInformation.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyEpisodeInformation.cs rename to Old/Ombi.Api.Models/Emby/EmbyEpisodeInformation.cs diff --git a/Ombi.Api.Models/Emby/EmbyEpisodeItem.cs b/Old/Ombi.Api.Models/Emby/EmbyEpisodeItem.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyEpisodeItem.cs rename to Old/Ombi.Api.Models/Emby/EmbyEpisodeItem.cs diff --git a/Ombi.Api.Models/Emby/EmbyExternalurl.cs b/Old/Ombi.Api.Models/Emby/EmbyExternalurl.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyExternalurl.cs rename to Old/Ombi.Api.Models/Emby/EmbyExternalurl.cs diff --git a/Ombi.Api.Models/Emby/EmbyImagetags.cs b/Old/Ombi.Api.Models/Emby/EmbyImagetags.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyImagetags.cs rename to Old/Ombi.Api.Models/Emby/EmbyImagetags.cs diff --git a/Ombi.Api.Models/Emby/EmbyInformation.cs b/Old/Ombi.Api.Models/Emby/EmbyInformation.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyInformation.cs rename to Old/Ombi.Api.Models/Emby/EmbyInformation.cs diff --git a/Ombi.Api.Models/Emby/EmbyItem.cs b/Old/Ombi.Api.Models/Emby/EmbyItem.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyItem.cs rename to Old/Ombi.Api.Models/Emby/EmbyItem.cs diff --git a/Ombi.Api.Models/Emby/EmbyItemContainer.cs b/Old/Ombi.Api.Models/Emby/EmbyItemContainer.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyItemContainer.cs rename to Old/Ombi.Api.Models/Emby/EmbyItemContainer.cs diff --git a/Ombi.Api.Models/Emby/EmbyMediaType.cs b/Old/Ombi.Api.Models/Emby/EmbyMediaType.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyMediaType.cs rename to Old/Ombi.Api.Models/Emby/EmbyMediaType.cs diff --git a/Ombi.Api.Models/Emby/EmbyMediasource.cs b/Old/Ombi.Api.Models/Emby/EmbyMediasource.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyMediasource.cs rename to Old/Ombi.Api.Models/Emby/EmbyMediasource.cs diff --git a/Ombi.Api.Models/Emby/EmbyMediastream.cs b/Old/Ombi.Api.Models/Emby/EmbyMediastream.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyMediastream.cs rename to Old/Ombi.Api.Models/Emby/EmbyMediastream.cs diff --git a/Ombi.Api.Models/Emby/EmbyMovieInformation.cs b/Old/Ombi.Api.Models/Emby/EmbyMovieInformation.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyMovieInformation.cs rename to Old/Ombi.Api.Models/Emby/EmbyMovieInformation.cs diff --git a/Ombi.Api.Models/Emby/EmbyMovieItem.cs b/Old/Ombi.Api.Models/Emby/EmbyMovieItem.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyMovieItem.cs rename to Old/Ombi.Api.Models/Emby/EmbyMovieItem.cs diff --git a/Ombi.Api.Models/Emby/EmbyPerson.cs b/Old/Ombi.Api.Models/Emby/EmbyPerson.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyPerson.cs rename to Old/Ombi.Api.Models/Emby/EmbyPerson.cs diff --git a/Ombi.Api.Models/Emby/EmbyPolicy.cs b/Old/Ombi.Api.Models/Emby/EmbyPolicy.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyPolicy.cs rename to Old/Ombi.Api.Models/Emby/EmbyPolicy.cs diff --git a/Ombi.Api.Models/Emby/EmbyProviderids.cs b/Old/Ombi.Api.Models/Emby/EmbyProviderids.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyProviderids.cs rename to Old/Ombi.Api.Models/Emby/EmbyProviderids.cs diff --git a/Ombi.Api.Models/Emby/EmbyRemotetrailer.cs b/Old/Ombi.Api.Models/Emby/EmbyRemotetrailer.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyRemotetrailer.cs rename to Old/Ombi.Api.Models/Emby/EmbyRemotetrailer.cs diff --git a/Ombi.Api.Models/Emby/EmbyRequiredhttpheaders.cs b/Old/Ombi.Api.Models/Emby/EmbyRequiredhttpheaders.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyRequiredhttpheaders.cs rename to Old/Ombi.Api.Models/Emby/EmbyRequiredhttpheaders.cs diff --git a/Ombi.Api.Models/Emby/EmbySeriesInformation.cs b/Old/Ombi.Api.Models/Emby/EmbySeriesInformation.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbySeriesInformation.cs rename to Old/Ombi.Api.Models/Emby/EmbySeriesInformation.cs diff --git a/Ombi.Api.Models/Emby/EmbySeriesItem.cs b/Old/Ombi.Api.Models/Emby/EmbySeriesItem.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbySeriesItem.cs rename to Old/Ombi.Api.Models/Emby/EmbySeriesItem.cs diff --git a/Ombi.Api.Models/Emby/EmbySeriesstudioinfo.cs b/Old/Ombi.Api.Models/Emby/EmbySeriesstudioinfo.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbySeriesstudioinfo.cs rename to Old/Ombi.Api.Models/Emby/EmbySeriesstudioinfo.cs diff --git a/Ombi.Api.Models/Emby/EmbyStudio.cs b/Old/Ombi.Api.Models/Emby/EmbyStudio.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyStudio.cs rename to Old/Ombi.Api.Models/Emby/EmbyStudio.cs diff --git a/Ombi.Api.Models/Emby/EmbySystemInfo.cs b/Old/Ombi.Api.Models/Emby/EmbySystemInfo.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbySystemInfo.cs rename to Old/Ombi.Api.Models/Emby/EmbySystemInfo.cs diff --git a/Ombi.Api.Models/Emby/EmbyUser.cs b/Old/Ombi.Api.Models/Emby/EmbyUser.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyUser.cs rename to Old/Ombi.Api.Models/Emby/EmbyUser.cs diff --git a/Ombi.Api.Models/Emby/EmbyUserdata.cs b/Old/Ombi.Api.Models/Emby/EmbyUserdata.cs similarity index 100% rename from Ombi.Api.Models/Emby/EmbyUserdata.cs rename to Old/Ombi.Api.Models/Emby/EmbyUserdata.cs diff --git a/Ombi.Api.Models/Movie/CouchPotatoAdd.cs b/Old/Ombi.Api.Models/Movie/CouchPotatoAdd.cs similarity index 100% rename from Ombi.Api.Models/Movie/CouchPotatoAdd.cs rename to Old/Ombi.Api.Models/Movie/CouchPotatoAdd.cs diff --git a/Ombi.Api.Models/Movie/CouchPotatoApiKey.cs b/Old/Ombi.Api.Models/Movie/CouchPotatoApiKey.cs similarity index 100% rename from Ombi.Api.Models/Movie/CouchPotatoApiKey.cs rename to Old/Ombi.Api.Models/Movie/CouchPotatoApiKey.cs diff --git a/Ombi.Api.Models/Movie/CouchPotatoMovies.cs b/Old/Ombi.Api.Models/Movie/CouchPotatoMovies.cs similarity index 100% rename from Ombi.Api.Models/Movie/CouchPotatoMovies.cs rename to Old/Ombi.Api.Models/Movie/CouchPotatoMovies.cs diff --git a/Ombi.Api.Models/Movie/CouchPotatoProfiles.cs b/Old/Ombi.Api.Models/Movie/CouchPotatoProfiles.cs similarity index 100% rename from Ombi.Api.Models/Movie/CouchPotatoProfiles.cs rename to Old/Ombi.Api.Models/Movie/CouchPotatoProfiles.cs diff --git a/Ombi.Api.Models/Movie/CouchPotatoStatus.cs b/Old/Ombi.Api.Models/Movie/CouchPotatoStatus.cs similarity index 100% rename from Ombi.Api.Models/Movie/CouchPotatoStatus.cs rename to Old/Ombi.Api.Models/Movie/CouchPotatoStatus.cs diff --git a/Ombi.Api.Models/Movie/TmdbMovieDetails.cs b/Old/Ombi.Api.Models/Movie/TmdbMovieDetails.cs similarity index 100% rename from Ombi.Api.Models/Movie/TmdbMovieDetails.cs rename to Old/Ombi.Api.Models/Movie/TmdbMovieDetails.cs diff --git a/Ombi.Api.Models/Music/HeadphonesAlbumSearchResult.cs b/Old/Ombi.Api.Models/Music/HeadphonesAlbumSearchResult.cs similarity index 100% rename from Ombi.Api.Models/Music/HeadphonesAlbumSearchResult.cs rename to Old/Ombi.Api.Models/Music/HeadphonesAlbumSearchResult.cs diff --git a/Ombi.Api.Models/Music/HeadphonesArtistSearchResult.cs b/Old/Ombi.Api.Models/Music/HeadphonesArtistSearchResult.cs similarity index 100% rename from Ombi.Api.Models/Music/HeadphonesArtistSearchResult.cs rename to Old/Ombi.Api.Models/Music/HeadphonesArtistSearchResult.cs diff --git a/Ombi.Api.Models/Music/HeadphonesGetIndex.cs b/Old/Ombi.Api.Models/Music/HeadphonesGetIndex.cs similarity index 100% rename from Ombi.Api.Models/Music/HeadphonesGetIndex.cs rename to Old/Ombi.Api.Models/Music/HeadphonesGetIndex.cs diff --git a/Ombi.Api.Models/Music/HeadphonesVersion.cs b/Old/Ombi.Api.Models/Music/HeadphonesVersion.cs similarity index 100% rename from Ombi.Api.Models/Music/HeadphonesVersion.cs rename to Old/Ombi.Api.Models/Music/HeadphonesVersion.cs diff --git a/Ombi.Api.Models/Music/MusicBrainzCoverArt.cs b/Old/Ombi.Api.Models/Music/MusicBrainzCoverArt.cs similarity index 100% rename from Ombi.Api.Models/Music/MusicBrainzCoverArt.cs rename to Old/Ombi.Api.Models/Music/MusicBrainzCoverArt.cs diff --git a/Ombi.Api.Models/Music/MusicBrainzReleaseInfo.cs b/Old/Ombi.Api.Models/Music/MusicBrainzReleaseInfo.cs similarity index 100% rename from Ombi.Api.Models/Music/MusicBrainzReleaseInfo.cs rename to Old/Ombi.Api.Models/Music/MusicBrainzReleaseInfo.cs diff --git a/Ombi.Api.Models/Music/MusicBrainzSearchResults.cs b/Old/Ombi.Api.Models/Music/MusicBrainzSearchResults.cs similarity index 100% rename from Ombi.Api.Models/Music/MusicBrainzSearchResults.cs rename to Old/Ombi.Api.Models/Music/MusicBrainzSearchResults.cs diff --git a/Ombi.Api.Models/Netflix/NetflixMovieResult.cs b/Old/Ombi.Api.Models/Netflix/NetflixMovieResult.cs similarity index 100% rename from Ombi.Api.Models/Netflix/NetflixMovieResult.cs rename to Old/Ombi.Api.Models/Netflix/NetflixMovieResult.cs diff --git a/Ombi.Api.Models/Notifications/DiscordWebhookRequest.cs b/Old/Ombi.Api.Models/Notifications/DiscordWebhookRequest.cs similarity index 100% rename from Ombi.Api.Models/Notifications/DiscordWebhookRequest.cs rename to Old/Ombi.Api.Models/Notifications/DiscordWebhookRequest.cs diff --git a/Ombi.Api.Models/Notifications/DiscordWebhookResponse.cs b/Old/Ombi.Api.Models/Notifications/DiscordWebhookResponse.cs similarity index 100% rename from Ombi.Api.Models/Notifications/DiscordWebhookResponse.cs rename to Old/Ombi.Api.Models/Notifications/DiscordWebhookResponse.cs diff --git a/Ombi.Api.Models/Notifications/PushbulletPush.cs b/Old/Ombi.Api.Models/Notifications/PushbulletPush.cs similarity index 100% rename from Ombi.Api.Models/Notifications/PushbulletPush.cs rename to Old/Ombi.Api.Models/Notifications/PushbulletPush.cs diff --git a/Ombi.Api.Models/Notifications/PushbulletResponse.cs b/Old/Ombi.Api.Models/Notifications/PushbulletResponse.cs similarity index 100% rename from Ombi.Api.Models/Notifications/PushbulletResponse.cs rename to Old/Ombi.Api.Models/Notifications/PushbulletResponse.cs diff --git a/Ombi.Api.Models/Notifications/PushoverResponse.cs b/Old/Ombi.Api.Models/Notifications/PushoverResponse.cs similarity index 100% rename from Ombi.Api.Models/Notifications/PushoverResponse.cs rename to Old/Ombi.Api.Models/Notifications/PushoverResponse.cs diff --git a/Ombi.Api.Models/Notifications/SlackNotificationBody.cs b/Old/Ombi.Api.Models/Notifications/SlackNotificationBody.cs similarity index 100% rename from Ombi.Api.Models/Notifications/SlackNotificationBody.cs rename to Old/Ombi.Api.Models/Notifications/SlackNotificationBody.cs diff --git a/Ombi.Api.Models/Ombi.Api.Models.csproj b/Old/Ombi.Api.Models/Ombi.Api.Models.csproj similarity index 100% rename from Ombi.Api.Models/Ombi.Api.Models.csproj rename to Old/Ombi.Api.Models/Ombi.Api.Models.csproj diff --git a/Ombi.Api.Models/Plex/PlexAccount.cs b/Old/Ombi.Api.Models/Plex/PlexAccount.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexAccount.cs rename to Old/Ombi.Api.Models/Plex/PlexAccount.cs diff --git a/Ombi.Api.Models/Plex/PlexAuthentication.cs b/Old/Ombi.Api.Models/Plex/PlexAuthentication.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexAuthentication.cs rename to Old/Ombi.Api.Models/Plex/PlexAuthentication.cs diff --git a/Ombi.Api.Models/Plex/PlexEpisodeMetadata.cs b/Old/Ombi.Api.Models/Plex/PlexEpisodeMetadata.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexEpisodeMetadata.cs rename to Old/Ombi.Api.Models/Plex/PlexEpisodeMetadata.cs diff --git a/Ombi.Api.Models/Plex/PlexError.cs b/Old/Ombi.Api.Models/Plex/PlexError.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexError.cs rename to Old/Ombi.Api.Models/Plex/PlexError.cs diff --git a/Ombi.Api.Models/Plex/PlexFriends.cs b/Old/Ombi.Api.Models/Plex/PlexFriends.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexFriends.cs rename to Old/Ombi.Api.Models/Plex/PlexFriends.cs diff --git a/Ombi.Api.Models/Plex/PlexLibraries.cs b/Old/Ombi.Api.Models/Plex/PlexLibraries.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexLibraries.cs rename to Old/Ombi.Api.Models/Plex/PlexLibraries.cs diff --git a/Ombi.Api.Models/Plex/PlexMediaType.cs b/Old/Ombi.Api.Models/Plex/PlexMediaType.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexMediaType.cs rename to Old/Ombi.Api.Models/Plex/PlexMediaType.cs diff --git a/Ombi.Api.Models/Plex/PlexMetadata.cs b/Old/Ombi.Api.Models/Plex/PlexMetadata.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexMetadata.cs rename to Old/Ombi.Api.Models/Plex/PlexMetadata.cs diff --git a/Ombi.Api.Models/Plex/PlexSearch.cs b/Old/Ombi.Api.Models/Plex/PlexSearch.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexSearch.cs rename to Old/Ombi.Api.Models/Plex/PlexSearch.cs diff --git a/Ombi.Api.Models/Plex/PlexServer.cs b/Old/Ombi.Api.Models/Plex/PlexServer.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexServer.cs rename to Old/Ombi.Api.Models/Plex/PlexServer.cs diff --git a/Ombi.Api.Models/Plex/PlexStatus.cs b/Old/Ombi.Api.Models/Plex/PlexStatus.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexStatus.cs rename to Old/Ombi.Api.Models/Plex/PlexStatus.cs diff --git a/Ombi.Api.Models/Plex/PlexUserRequest.cs b/Old/Ombi.Api.Models/Plex/PlexUserRequest.cs similarity index 100% rename from Ombi.Api.Models/Plex/PlexUserRequest.cs rename to Old/Ombi.Api.Models/Plex/PlexUserRequest.cs diff --git a/Ombi.Api.Models/Plex/RecentlyAddedModelOld.cs b/Old/Ombi.Api.Models/Plex/RecentlyAddedModelOld.cs similarity index 100% rename from Ombi.Api.Models/Plex/RecentlyAddedModelOld.cs rename to Old/Ombi.Api.Models/Plex/RecentlyAddedModelOld.cs diff --git a/Ombi.Api.Models/Properties/AssemblyInfo.cs b/Old/Ombi.Api.Models/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Api.Models/Properties/AssemblyInfo.cs rename to Old/Ombi.Api.Models/Properties/AssemblyInfo.cs diff --git a/Ombi.Api.Models/Radarr/RadarrAddMovie.cs b/Old/Ombi.Api.Models/Radarr/RadarrAddMovie.cs similarity index 100% rename from Ombi.Api.Models/Radarr/RadarrAddMovie.cs rename to Old/Ombi.Api.Models/Radarr/RadarrAddMovie.cs diff --git a/Ombi.Api.Models/Radarr/RadarrAddOptions.cs b/Old/Ombi.Api.Models/Radarr/RadarrAddOptions.cs similarity index 100% rename from Ombi.Api.Models/Radarr/RadarrAddOptions.cs rename to Old/Ombi.Api.Models/Radarr/RadarrAddOptions.cs diff --git a/Ombi.Api.Models/Radarr/RadarrError.cs b/Old/Ombi.Api.Models/Radarr/RadarrError.cs similarity index 100% rename from Ombi.Api.Models/Radarr/RadarrError.cs rename to Old/Ombi.Api.Models/Radarr/RadarrError.cs diff --git a/Ombi.Api.Models/Radarr/RadarrMovieContainer.cs b/Old/Ombi.Api.Models/Radarr/RadarrMovieContainer.cs similarity index 100% rename from Ombi.Api.Models/Radarr/RadarrMovieContainer.cs rename to Old/Ombi.Api.Models/Radarr/RadarrMovieContainer.cs diff --git a/Ombi.Api.Models/Radarr/RadarrMovieResponse.cs b/Old/Ombi.Api.Models/Radarr/RadarrMovieResponse.cs similarity index 100% rename from Ombi.Api.Models/Radarr/RadarrMovieResponse.cs rename to Old/Ombi.Api.Models/Radarr/RadarrMovieResponse.cs diff --git a/Ombi.Api.Models/SickRage/SickRageBase.cs b/Old/Ombi.Api.Models/SickRage/SickRageBase.cs similarity index 100% rename from Ombi.Api.Models/SickRage/SickRageBase.cs rename to Old/Ombi.Api.Models/SickRage/SickRageBase.cs diff --git a/Ombi.Api.Models/SickRage/SickRagePing.cs b/Old/Ombi.Api.Models/SickRage/SickRagePing.cs similarity index 100% rename from Ombi.Api.Models/SickRage/SickRagePing.cs rename to Old/Ombi.Api.Models/SickRage/SickRagePing.cs diff --git a/Ombi.Api.Models/SickRage/SickRageSeasonList.cs b/Old/Ombi.Api.Models/SickRage/SickRageSeasonList.cs similarity index 100% rename from Ombi.Api.Models/SickRage/SickRageSeasonList.cs rename to Old/Ombi.Api.Models/SickRage/SickRageSeasonList.cs diff --git a/Ombi.Api.Models/SickRage/SickRageShowInformation.cs b/Old/Ombi.Api.Models/SickRage/SickRageShowInformation.cs similarity index 100% rename from Ombi.Api.Models/SickRage/SickRageShowInformation.cs rename to Old/Ombi.Api.Models/SickRage/SickRageShowInformation.cs diff --git a/Ombi.Api.Models/SickRage/SickRageStatus.cs b/Old/Ombi.Api.Models/SickRage/SickRageStatus.cs similarity index 100% rename from Ombi.Api.Models/SickRage/SickRageStatus.cs rename to Old/Ombi.Api.Models/SickRage/SickRageStatus.cs diff --git a/Ombi.Api.Models/SickRage/SickRageTvAdd.cs b/Old/Ombi.Api.Models/SickRage/SickRageTvAdd.cs similarity index 100% rename from Ombi.Api.Models/SickRage/SickRageTvAdd.cs rename to Old/Ombi.Api.Models/SickRage/SickRageTvAdd.cs diff --git a/Ombi.Api.Models/SickRage/SickrageShows.cs b/Old/Ombi.Api.Models/SickRage/SickrageShows.cs similarity index 100% rename from Ombi.Api.Models/SickRage/SickrageShows.cs rename to Old/Ombi.Api.Models/SickRage/SickrageShows.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrAddEpisodeBody.cs b/Old/Ombi.Api.Models/Sonarr/SonarrAddEpisodeBody.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrAddEpisodeBody.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrAddEpisodeBody.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrAddEpisodeResult.cs b/Old/Ombi.Api.Models/Sonarr/SonarrAddEpisodeResult.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrAddEpisodeResult.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrAddEpisodeResult.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrAddSeries.cs b/Old/Ombi.Api.Models/Sonarr/SonarrAddSeries.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrAddSeries.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrAddSeries.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrAllSeries.cs b/Old/Ombi.Api.Models/Sonarr/SonarrAllSeries.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrAllSeries.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrAllSeries.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrEpisode.cs b/Old/Ombi.Api.Models/Sonarr/SonarrEpisode.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrEpisode.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrEpisode.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrEpisodes.cs b/Old/Ombi.Api.Models/Sonarr/SonarrEpisodes.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrEpisodes.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrEpisodes.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrError.cs b/Old/Ombi.Api.Models/Sonarr/SonarrError.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrError.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrError.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrProfile.cs b/Old/Ombi.Api.Models/Sonarr/SonarrProfile.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrProfile.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrProfile.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrRootFolder.cs b/Old/Ombi.Api.Models/Sonarr/SonarrRootFolder.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrRootFolder.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrRootFolder.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrSearchCommand.cs b/Old/Ombi.Api.Models/Sonarr/SonarrSearchCommand.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrSearchCommand.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrSearchCommand.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrSeasonSearchResult.cs b/Old/Ombi.Api.Models/Sonarr/SonarrSeasonSearchResult.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrSeasonSearchResult.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrSeasonSearchResult.cs diff --git a/Ombi.Api.Models/Sonarr/SonarrSeriesSearchResult.cs b/Old/Ombi.Api.Models/Sonarr/SonarrSeriesSearchResult.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SonarrSeriesSearchResult.cs rename to Old/Ombi.Api.Models/Sonarr/SonarrSeriesSearchResult.cs diff --git a/Ombi.Api.Models/Sonarr/SystemStatus.cs b/Old/Ombi.Api.Models/Sonarr/SystemStatus.cs similarity index 100% rename from Ombi.Api.Models/Sonarr/SystemStatus.cs rename to Old/Ombi.Api.Models/Sonarr/SystemStatus.cs diff --git a/Ombi.Api.Models/Tv/Authentication.cs b/Old/Ombi.Api.Models/Tv/Authentication.cs similarity index 100% rename from Ombi.Api.Models/Tv/Authentication.cs rename to Old/Ombi.Api.Models/Tv/Authentication.cs diff --git a/Ombi.Api.Models/Tv/TVMazeShow.cs b/Old/Ombi.Api.Models/Tv/TVMazeShow.cs similarity index 100% rename from Ombi.Api.Models/Tv/TVMazeShow.cs rename to Old/Ombi.Api.Models/Tv/TVMazeShow.cs diff --git a/Ombi.Api.Models/Tv/TvMazeEpisodes.cs b/Old/Ombi.Api.Models/Tv/TvMazeEpisodes.cs similarity index 100% rename from Ombi.Api.Models/Tv/TvMazeEpisodes.cs rename to Old/Ombi.Api.Models/Tv/TvMazeEpisodes.cs diff --git a/Ombi.Api.Models/Tv/TvMazeSearch.cs b/Old/Ombi.Api.Models/Tv/TvMazeSearch.cs similarity index 100% rename from Ombi.Api.Models/Tv/TvMazeSearch.cs rename to Old/Ombi.Api.Models/Tv/TvMazeSearch.cs diff --git a/Ombi.Api.Models/Tv/TvMazeSeasons.cs b/Old/Ombi.Api.Models/Tv/TvMazeSeasons.cs similarity index 100% rename from Ombi.Api.Models/Tv/TvMazeSeasons.cs rename to Old/Ombi.Api.Models/Tv/TvMazeSeasons.cs diff --git a/Ombi.Api.Models/Tv/TvSearchResult.cs b/Old/Ombi.Api.Models/Tv/TvSearchResult.cs similarity index 100% rename from Ombi.Api.Models/Tv/TvSearchResult.cs rename to Old/Ombi.Api.Models/Tv/TvSearchResult.cs diff --git a/Ombi.Api.Models/Tv/TvShow.cs b/Old/Ombi.Api.Models/Tv/TvShow.cs similarity index 100% rename from Ombi.Api.Models/Tv/TvShow.cs rename to Old/Ombi.Api.Models/Tv/TvShow.cs diff --git a/Ombi.Api.Models/Tv/TvShowImages.cs b/Old/Ombi.Api.Models/Tv/TvShowImages.cs similarity index 100% rename from Ombi.Api.Models/Tv/TvShowImages.cs rename to Old/Ombi.Api.Models/Tv/TvShowImages.cs diff --git a/Ombi.Api.Models/Watcher/WatcherAddMovieResult.cs b/Old/Ombi.Api.Models/Watcher/WatcherAddMovieResult.cs similarity index 100% rename from Ombi.Api.Models/Watcher/WatcherAddMovieResult.cs rename to Old/Ombi.Api.Models/Watcher/WatcherAddMovieResult.cs diff --git a/Ombi.Api.Models/Watcher/WatcherListStatusResult.cs b/Old/Ombi.Api.Models/Watcher/WatcherListStatusResult.cs similarity index 100% rename from Ombi.Api.Models/Watcher/WatcherListStatusResult.cs rename to Old/Ombi.Api.Models/Watcher/WatcherListStatusResult.cs diff --git a/Ombi.Api.Models/Watcher/WatcherResponse.cs b/Old/Ombi.Api.Models/Watcher/WatcherResponse.cs similarity index 100% rename from Ombi.Api.Models/Watcher/WatcherResponse.cs rename to Old/Ombi.Api.Models/Watcher/WatcherResponse.cs diff --git a/Ombi.Api.Models/Watcher/WatcherVersion.cs b/Old/Ombi.Api.Models/Watcher/WatcherVersion.cs similarity index 100% rename from Ombi.Api.Models/Watcher/WatcherVersion.cs rename to Old/Ombi.Api.Models/Watcher/WatcherVersion.cs diff --git a/Ombi.Api.Models/app.config b/Old/Ombi.Api.Models/app.config similarity index 100% rename from Ombi.Api.Models/app.config rename to Old/Ombi.Api.Models/app.config diff --git a/Ombi.Api.Models/packages.config b/Old/Ombi.Api.Models/packages.config similarity index 100% rename from Ombi.Api.Models/packages.config rename to Old/Ombi.Api.Models/packages.config diff --git a/Ombi.Api/ApiRequest.cs b/Old/Ombi.Api/ApiRequest.cs similarity index 100% rename from Ombi.Api/ApiRequest.cs rename to Old/Ombi.Api/ApiRequest.cs diff --git a/Ombi.Api/AppveyorApi.cs b/Old/Ombi.Api/AppveyorApi.cs similarity index 100% rename from Ombi.Api/AppveyorApi.cs rename to Old/Ombi.Api/AppveyorApi.cs diff --git a/Ombi.Api/CouchPotatoApi.cs b/Old/Ombi.Api/CouchPotatoApi.cs similarity index 100% rename from Ombi.Api/CouchPotatoApi.cs rename to Old/Ombi.Api/CouchPotatoApi.cs diff --git a/Ombi.Api/DiscordApi.cs b/Old/Ombi.Api/DiscordApi.cs similarity index 100% rename from Ombi.Api/DiscordApi.cs rename to Old/Ombi.Api/DiscordApi.cs diff --git a/Ombi.Api/EmbyApi.cs b/Old/Ombi.Api/EmbyApi.cs similarity index 100% rename from Ombi.Api/EmbyApi.cs rename to Old/Ombi.Api/EmbyApi.cs diff --git a/Ombi.Api/HeadphonesApi.cs b/Old/Ombi.Api/HeadphonesApi.cs similarity index 100% rename from Ombi.Api/HeadphonesApi.cs rename to Old/Ombi.Api/HeadphonesApi.cs diff --git a/Ombi.Api/MovieBase.cs b/Old/Ombi.Api/MovieBase.cs similarity index 100% rename from Ombi.Api/MovieBase.cs rename to Old/Ombi.Api/MovieBase.cs diff --git a/Ombi.Api/MusicBrainzApi.cs b/Old/Ombi.Api/MusicBrainzApi.cs similarity index 100% rename from Ombi.Api/MusicBrainzApi.cs rename to Old/Ombi.Api/MusicBrainzApi.cs diff --git a/Ombi.Api/NetflixRouletteApi.cs b/Old/Ombi.Api/NetflixRouletteApi.cs similarity index 100% rename from Ombi.Api/NetflixRouletteApi.cs rename to Old/Ombi.Api/NetflixRouletteApi.cs diff --git a/Ombi.Api/Ombi.Api.csproj b/Old/Ombi.Api/Ombi.Api.csproj similarity index 100% rename from Ombi.Api/Ombi.Api.csproj rename to Old/Ombi.Api/Ombi.Api.csproj diff --git a/Ombi.Api/PlexApi.cs b/Old/Ombi.Api/PlexApi.cs similarity index 100% rename from Ombi.Api/PlexApi.cs rename to Old/Ombi.Api/PlexApi.cs diff --git a/Ombi.Api/Properties/AssemblyInfo.cs b/Old/Ombi.Api/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Api/Properties/AssemblyInfo.cs rename to Old/Ombi.Api/Properties/AssemblyInfo.cs diff --git a/Ombi.Api/PushbulletApi.cs b/Old/Ombi.Api/PushbulletApi.cs similarity index 100% rename from Ombi.Api/PushbulletApi.cs rename to Old/Ombi.Api/PushbulletApi.cs diff --git a/Ombi.Api/PushoverApi.cs b/Old/Ombi.Api/PushoverApi.cs similarity index 100% rename from Ombi.Api/PushoverApi.cs rename to Old/Ombi.Api/PushoverApi.cs diff --git a/Ombi.Api/RadarrApi.cs b/Old/Ombi.Api/RadarrApi.cs similarity index 100% rename from Ombi.Api/RadarrApi.cs rename to Old/Ombi.Api/RadarrApi.cs diff --git a/Ombi.Api/RetryHandler.cs b/Old/Ombi.Api/RetryHandler.cs similarity index 100% rename from Ombi.Api/RetryHandler.cs rename to Old/Ombi.Api/RetryHandler.cs diff --git a/Ombi.Api/SickrageApi.cs b/Old/Ombi.Api/SickrageApi.cs similarity index 100% rename from Ombi.Api/SickrageApi.cs rename to Old/Ombi.Api/SickrageApi.cs diff --git a/Ombi.Api/SlackApi.cs b/Old/Ombi.Api/SlackApi.cs similarity index 100% rename from Ombi.Api/SlackApi.cs rename to Old/Ombi.Api/SlackApi.cs diff --git a/Ombi.Api/SonarrApi.cs b/Old/Ombi.Api/SonarrApi.cs similarity index 100% rename from Ombi.Api/SonarrApi.cs rename to Old/Ombi.Api/SonarrApi.cs diff --git a/Ombi.Api/TheMovieDbApi.cs b/Old/Ombi.Api/TheMovieDbApi.cs similarity index 100% rename from Ombi.Api/TheMovieDbApi.cs rename to Old/Ombi.Api/TheMovieDbApi.cs diff --git a/Ombi.Api/TheTvDbApi.cs b/Old/Ombi.Api/TheTvDbApi.cs similarity index 100% rename from Ombi.Api/TheTvDbApi.cs rename to Old/Ombi.Api/TheTvDbApi.cs diff --git a/Ombi.Api/TraktApi.cs b/Old/Ombi.Api/TraktApi.cs similarity index 100% rename from Ombi.Api/TraktApi.cs rename to Old/Ombi.Api/TraktApi.cs diff --git a/Ombi.Api/TvBase.cs b/Old/Ombi.Api/TvBase.cs similarity index 100% rename from Ombi.Api/TvBase.cs rename to Old/Ombi.Api/TvBase.cs diff --git a/Ombi.Api/TvMazeApi.cs b/Old/Ombi.Api/TvMazeApi.cs similarity index 100% rename from Ombi.Api/TvMazeApi.cs rename to Old/Ombi.Api/TvMazeApi.cs diff --git a/Ombi.Api/TvMazeBase.cs b/Old/Ombi.Api/TvMazeBase.cs similarity index 100% rename from Ombi.Api/TvMazeBase.cs rename to Old/Ombi.Api/TvMazeBase.cs diff --git a/Ombi.Api/WatcherApi.cs b/Old/Ombi.Api/WatcherApi.cs similarity index 100% rename from Ombi.Api/WatcherApi.cs rename to Old/Ombi.Api/WatcherApi.cs diff --git a/Ombi.Api/app.config b/Old/Ombi.Api/app.config similarity index 100% rename from Ombi.Api/app.config rename to Old/Ombi.Api/app.config diff --git a/Ombi.Api/packages.config b/Old/Ombi.Api/packages.config similarity index 100% rename from Ombi.Api/packages.config rename to Old/Ombi.Api/packages.config diff --git a/Ombi.Common/ContainerBuilder.cs b/Old/Ombi.Common/ContainerBuilder.cs similarity index 100% rename from Ombi.Common/ContainerBuilder.cs rename to Old/Ombi.Common/ContainerBuilder.cs diff --git a/Ombi.Common/Disk/DiskTransferService.cs b/Old/Ombi.Common/Disk/DiskTransferService.cs similarity index 100% rename from Ombi.Common/Disk/DiskTransferService.cs rename to Old/Ombi.Common/Disk/DiskTransferService.cs diff --git a/Ombi.Common/EnvironmentInfo/OsInfo.cs b/Old/Ombi.Common/EnvironmentInfo/OsInfo.cs similarity index 100% rename from Ombi.Common/EnvironmentInfo/OsInfo.cs rename to Old/Ombi.Common/EnvironmentInfo/OsInfo.cs diff --git a/Ombi.Common/EnvironmentInfo/PlatformInfo.cs b/Old/Ombi.Common/EnvironmentInfo/PlatformInfo.cs similarity index 100% rename from Ombi.Common/EnvironmentInfo/PlatformInfo.cs rename to Old/Ombi.Common/EnvironmentInfo/PlatformInfo.cs diff --git a/Ombi.Common/Ombi.Common.csproj b/Old/Ombi.Common/Ombi.Common.csproj similarity index 100% rename from Ombi.Common/Ombi.Common.csproj rename to Old/Ombi.Common/Ombi.Common.csproj diff --git a/Ombi.Common/Processes/ProcessInfo.cs b/Old/Ombi.Common/Processes/ProcessInfo.cs similarity index 100% rename from Ombi.Common/Processes/ProcessInfo.cs rename to Old/Ombi.Common/Processes/ProcessInfo.cs diff --git a/Ombi.Common/Processes/ProcessOutput.cs b/Old/Ombi.Common/Processes/ProcessOutput.cs similarity index 100% rename from Ombi.Common/Processes/ProcessOutput.cs rename to Old/Ombi.Common/Processes/ProcessOutput.cs diff --git a/Ombi.Common/Processes/ProcessProvider.cs b/Old/Ombi.Common/Processes/ProcessProvider.cs similarity index 100% rename from Ombi.Common/Processes/ProcessProvider.cs rename to Old/Ombi.Common/Processes/ProcessProvider.cs diff --git a/Ombi.Common/Properties/AssemblyInfo.cs b/Old/Ombi.Common/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Common/Properties/AssemblyInfo.cs rename to Old/Ombi.Common/Properties/AssemblyInfo.cs diff --git a/Ombi.Common/ServiceProvider.cs b/Old/Ombi.Common/ServiceProvider.cs similarity index 100% rename from Ombi.Common/ServiceProvider.cs rename to Old/Ombi.Common/ServiceProvider.cs diff --git a/Ombi.Common/packages.config b/Old/Ombi.Common/packages.config similarity index 100% rename from Ombi.Common/packages.config rename to Old/Ombi.Common/packages.config diff --git a/Ombi.Core.Migration/IMigration.cs b/Old/Ombi.Core.Migration/IMigration.cs similarity index 100% rename from Ombi.Core.Migration/IMigration.cs rename to Old/Ombi.Core.Migration/IMigration.cs diff --git a/Ombi.Core.Migration/IMigrationRunner.cs b/Old/Ombi.Core.Migration/IMigrationRunner.cs similarity index 100% rename from Ombi.Core.Migration/IMigrationRunner.cs rename to Old/Ombi.Core.Migration/IMigrationRunner.cs diff --git a/Ombi.Core.Migration/Migrate.cs b/Old/Ombi.Core.Migration/Migrate.cs similarity index 100% rename from Ombi.Core.Migration/Migrate.cs rename to Old/Ombi.Core.Migration/Migrate.cs diff --git a/Ombi.Core.Migration/MigrationAttribute.cs b/Old/Ombi.Core.Migration/MigrationAttribute.cs similarity index 100% rename from Ombi.Core.Migration/MigrationAttribute.cs rename to Old/Ombi.Core.Migration/MigrationAttribute.cs diff --git a/Ombi.Core.Migration/MigrationRunner.cs b/Old/Ombi.Core.Migration/MigrationRunner.cs similarity index 100% rename from Ombi.Core.Migration/MigrationRunner.cs rename to Old/Ombi.Core.Migration/MigrationRunner.cs diff --git a/Ombi.Core.Migration/Migrations/BaseMigration.cs b/Old/Ombi.Core.Migration/Migrations/BaseMigration.cs similarity index 100% rename from Ombi.Core.Migration/Migrations/BaseMigration.cs rename to Old/Ombi.Core.Migration/Migrations/BaseMigration.cs diff --git a/Ombi.Core.Migration/Migrations/Version1100.cs b/Old/Ombi.Core.Migration/Migrations/Version1100.cs similarity index 100% rename from Ombi.Core.Migration/Migrations/Version1100.cs rename to Old/Ombi.Core.Migration/Migrations/Version1100.cs diff --git a/Ombi.Core.Migration/Migrations/Version195.cs b/Old/Ombi.Core.Migration/Migrations/Version195.cs similarity index 100% rename from Ombi.Core.Migration/Migrations/Version195.cs rename to Old/Ombi.Core.Migration/Migrations/Version195.cs diff --git a/Ombi.Core.Migration/Migrations/Version2200.cs b/Old/Ombi.Core.Migration/Migrations/Version2200.cs similarity index 100% rename from Ombi.Core.Migration/Migrations/Version2200.cs rename to Old/Ombi.Core.Migration/Migrations/Version2200.cs diff --git a/Ombi.Core.Migration/Migrations/Version2210.cs b/Old/Ombi.Core.Migration/Migrations/Version2210.cs similarity index 100% rename from Ombi.Core.Migration/Migrations/Version2210.cs rename to Old/Ombi.Core.Migration/Migrations/Version2210.cs diff --git a/Ombi.Core.Migration/Ombi.Core.Migration.csproj b/Old/Ombi.Core.Migration/Ombi.Core.Migration.csproj similarity index 100% rename from Ombi.Core.Migration/Ombi.Core.Migration.csproj rename to Old/Ombi.Core.Migration/Ombi.Core.Migration.csproj diff --git a/Ombi.Core.Migration/Properties/AssemblyInfo.cs b/Old/Ombi.Core.Migration/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Core.Migration/Properties/AssemblyInfo.cs rename to Old/Ombi.Core.Migration/Properties/AssemblyInfo.cs diff --git a/Ombi.Core.Migration/app.config b/Old/Ombi.Core.Migration/app.config similarity index 100% rename from Ombi.Core.Migration/app.config rename to Old/Ombi.Core.Migration/app.config diff --git a/Ombi.Core.Migration/job_scheduling_data_2_0.xsd b/Old/Ombi.Core.Migration/job_scheduling_data_2_0.xsd similarity index 100% rename from Ombi.Core.Migration/job_scheduling_data_2_0.xsd rename to Old/Ombi.Core.Migration/job_scheduling_data_2_0.xsd diff --git a/Ombi.Core.Migration/packages.config b/Old/Ombi.Core.Migration/packages.config similarity index 100% rename from Ombi.Core.Migration/packages.config rename to Old/Ombi.Core.Migration/packages.config diff --git a/Ombi.Core.Tests/AuthenticationSettingsTests.cs b/Old/Ombi.Core.Tests/AuthenticationSettingsTests.cs similarity index 100% rename from Ombi.Core.Tests/AuthenticationSettingsTests.cs rename to Old/Ombi.Core.Tests/AuthenticationSettingsTests.cs diff --git a/Ombi.Core.Tests/MovieSenderTests.cs b/Old/Ombi.Core.Tests/MovieSenderTests.cs similarity index 100% rename from Ombi.Core.Tests/MovieSenderTests.cs rename to Old/Ombi.Core.Tests/MovieSenderTests.cs diff --git a/Ombi.Core.Tests/NotificationMessageResolverTests.cs b/Old/Ombi.Core.Tests/NotificationMessageResolverTests.cs similarity index 100% rename from Ombi.Core.Tests/NotificationMessageResolverTests.cs rename to Old/Ombi.Core.Tests/NotificationMessageResolverTests.cs diff --git a/Ombi.Core.Tests/Ombi.Core.Tests.csproj b/Old/Ombi.Core.Tests/Ombi.Core.Tests.csproj similarity index 100% rename from Ombi.Core.Tests/Ombi.Core.Tests.csproj rename to Old/Ombi.Core.Tests/Ombi.Core.Tests.csproj diff --git a/Ombi.Core.Tests/Properties/AssemblyInfo.cs b/Old/Ombi.Core.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Core.Tests/Properties/AssemblyInfo.cs rename to Old/Ombi.Core.Tests/Properties/AssemblyInfo.cs diff --git a/Ombi.Core.Tests/app.config b/Old/Ombi.Core.Tests/app.config similarity index 100% rename from Ombi.Core.Tests/app.config rename to Old/Ombi.Core.Tests/app.config diff --git a/Ombi.Core.Tests/packages.config b/Old/Ombi.Core.Tests/packages.config similarity index 100% rename from Ombi.Core.Tests/packages.config rename to Old/Ombi.Core.Tests/packages.config diff --git a/Ombi.Core/CacheKeys.cs b/Old/Ombi.Core/CacheKeys.cs similarity index 100% rename from Ombi.Core/CacheKeys.cs rename to Old/Ombi.Core/CacheKeys.cs diff --git a/Ombi.Core/HeadphonesSender.cs b/Old/Ombi.Core/HeadphonesSender.cs similarity index 100% rename from Ombi.Core/HeadphonesSender.cs rename to Old/Ombi.Core/HeadphonesSender.cs diff --git a/Ombi.Core/IIssueService.cs b/Old/Ombi.Core/IIssueService.cs similarity index 100% rename from Ombi.Core/IIssueService.cs rename to Old/Ombi.Core/IIssueService.cs diff --git a/Ombi.Core/IMovieSender.cs b/Old/Ombi.Core/IMovieSender.cs similarity index 100% rename from Ombi.Core/IMovieSender.cs rename to Old/Ombi.Core/IMovieSender.cs diff --git a/Ombi.Core/IPlexReadOnlyDatabase.cs b/Old/Ombi.Core/IPlexReadOnlyDatabase.cs similarity index 100% rename from Ombi.Core/IPlexReadOnlyDatabase.cs rename to Old/Ombi.Core/IPlexReadOnlyDatabase.cs diff --git a/Ombi.Core/IRequestService.cs b/Old/Ombi.Core/IRequestService.cs similarity index 100% rename from Ombi.Core/IRequestService.cs rename to Old/Ombi.Core/IRequestService.cs diff --git a/Ombi.Core/ISecurityExtensions.cs b/Old/Ombi.Core/ISecurityExtensions.cs similarity index 100% rename from Ombi.Core/ISecurityExtensions.cs rename to Old/Ombi.Core/ISecurityExtensions.cs diff --git a/Ombi.Core/ISettingsService.cs b/Old/Ombi.Core/ISettingsService.cs similarity index 100% rename from Ombi.Core/ISettingsService.cs rename to Old/Ombi.Core/ISettingsService.cs diff --git a/Ombi.Core/IStatusChecker.cs b/Old/Ombi.Core/IStatusChecker.cs similarity index 100% rename from Ombi.Core/IStatusChecker.cs rename to Old/Ombi.Core/IStatusChecker.cs diff --git a/Ombi.Core/JsonIssuesModelRequestService.cs b/Old/Ombi.Core/JsonIssuesModelRequestService.cs similarity index 100% rename from Ombi.Core/JsonIssuesModelRequestService.cs rename to Old/Ombi.Core/JsonIssuesModelRequestService.cs diff --git a/Ombi.Core/JsonRequestModelRequestService.cs b/Old/Ombi.Core/JsonRequestModelRequestService.cs similarity index 100% rename from Ombi.Core/JsonRequestModelRequestService.cs rename to Old/Ombi.Core/JsonRequestModelRequestService.cs diff --git a/Ombi.Core/Models/IssuesModel.cs b/Old/Ombi.Core/Models/IssuesModel.cs similarity index 100% rename from Ombi.Core/Models/IssuesModel.cs rename to Old/Ombi.Core/Models/IssuesModel.cs diff --git a/Ombi.Core/Models/NotificationType.cs b/Old/Ombi.Core/Models/NotificationType.cs similarity index 100% rename from Ombi.Core/Models/NotificationType.cs rename to Old/Ombi.Core/Models/NotificationType.cs diff --git a/Ombi.Core/Models/RecentUpdatesModel.cs b/Old/Ombi.Core/Models/RecentUpdatesModel.cs similarity index 100% rename from Ombi.Core/Models/RecentUpdatesModel.cs rename to Old/Ombi.Core/Models/RecentUpdatesModel.cs diff --git a/Ombi.Core/Models/StatusModel.cs b/Old/Ombi.Core/Models/StatusModel.cs similarity index 100% rename from Ombi.Core/Models/StatusModel.cs rename to Old/Ombi.Core/Models/StatusModel.cs diff --git a/Ombi.Core/Models/UserProperties.cs b/Old/Ombi.Core/Models/UserProperties.cs similarity index 100% rename from Ombi.Core/Models/UserProperties.cs rename to Old/Ombi.Core/Models/UserProperties.cs diff --git a/Ombi.Core/MovieSender.cs b/Old/Ombi.Core/MovieSender.cs similarity index 100% rename from Ombi.Core/MovieSender.cs rename to Old/Ombi.Core/MovieSender.cs diff --git a/Ombi.Core/MovieSenderResult.cs b/Old/Ombi.Core/MovieSenderResult.cs similarity index 100% rename from Ombi.Core/MovieSenderResult.cs rename to Old/Ombi.Core/MovieSenderResult.cs diff --git a/Ombi.Core/Notification/NotificationMessage.cs b/Old/Ombi.Core/Notification/NotificationMessage.cs similarity index 100% rename from Ombi.Core/Notification/NotificationMessage.cs rename to Old/Ombi.Core/Notification/NotificationMessage.cs diff --git a/Ombi.Core/Notification/NotificationMessageContent.cs b/Old/Ombi.Core/Notification/NotificationMessageContent.cs similarity index 100% rename from Ombi.Core/Notification/NotificationMessageContent.cs rename to Old/Ombi.Core/Notification/NotificationMessageContent.cs diff --git a/Ombi.Core/Notification/NotificationMessageCurlys.cs b/Old/Ombi.Core/Notification/NotificationMessageCurlys.cs similarity index 100% rename from Ombi.Core/Notification/NotificationMessageCurlys.cs rename to Old/Ombi.Core/Notification/NotificationMessageCurlys.cs diff --git a/Ombi.Core/Notification/NotificationMessageResolver.cs b/Old/Ombi.Core/Notification/NotificationMessageResolver.cs similarity index 100% rename from Ombi.Core/Notification/NotificationMessageResolver.cs rename to Old/Ombi.Core/Notification/NotificationMessageResolver.cs diff --git a/Ombi.Core/Notification/Templates/BasicRequestTemplate.html b/Old/Ombi.Core/Notification/Templates/BasicRequestTemplate.html similarity index 100% rename from Ombi.Core/Notification/Templates/BasicRequestTemplate.html rename to Old/Ombi.Core/Notification/Templates/BasicRequestTemplate.html diff --git a/Ombi.Core/Notification/Templates/EmailBasicTemplate.cs b/Old/Ombi.Core/Notification/Templates/EmailBasicTemplate.cs similarity index 100% rename from Ombi.Core/Notification/Templates/EmailBasicTemplate.cs rename to Old/Ombi.Core/Notification/Templates/EmailBasicTemplate.cs diff --git a/Ombi.Core/Notification/Templates/IEmailBasicTemplate.cs b/Old/Ombi.Core/Notification/Templates/IEmailBasicTemplate.cs similarity index 100% rename from Ombi.Core/Notification/Templates/IEmailBasicTemplate.cs rename to Old/Ombi.Core/Notification/Templates/IEmailBasicTemplate.cs diff --git a/Ombi.Core/Notification/TransportType.cs b/Old/Ombi.Core/Notification/TransportType.cs similarity index 100% rename from Ombi.Core/Notification/TransportType.cs rename to Old/Ombi.Core/Notification/TransportType.cs diff --git a/Ombi.Core/Ombi.Core.csproj b/Old/Ombi.Core/Ombi.Core.csproj similarity index 100% rename from Ombi.Core/Ombi.Core.csproj rename to Old/Ombi.Core/Ombi.Core.csproj diff --git a/Ombi.Core/PlexReadOnlyDatabase.cs b/Old/Ombi.Core/PlexReadOnlyDatabase.cs similarity index 100% rename from Ombi.Core/PlexReadOnlyDatabase.cs rename to Old/Ombi.Core/PlexReadOnlyDatabase.cs diff --git a/Ombi.Core/Properties/AssemblyInfo.cs b/Old/Ombi.Core/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Core/Properties/AssemblyInfo.cs rename to Old/Ombi.Core/Properties/AssemblyInfo.cs diff --git a/Ombi.Core/Queue/ITransientFaultQueue.cs b/Old/Ombi.Core/Queue/ITransientFaultQueue.cs similarity index 100% rename from Ombi.Core/Queue/ITransientFaultQueue.cs rename to Old/Ombi.Core/Queue/ITransientFaultQueue.cs diff --git a/Ombi.Core/Queue/TransientFaultQueue.cs b/Old/Ombi.Core/Queue/TransientFaultQueue.cs similarity index 100% rename from Ombi.Core/Queue/TransientFaultQueue.cs rename to Old/Ombi.Core/Queue/TransientFaultQueue.cs diff --git a/Ombi.Core/SecurityExtensions.cs b/Old/Ombi.Core/SecurityExtensions.cs similarity index 100% rename from Ombi.Core/SecurityExtensions.cs rename to Old/Ombi.Core/SecurityExtensions.cs diff --git a/Ombi.Core/SettingModels/AuthenticationSettings.cs b/Old/Ombi.Core/SettingModels/AuthenticationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/AuthenticationSettings.cs rename to Old/Ombi.Core/SettingModels/AuthenticationSettings.cs diff --git a/Ombi.Core/SettingModels/CouchPotatoSettings.cs b/Old/Ombi.Core/SettingModels/CouchPotatoSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/CouchPotatoSettings.cs rename to Old/Ombi.Core/SettingModels/CouchPotatoSettings.cs diff --git a/Ombi.Core/SettingModels/CustomizationSettings.cs b/Old/Ombi.Core/SettingModels/CustomizationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/CustomizationSettings.cs rename to Old/Ombi.Core/SettingModels/CustomizationSettings.cs diff --git a/Ombi.Core/SettingModels/DiscordNotificationSettings.cs b/Old/Ombi.Core/SettingModels/DiscordNotificationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/DiscordNotificationSettings.cs rename to Old/Ombi.Core/SettingModels/DiscordNotificationSettings.cs diff --git a/Ombi.Core/SettingModels/EmailNotificationSettings.cs b/Old/Ombi.Core/SettingModels/EmailNotificationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/EmailNotificationSettings.cs rename to Old/Ombi.Core/SettingModels/EmailNotificationSettings.cs diff --git a/Ombi.Core/SettingModels/EmbySettings.cs b/Old/Ombi.Core/SettingModels/EmbySettings.cs similarity index 100% rename from Ombi.Core/SettingModels/EmbySettings.cs rename to Old/Ombi.Core/SettingModels/EmbySettings.cs diff --git a/Ombi.Core/SettingModels/ExternalSettings.cs b/Old/Ombi.Core/SettingModels/ExternalSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/ExternalSettings.cs rename to Old/Ombi.Core/SettingModels/ExternalSettings.cs diff --git a/Ombi.Core/SettingModels/HeadphonesSettings.cs b/Old/Ombi.Core/SettingModels/HeadphonesSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/HeadphonesSettings.cs rename to Old/Ombi.Core/SettingModels/HeadphonesSettings.cs diff --git a/Ombi.Core/SettingModels/LandingPageSettings.cs b/Old/Ombi.Core/SettingModels/LandingPageSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/LandingPageSettings.cs rename to Old/Ombi.Core/SettingModels/LandingPageSettings.cs diff --git a/Ombi.Core/SettingModels/LogSettings.cs b/Old/Ombi.Core/SettingModels/LogSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/LogSettings.cs rename to Old/Ombi.Core/SettingModels/LogSettings.cs diff --git a/Ombi.Core/SettingModels/MassEmailSettings.cs b/Old/Ombi.Core/SettingModels/MassEmailSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/MassEmailSettings.cs rename to Old/Ombi.Core/SettingModels/MassEmailSettings.cs diff --git a/Ombi.Core/SettingModels/NewsletterSettings.cs b/Old/Ombi.Core/SettingModels/NewsletterSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/NewsletterSettings.cs rename to Old/Ombi.Core/SettingModels/NewsletterSettings.cs diff --git a/Ombi.Core/SettingModels/NotificationSettings.cs b/Old/Ombi.Core/SettingModels/NotificationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/NotificationSettings.cs rename to Old/Ombi.Core/SettingModels/NotificationSettings.cs diff --git a/Ombi.Core/SettingModels/NotificationSettingsV2.cs b/Old/Ombi.Core/SettingModels/NotificationSettingsV2.cs similarity index 100% rename from Ombi.Core/SettingModels/NotificationSettingsV2.cs rename to Old/Ombi.Core/SettingModels/NotificationSettingsV2.cs diff --git a/Ombi.Core/SettingModels/PlexRequestSettings.cs b/Old/Ombi.Core/SettingModels/PlexRequestSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/PlexRequestSettings.cs rename to Old/Ombi.Core/SettingModels/PlexRequestSettings.cs diff --git a/Ombi.Core/SettingModels/PlexSettings.cs b/Old/Ombi.Core/SettingModels/PlexSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/PlexSettings.cs rename to Old/Ombi.Core/SettingModels/PlexSettings.cs diff --git a/Ombi.Core/SettingModels/PushBulletNotificationSettings.cs b/Old/Ombi.Core/SettingModels/PushBulletNotificationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/PushBulletNotificationSettings.cs rename to Old/Ombi.Core/SettingModels/PushBulletNotificationSettings.cs diff --git a/Ombi.Core/SettingModels/PushoverNotificationSettings.cs b/Old/Ombi.Core/SettingModels/PushoverNotificationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/PushoverNotificationSettings.cs rename to Old/Ombi.Core/SettingModels/PushoverNotificationSettings.cs diff --git a/Ombi.Core/SettingModels/RadarrSettings.cs b/Old/Ombi.Core/SettingModels/RadarrSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/RadarrSettings.cs rename to Old/Ombi.Core/SettingModels/RadarrSettings.cs diff --git a/Ombi.Core/SettingModels/RequestSettings.cs b/Old/Ombi.Core/SettingModels/RequestSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/RequestSettings.cs rename to Old/Ombi.Core/SettingModels/RequestSettings.cs diff --git a/Ombi.Core/SettingModels/ScheduledJobsSettings.cs b/Old/Ombi.Core/SettingModels/ScheduledJobsSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/ScheduledJobsSettings.cs rename to Old/Ombi.Core/SettingModels/ScheduledJobsSettings.cs diff --git a/Ombi.Core/SettingModels/Settings.cs b/Old/Ombi.Core/SettingModels/Settings.cs similarity index 100% rename from Ombi.Core/SettingModels/Settings.cs rename to Old/Ombi.Core/SettingModels/Settings.cs diff --git a/Ombi.Core/SettingModels/SickRageSettings.cs b/Old/Ombi.Core/SettingModels/SickRageSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/SickRageSettings.cs rename to Old/Ombi.Core/SettingModels/SickRageSettings.cs diff --git a/Ombi.Core/SettingModels/SlackNotificationSettings.cs b/Old/Ombi.Core/SettingModels/SlackNotificationSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/SlackNotificationSettings.cs rename to Old/Ombi.Core/SettingModels/SlackNotificationSettings.cs diff --git a/Ombi.Core/SettingModels/SonarrSettings.cs b/Old/Ombi.Core/SettingModels/SonarrSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/SonarrSettings.cs rename to Old/Ombi.Core/SettingModels/SonarrSettings.cs diff --git a/Ombi.Core/SettingModels/SystemSettings.cs b/Old/Ombi.Core/SettingModels/SystemSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/SystemSettings.cs rename to Old/Ombi.Core/SettingModels/SystemSettings.cs diff --git a/Ombi.Core/SettingModels/UserManagementSettings.cs b/Old/Ombi.Core/SettingModels/UserManagementSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/UserManagementSettings.cs rename to Old/Ombi.Core/SettingModels/UserManagementSettings.cs diff --git a/Ombi.Core/SettingModels/WatcherSettings.cs b/Old/Ombi.Core/SettingModels/WatcherSettings.cs similarity index 100% rename from Ombi.Core/SettingModels/WatcherSettings.cs rename to Old/Ombi.Core/SettingModels/WatcherSettings.cs diff --git a/Ombi.Core/SettingsServiceV2.cs b/Old/Ombi.Core/SettingsServiceV2.cs similarity index 100% rename from Ombi.Core/SettingsServiceV2.cs rename to Old/Ombi.Core/SettingsServiceV2.cs diff --git a/Ombi.Core/Setup.cs b/Old/Ombi.Core/Setup.cs similarity index 100% rename from Ombi.Core/Setup.cs rename to Old/Ombi.Core/Setup.cs diff --git a/Ombi.Core/StatusChecker/AppveyorArtifactResult.cs b/Old/Ombi.Core/StatusChecker/AppveyorArtifactResult.cs similarity index 100% rename from Ombi.Core/StatusChecker/AppveyorArtifactResult.cs rename to Old/Ombi.Core/StatusChecker/AppveyorArtifactResult.cs diff --git a/Ombi.Core/StatusChecker/AppveyorBranchResult.cs b/Old/Ombi.Core/StatusChecker/AppveyorBranchResult.cs similarity index 100% rename from Ombi.Core/StatusChecker/AppveyorBranchResult.cs rename to Old/Ombi.Core/StatusChecker/AppveyorBranchResult.cs diff --git a/Ombi.Core/StatusChecker/StatusChecker.cs b/Old/Ombi.Core/StatusChecker/StatusChecker.cs similarity index 100% rename from Ombi.Core/StatusChecker/StatusChecker.cs rename to Old/Ombi.Core/StatusChecker/StatusChecker.cs diff --git a/Ombi.Core/Tv/TvSender.cs b/Old/Ombi.Core/Tv/TvSender.cs similarity index 100% rename from Ombi.Core/Tv/TvSender.cs rename to Old/Ombi.Core/Tv/TvSender.cs diff --git a/Ombi.Core/Tv/TvSenderOld.cs b/Old/Ombi.Core/Tv/TvSenderOld.cs similarity index 100% rename from Ombi.Core/Tv/TvSenderOld.cs rename to Old/Ombi.Core/Tv/TvSenderOld.cs diff --git a/Ombi.Core/Tv/TvSenderV2.cs b/Old/Ombi.Core/Tv/TvSenderV2.cs similarity index 100% rename from Ombi.Core/Tv/TvSenderV2.cs rename to Old/Ombi.Core/Tv/TvSenderV2.cs diff --git a/Ombi.Core/UserIdentity.cs b/Old/Ombi.Core/UserIdentity.cs similarity index 100% rename from Ombi.Core/UserIdentity.cs rename to Old/Ombi.Core/UserIdentity.cs diff --git a/Ombi.Core/UserMapper.cs b/Old/Ombi.Core/UserMapper.cs similarity index 100% rename from Ombi.Core/UserMapper.cs rename to Old/Ombi.Core/UserMapper.cs diff --git a/Ombi.Core/Users/IUserHelper.cs b/Old/Ombi.Core/Users/IUserHelper.cs similarity index 100% rename from Ombi.Core/Users/IUserHelper.cs rename to Old/Ombi.Core/Users/IUserHelper.cs diff --git a/Ombi.Core/Users/UserHelper.cs b/Old/Ombi.Core/Users/UserHelper.cs similarity index 100% rename from Ombi.Core/Users/UserHelper.cs rename to Old/Ombi.Core/Users/UserHelper.cs diff --git a/Ombi.Core/Users/UserHelperModel.cs b/Old/Ombi.Core/Users/UserHelperModel.cs similarity index 100% rename from Ombi.Core/Users/UserHelperModel.cs rename to Old/Ombi.Core/Users/UserHelperModel.cs diff --git a/Ombi.Core/Users/UserManagementHelper.cs b/Old/Ombi.Core/Users/UserManagementHelper.cs similarity index 100% rename from Ombi.Core/Users/UserManagementHelper.cs rename to Old/Ombi.Core/Users/UserManagementHelper.cs diff --git a/Ombi.Core/app.config b/Old/Ombi.Core/app.config similarity index 100% rename from Ombi.Core/app.config rename to Old/Ombi.Core/app.config diff --git a/Ombi.Core/job_scheduling_data_2_0.xsd b/Old/Ombi.Core/job_scheduling_data_2_0.xsd similarity index 100% rename from Ombi.Core/job_scheduling_data_2_0.xsd rename to Old/Ombi.Core/job_scheduling_data_2_0.xsd diff --git a/Ombi.Core/packages.config b/Old/Ombi.Core/packages.config similarity index 100% rename from Ombi.Core/packages.config rename to Old/Ombi.Core/packages.config diff --git a/Ombi.Helpers.Tests/AssemblyHelperTests.cs b/Old/Ombi.Helpers.Tests/AssemblyHelperTests.cs similarity index 100% rename from Ombi.Helpers.Tests/AssemblyHelperTests.cs rename to Old/Ombi.Helpers.Tests/AssemblyHelperTests.cs diff --git a/Ombi.Helpers.Tests/CookieHelperTests.cs b/Old/Ombi.Helpers.Tests/CookieHelperTests.cs similarity index 100% rename from Ombi.Helpers.Tests/CookieHelperTests.cs rename to Old/Ombi.Helpers.Tests/CookieHelperTests.cs diff --git a/Ombi.Helpers.Tests/DateTimeHelperTests.cs b/Old/Ombi.Helpers.Tests/DateTimeHelperTests.cs similarity index 100% rename from Ombi.Helpers.Tests/DateTimeHelperTests.cs rename to Old/Ombi.Helpers.Tests/DateTimeHelperTests.cs diff --git a/Ombi.Helpers.Tests/HtmlRemoverTests.cs b/Old/Ombi.Helpers.Tests/HtmlRemoverTests.cs similarity index 100% rename from Ombi.Helpers.Tests/HtmlRemoverTests.cs rename to Old/Ombi.Helpers.Tests/HtmlRemoverTests.cs diff --git a/Ombi.Helpers.Tests/Ombi.Helpers.Tests.csproj b/Old/Ombi.Helpers.Tests/Ombi.Helpers.Tests.csproj similarity index 100% rename from Ombi.Helpers.Tests/Ombi.Helpers.Tests.csproj rename to Old/Ombi.Helpers.Tests/Ombi.Helpers.Tests.csproj diff --git a/Ombi.Helpers.Tests/PasswordHasherTests.cs b/Old/Ombi.Helpers.Tests/PasswordHasherTests.cs similarity index 100% rename from Ombi.Helpers.Tests/PasswordHasherTests.cs rename to Old/Ombi.Helpers.Tests/PasswordHasherTests.cs diff --git a/Ombi.Helpers.Tests/PlexHelperTests.cs b/Old/Ombi.Helpers.Tests/PlexHelperTests.cs similarity index 100% rename from Ombi.Helpers.Tests/PlexHelperTests.cs rename to Old/Ombi.Helpers.Tests/PlexHelperTests.cs diff --git a/Ombi.Helpers.Tests/Properties/AssemblyInfo.cs b/Old/Ombi.Helpers.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Helpers.Tests/Properties/AssemblyInfo.cs rename to Old/Ombi.Helpers.Tests/Properties/AssemblyInfo.cs diff --git a/Ombi.Helpers.Tests/StringHasherTests.cs b/Old/Ombi.Helpers.Tests/StringHasherTests.cs similarity index 100% rename from Ombi.Helpers.Tests/StringHasherTests.cs rename to Old/Ombi.Helpers.Tests/StringHasherTests.cs diff --git a/Ombi.Helpers.Tests/StringHelperTests.cs b/Old/Ombi.Helpers.Tests/StringHelperTests.cs similarity index 100% rename from Ombi.Helpers.Tests/StringHelperTests.cs rename to Old/Ombi.Helpers.Tests/StringHelperTests.cs diff --git a/Ombi.Helpers.Tests/TypeHelperTests.cs b/Old/Ombi.Helpers.Tests/TypeHelperTests.cs similarity index 100% rename from Ombi.Helpers.Tests/TypeHelperTests.cs rename to Old/Ombi.Helpers.Tests/TypeHelperTests.cs diff --git a/Ombi.Helpers.Tests/UriHelperTests.cs b/Old/Ombi.Helpers.Tests/UriHelperTests.cs similarity index 100% rename from Ombi.Helpers.Tests/UriHelperTests.cs rename to Old/Ombi.Helpers.Tests/UriHelperTests.cs diff --git a/Ombi.Helpers.Tests/app.config b/Old/Ombi.Helpers.Tests/app.config similarity index 100% rename from Ombi.Helpers.Tests/app.config rename to Old/Ombi.Helpers.Tests/app.config diff --git a/Ombi.Helpers.Tests/packages.config b/Old/Ombi.Helpers.Tests/packages.config similarity index 100% rename from Ombi.Helpers.Tests/packages.config rename to Old/Ombi.Helpers.Tests/packages.config diff --git a/Ombi.Helpers/Analytics/Action.cs b/Old/Ombi.Helpers/Analytics/Action.cs similarity index 100% rename from Ombi.Helpers/Analytics/Action.cs rename to Old/Ombi.Helpers/Analytics/Action.cs diff --git a/Ombi.Helpers/Analytics/Analytics.cs b/Old/Ombi.Helpers/Analytics/Analytics.cs similarity index 100% rename from Ombi.Helpers/Analytics/Analytics.cs rename to Old/Ombi.Helpers/Analytics/Analytics.cs diff --git a/Ombi.Helpers/Analytics/Category.cs b/Old/Ombi.Helpers/Analytics/Category.cs similarity index 100% rename from Ombi.Helpers/Analytics/Category.cs rename to Old/Ombi.Helpers/Analytics/Category.cs diff --git a/Ombi.Helpers/Analytics/HitType.cs b/Old/Ombi.Helpers/Analytics/HitType.cs similarity index 100% rename from Ombi.Helpers/Analytics/HitType.cs rename to Old/Ombi.Helpers/Analytics/HitType.cs diff --git a/Ombi.Helpers/Analytics/IAnalytics.cs b/Old/Ombi.Helpers/Analytics/IAnalytics.cs similarity index 100% rename from Ombi.Helpers/Analytics/IAnalytics.cs rename to Old/Ombi.Helpers/Analytics/IAnalytics.cs diff --git a/Ombi.Helpers/AssemblyHelper.cs b/Old/Ombi.Helpers/AssemblyHelper.cs similarity index 100% rename from Ombi.Helpers/AssemblyHelper.cs rename to Old/Ombi.Helpers/AssemblyHelper.cs diff --git a/Ombi.Helpers/ByteConverterHelper.cs b/Old/Ombi.Helpers/ByteConverterHelper.cs similarity index 100% rename from Ombi.Helpers/ByteConverterHelper.cs rename to Old/Ombi.Helpers/ByteConverterHelper.cs diff --git a/Ombi.Helpers/CookieHelper.cs b/Old/Ombi.Helpers/CookieHelper.cs similarity index 100% rename from Ombi.Helpers/CookieHelper.cs rename to Old/Ombi.Helpers/CookieHelper.cs diff --git a/Ombi.Helpers/DateTimeHelper.cs b/Old/Ombi.Helpers/DateTimeHelper.cs similarity index 100% rename from Ombi.Helpers/DateTimeHelper.cs rename to Old/Ombi.Helpers/DateTimeHelper.cs diff --git a/Ombi.Helpers/EnumExtensions.cs b/Old/Ombi.Helpers/EnumExtensions.cs similarity index 100% rename from Ombi.Helpers/EnumExtensions.cs rename to Old/Ombi.Helpers/EnumExtensions.cs diff --git a/Ombi.Helpers/EnumHelper.cs b/Old/Ombi.Helpers/EnumHelper.cs similarity index 100% rename from Ombi.Helpers/EnumHelper.cs rename to Old/Ombi.Helpers/EnumHelper.cs diff --git a/Ombi.Helpers/Exceptions/ApiRequestException.cs b/Old/Ombi.Helpers/Exceptions/ApiRequestException.cs similarity index 100% rename from Ombi.Helpers/Exceptions/ApiRequestException.cs rename to Old/Ombi.Helpers/Exceptions/ApiRequestException.cs diff --git a/Ombi.Helpers/Exceptions/ApplicationSettingsException.cs b/Old/Ombi.Helpers/Exceptions/ApplicationSettingsException.cs similarity index 100% rename from Ombi.Helpers/Exceptions/ApplicationSettingsException.cs rename to Old/Ombi.Helpers/Exceptions/ApplicationSettingsException.cs diff --git a/Ombi.Helpers/HtmlRemover.cs b/Old/Ombi.Helpers/HtmlRemover.cs similarity index 100% rename from Ombi.Helpers/HtmlRemover.cs rename to Old/Ombi.Helpers/HtmlRemover.cs diff --git a/Ombi.Helpers/ICacheProvider.cs b/Old/Ombi.Helpers/ICacheProvider.cs similarity index 100% rename from Ombi.Helpers/ICacheProvider.cs rename to Old/Ombi.Helpers/ICacheProvider.cs diff --git a/Ombi.Helpers/JsonConvertHelper.cs b/Old/Ombi.Helpers/JsonConvertHelper.cs similarity index 100% rename from Ombi.Helpers/JsonConvertHelper.cs rename to Old/Ombi.Helpers/JsonConvertHelper.cs diff --git a/Ombi.Helpers/LoggingHelper.cs b/Old/Ombi.Helpers/LoggingHelper.cs similarity index 100% rename from Ombi.Helpers/LoggingHelper.cs rename to Old/Ombi.Helpers/LoggingHelper.cs diff --git a/Ombi.Helpers/MemoryCacheProvider.cs b/Old/Ombi.Helpers/MemoryCacheProvider.cs similarity index 100% rename from Ombi.Helpers/MemoryCacheProvider.cs rename to Old/Ombi.Helpers/MemoryCacheProvider.cs diff --git a/Ombi.Helpers/ObjectCopier.cs b/Old/Ombi.Helpers/ObjectCopier.cs similarity index 100% rename from Ombi.Helpers/ObjectCopier.cs rename to Old/Ombi.Helpers/ObjectCopier.cs diff --git a/Ombi.Helpers/Ombi.Helpers.csproj b/Old/Ombi.Helpers/Ombi.Helpers.csproj similarity index 100% rename from Ombi.Helpers/Ombi.Helpers.csproj rename to Old/Ombi.Helpers/Ombi.Helpers.csproj diff --git a/Ombi.Helpers/OperatingSystemHelper.cs b/Old/Ombi.Helpers/OperatingSystemHelper.cs similarity index 100% rename from Ombi.Helpers/OperatingSystemHelper.cs rename to Old/Ombi.Helpers/OperatingSystemHelper.cs diff --git a/Ombi.Helpers/PasswordHasher.cs b/Old/Ombi.Helpers/PasswordHasher.cs similarity index 100% rename from Ombi.Helpers/PasswordHasher.cs rename to Old/Ombi.Helpers/PasswordHasher.cs diff --git a/Ombi.Helpers/Permissions/Features.cs b/Old/Ombi.Helpers/Permissions/Features.cs similarity index 100% rename from Ombi.Helpers/Permissions/Features.cs rename to Old/Ombi.Helpers/Permissions/Features.cs diff --git a/Ombi.Helpers/Permissions/Permissions.cs b/Old/Ombi.Helpers/Permissions/Permissions.cs similarity index 100% rename from Ombi.Helpers/Permissions/Permissions.cs rename to Old/Ombi.Helpers/Permissions/Permissions.cs diff --git a/Ombi.Helpers/PlexHelper.cs b/Old/Ombi.Helpers/PlexHelper.cs similarity index 100% rename from Ombi.Helpers/PlexHelper.cs rename to Old/Ombi.Helpers/PlexHelper.cs diff --git a/Ombi.Helpers/Properties/AssemblyInfo.cs b/Old/Ombi.Helpers/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Helpers/Properties/AssemblyInfo.cs rename to Old/Ombi.Helpers/Properties/AssemblyInfo.cs diff --git a/Ombi.Helpers/SerializerSettings.cs b/Old/Ombi.Helpers/SerializerSettings.cs similarity index 100% rename from Ombi.Helpers/SerializerSettings.cs rename to Old/Ombi.Helpers/SerializerSettings.cs diff --git a/Ombi.Helpers/SessionKeys.cs b/Old/Ombi.Helpers/SessionKeys.cs similarity index 100% rename from Ombi.Helpers/SessionKeys.cs rename to Old/Ombi.Helpers/SessionKeys.cs diff --git a/Ombi.Helpers/StringCipher.cs b/Old/Ombi.Helpers/StringCipher.cs similarity index 100% rename from Ombi.Helpers/StringCipher.cs rename to Old/Ombi.Helpers/StringCipher.cs diff --git a/Ombi.Helpers/StringHasher.cs b/Old/Ombi.Helpers/StringHasher.cs similarity index 100% rename from Ombi.Helpers/StringHasher.cs rename to Old/Ombi.Helpers/StringHasher.cs diff --git a/Ombi.Helpers/StringHelper.cs b/Old/Ombi.Helpers/StringHelper.cs similarity index 100% rename from Ombi.Helpers/StringHelper.cs rename to Old/Ombi.Helpers/StringHelper.cs diff --git a/Ombi.Helpers/TypeHelper.cs b/Old/Ombi.Helpers/TypeHelper.cs similarity index 100% rename from Ombi.Helpers/TypeHelper.cs rename to Old/Ombi.Helpers/TypeHelper.cs diff --git a/Ombi.Helpers/UriHelper.cs b/Old/Ombi.Helpers/UriHelper.cs similarity index 100% rename from Ombi.Helpers/UriHelper.cs rename to Old/Ombi.Helpers/UriHelper.cs diff --git a/Ombi.Helpers/UserClaims.cs b/Old/Ombi.Helpers/UserClaims.cs similarity index 100% rename from Ombi.Helpers/UserClaims.cs rename to Old/Ombi.Helpers/UserClaims.cs diff --git a/Ombi.Helpers/UserType.cs b/Old/Ombi.Helpers/UserType.cs similarity index 100% rename from Ombi.Helpers/UserType.cs rename to Old/Ombi.Helpers/UserType.cs diff --git a/Ombi.Helpers/app.config b/Old/Ombi.Helpers/app.config similarity index 100% rename from Ombi.Helpers/app.config rename to Old/Ombi.Helpers/app.config diff --git a/Ombi.Helpers/packages.config b/Old/Ombi.Helpers/packages.config similarity index 100% rename from Ombi.Helpers/packages.config rename to Old/Ombi.Helpers/packages.config diff --git a/Ombi.Mono/Class1.cs b/Old/Ombi.Mono/Class1.cs similarity index 100% rename from Ombi.Mono/Class1.cs rename to Old/Ombi.Mono/Class1.cs diff --git a/Ombi.Mono/Ombi.Mono.csproj b/Old/Ombi.Mono/Ombi.Mono.csproj similarity index 100% rename from Ombi.Mono/Ombi.Mono.csproj rename to Old/Ombi.Mono/Ombi.Mono.csproj diff --git a/Ombi.Mono/Properties/AssemblyInfo.cs b/Old/Ombi.Mono/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Mono/Properties/AssemblyInfo.cs rename to Old/Ombi.Mono/Properties/AssemblyInfo.cs diff --git a/Ombi.Services.Tests/NotificationServiceTests.cs b/Old/Ombi.Services.Tests/NotificationServiceTests.cs similarity index 100% rename from Ombi.Services.Tests/NotificationServiceTests.cs rename to Old/Ombi.Services.Tests/NotificationServiceTests.cs diff --git a/Ombi.Services.Tests/Ombi.Services.Tests.csproj b/Old/Ombi.Services.Tests/Ombi.Services.Tests.csproj similarity index 100% rename from Ombi.Services.Tests/Ombi.Services.Tests.csproj rename to Old/Ombi.Services.Tests/Ombi.Services.Tests.csproj diff --git a/Ombi.Services.Tests/PlexAvailabilityCheckerTests.cs b/Old/Ombi.Services.Tests/PlexAvailabilityCheckerTests.cs similarity index 100% rename from Ombi.Services.Tests/PlexAvailabilityCheckerTests.cs rename to Old/Ombi.Services.Tests/PlexAvailabilityCheckerTests.cs diff --git a/Ombi.Services.Tests/Properties/AssemblyInfo.cs b/Old/Ombi.Services.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Services.Tests/Properties/AssemblyInfo.cs rename to Old/Ombi.Services.Tests/Properties/AssemblyInfo.cs diff --git a/Ombi.Services.Tests/UserRequestLimitResetterTests.cs b/Old/Ombi.Services.Tests/UserRequestLimitResetterTests.cs similarity index 100% rename from Ombi.Services.Tests/UserRequestLimitResetterTests.cs rename to Old/Ombi.Services.Tests/UserRequestLimitResetterTests.cs diff --git a/Ombi.Services.Tests/app.config b/Old/Ombi.Services.Tests/app.config similarity index 100% rename from Ombi.Services.Tests/app.config rename to Old/Ombi.Services.Tests/app.config diff --git a/Ombi.Services.Tests/job_scheduling_data_2_0.xsd b/Old/Ombi.Services.Tests/job_scheduling_data_2_0.xsd similarity index 100% rename from Ombi.Services.Tests/job_scheduling_data_2_0.xsd rename to Old/Ombi.Services.Tests/job_scheduling_data_2_0.xsd diff --git a/Ombi.Services.Tests/packages.config b/Old/Ombi.Services.Tests/packages.config similarity index 100% rename from Ombi.Services.Tests/packages.config rename to Old/Ombi.Services.Tests/packages.config diff --git a/Ombi.Services/Interfaces/IAvailabilityChecker.cs b/Old/Ombi.Services/Interfaces/IAvailabilityChecker.cs similarity index 100% rename from Ombi.Services/Interfaces/IAvailabilityChecker.cs rename to Old/Ombi.Services/Interfaces/IAvailabilityChecker.cs diff --git a/Ombi.Services/Interfaces/ICouchPotatoCacher.cs b/Old/Ombi.Services/Interfaces/ICouchPotatoCacher.cs similarity index 100% rename from Ombi.Services/Interfaces/ICouchPotatoCacher.cs rename to Old/Ombi.Services/Interfaces/ICouchPotatoCacher.cs diff --git a/Ombi.Services/Interfaces/IEmbyNotificationEngine.cs b/Old/Ombi.Services/Interfaces/IEmbyNotificationEngine.cs similarity index 100% rename from Ombi.Services/Interfaces/IEmbyNotificationEngine.cs rename to Old/Ombi.Services/Interfaces/IEmbyNotificationEngine.cs diff --git a/Ombi.Services/Interfaces/IIntervals.cs b/Old/Ombi.Services/Interfaces/IIntervals.cs similarity index 100% rename from Ombi.Services/Interfaces/IIntervals.cs rename to Old/Ombi.Services/Interfaces/IIntervals.cs diff --git a/Ombi.Services/Interfaces/IJobRecord.cs b/Old/Ombi.Services/Interfaces/IJobRecord.cs similarity index 100% rename from Ombi.Services/Interfaces/IJobRecord.cs rename to Old/Ombi.Services/Interfaces/IJobRecord.cs diff --git a/Ombi.Services/Interfaces/IMassEmail.cs b/Old/Ombi.Services/Interfaces/IMassEmail.cs similarity index 100% rename from Ombi.Services/Interfaces/IMassEmail.cs rename to Old/Ombi.Services/Interfaces/IMassEmail.cs diff --git a/Ombi.Services/Interfaces/INotification.cs b/Old/Ombi.Services/Interfaces/INotification.cs similarity index 100% rename from Ombi.Services/Interfaces/INotification.cs rename to Old/Ombi.Services/Interfaces/INotification.cs diff --git a/Ombi.Services/Interfaces/INotificationEngine.cs b/Old/Ombi.Services/Interfaces/INotificationEngine.cs similarity index 100% rename from Ombi.Services/Interfaces/INotificationEngine.cs rename to Old/Ombi.Services/Interfaces/INotificationEngine.cs diff --git a/Ombi.Services/Interfaces/INotificationService.cs b/Old/Ombi.Services/Interfaces/INotificationService.cs similarity index 100% rename from Ombi.Services/Interfaces/INotificationService.cs rename to Old/Ombi.Services/Interfaces/INotificationService.cs diff --git a/Ombi.Services/Interfaces/IPlexContentCacher.cs b/Old/Ombi.Services/Interfaces/IPlexContentCacher.cs similarity index 100% rename from Ombi.Services/Interfaces/IPlexContentCacher.cs rename to Old/Ombi.Services/Interfaces/IPlexContentCacher.cs diff --git a/Ombi.Services/Interfaces/IPlexNotificationEngine.cs b/Old/Ombi.Services/Interfaces/IPlexNotificationEngine.cs similarity index 100% rename from Ombi.Services/Interfaces/IPlexNotificationEngine.cs rename to Old/Ombi.Services/Interfaces/IPlexNotificationEngine.cs diff --git a/Ombi.Services/Interfaces/IRadarrCacher.cs b/Old/Ombi.Services/Interfaces/IRadarrCacher.cs similarity index 100% rename from Ombi.Services/Interfaces/IRadarrCacher.cs rename to Old/Ombi.Services/Interfaces/IRadarrCacher.cs diff --git a/Ombi.Services/Interfaces/IRecentlyAdded.cs b/Old/Ombi.Services/Interfaces/IRecentlyAdded.cs similarity index 100% rename from Ombi.Services/Interfaces/IRecentlyAdded.cs rename to Old/Ombi.Services/Interfaces/IRecentlyAdded.cs diff --git a/Ombi.Services/Interfaces/ISickRageCacher.cs b/Old/Ombi.Services/Interfaces/ISickRageCacher.cs similarity index 100% rename from Ombi.Services/Interfaces/ISickRageCacher.cs rename to Old/Ombi.Services/Interfaces/ISickRageCacher.cs diff --git a/Ombi.Services/Interfaces/ISonarrCacher.cs b/Old/Ombi.Services/Interfaces/ISonarrCacher.cs similarity index 100% rename from Ombi.Services/Interfaces/ISonarrCacher.cs rename to Old/Ombi.Services/Interfaces/ISonarrCacher.cs diff --git a/Ombi.Services/Interfaces/IStoreBackup.cs b/Old/Ombi.Services/Interfaces/IStoreBackup.cs similarity index 100% rename from Ombi.Services/Interfaces/IStoreBackup.cs rename to Old/Ombi.Services/Interfaces/IStoreBackup.cs diff --git a/Ombi.Services/Interfaces/IStoreCleanup.cs b/Old/Ombi.Services/Interfaces/IStoreCleanup.cs similarity index 100% rename from Ombi.Services/Interfaces/IStoreCleanup.cs rename to Old/Ombi.Services/Interfaces/IStoreCleanup.cs diff --git a/Ombi.Services/Interfaces/IUserRequestLimitResetter.cs b/Old/Ombi.Services/Interfaces/IUserRequestLimitResetter.cs similarity index 100% rename from Ombi.Services/Interfaces/IUserRequestLimitResetter.cs rename to Old/Ombi.Services/Interfaces/IUserRequestLimitResetter.cs diff --git a/Ombi.Services/Interfaces/IWatcherCacher.cs b/Old/Ombi.Services/Interfaces/IWatcherCacher.cs similarity index 100% rename from Ombi.Services/Interfaces/IWatcherCacher.cs rename to Old/Ombi.Services/Interfaces/IWatcherCacher.cs diff --git a/Ombi.Services/Jobs/CouchPotatoCacher.cs b/Old/Ombi.Services/Jobs/CouchPotatoCacher.cs similarity index 100% rename from Ombi.Services/Jobs/CouchPotatoCacher.cs rename to Old/Ombi.Services/Jobs/CouchPotatoCacher.cs diff --git a/Ombi.Services/Jobs/EmbyAvailabilityChecker.cs b/Old/Ombi.Services/Jobs/EmbyAvailabilityChecker.cs similarity index 100% rename from Ombi.Services/Jobs/EmbyAvailabilityChecker.cs rename to Old/Ombi.Services/Jobs/EmbyAvailabilityChecker.cs diff --git a/Ombi.Services/Jobs/EmbyContentCacher.cs b/Old/Ombi.Services/Jobs/EmbyContentCacher.cs similarity index 100% rename from Ombi.Services/Jobs/EmbyContentCacher.cs rename to Old/Ombi.Services/Jobs/EmbyContentCacher.cs diff --git a/Ombi.Services/Jobs/EmbyEpisodeCacher.cs b/Old/Ombi.Services/Jobs/EmbyEpisodeCacher.cs similarity index 100% rename from Ombi.Services/Jobs/EmbyEpisodeCacher.cs rename to Old/Ombi.Services/Jobs/EmbyEpisodeCacher.cs diff --git a/Ombi.Services/Jobs/EmbyUserChecker.cs b/Old/Ombi.Services/Jobs/EmbyUserChecker.cs similarity index 100% rename from Ombi.Services/Jobs/EmbyUserChecker.cs rename to Old/Ombi.Services/Jobs/EmbyUserChecker.cs diff --git a/Ombi.Services/Jobs/FaultQueueHandler.cs b/Old/Ombi.Services/Jobs/FaultQueueHandler.cs similarity index 100% rename from Ombi.Services/Jobs/FaultQueueHandler.cs rename to Old/Ombi.Services/Jobs/FaultQueueHandler.cs diff --git a/Ombi.Services/Jobs/HtmlTemplateGenerator.cs b/Old/Ombi.Services/Jobs/HtmlTemplateGenerator.cs similarity index 100% rename from Ombi.Services/Jobs/HtmlTemplateGenerator.cs rename to Old/Ombi.Services/Jobs/HtmlTemplateGenerator.cs diff --git a/Ombi.Services/Jobs/IEmbyUserChecker.cs b/Old/Ombi.Services/Jobs/IEmbyUserChecker.cs similarity index 100% rename from Ombi.Services/Jobs/IEmbyUserChecker.cs rename to Old/Ombi.Services/Jobs/IEmbyUserChecker.cs diff --git a/Ombi.Services/Jobs/Interfaces/IEmbyAvailabilityChecker.cs b/Old/Ombi.Services/Jobs/Interfaces/IEmbyAvailabilityChecker.cs similarity index 100% rename from Ombi.Services/Jobs/Interfaces/IEmbyAvailabilityChecker.cs rename to Old/Ombi.Services/Jobs/Interfaces/IEmbyAvailabilityChecker.cs diff --git a/Ombi.Services/Jobs/Interfaces/IEmbyContentCacher.cs b/Old/Ombi.Services/Jobs/Interfaces/IEmbyContentCacher.cs similarity index 100% rename from Ombi.Services/Jobs/Interfaces/IEmbyContentCacher.cs rename to Old/Ombi.Services/Jobs/Interfaces/IEmbyContentCacher.cs diff --git a/Ombi.Services/Jobs/Interfaces/IEmbyEpisodeCacher.cs b/Old/Ombi.Services/Jobs/Interfaces/IEmbyEpisodeCacher.cs similarity index 100% rename from Ombi.Services/Jobs/Interfaces/IEmbyEpisodeCacher.cs rename to Old/Ombi.Services/Jobs/Interfaces/IEmbyEpisodeCacher.cs diff --git a/Ombi.Services/Jobs/Interfaces/IFaultQueueHandler.cs b/Old/Ombi.Services/Jobs/Interfaces/IFaultQueueHandler.cs similarity index 100% rename from Ombi.Services/Jobs/Interfaces/IFaultQueueHandler.cs rename to Old/Ombi.Services/Jobs/Interfaces/IFaultQueueHandler.cs diff --git a/Ombi.Services/Jobs/Interfaces/IPlexEpisodeCacher.cs b/Old/Ombi.Services/Jobs/Interfaces/IPlexEpisodeCacher.cs similarity index 100% rename from Ombi.Services/Jobs/Interfaces/IPlexEpisodeCacher.cs rename to Old/Ombi.Services/Jobs/Interfaces/IPlexEpisodeCacher.cs diff --git a/Ombi.Services/Jobs/Interfaces/IPlexUserChecker.cs b/Old/Ombi.Services/Jobs/Interfaces/IPlexUserChecker.cs similarity index 100% rename from Ombi.Services/Jobs/Interfaces/IPlexUserChecker.cs rename to Old/Ombi.Services/Jobs/Interfaces/IPlexUserChecker.cs diff --git a/Ombi.Services/Jobs/JobNames.cs b/Old/Ombi.Services/Jobs/JobNames.cs similarity index 100% rename from Ombi.Services/Jobs/JobNames.cs rename to Old/Ombi.Services/Jobs/JobNames.cs diff --git a/Ombi.Services/Jobs/JobRecord.cs b/Old/Ombi.Services/Jobs/JobRecord.cs similarity index 100% rename from Ombi.Services/Jobs/JobRecord.cs rename to Old/Ombi.Services/Jobs/JobRecord.cs diff --git a/Ombi.Services/Jobs/PlexAvailabilityChecker.cs b/Old/Ombi.Services/Jobs/PlexAvailabilityChecker.cs similarity index 100% rename from Ombi.Services/Jobs/PlexAvailabilityChecker.cs rename to Old/Ombi.Services/Jobs/PlexAvailabilityChecker.cs diff --git a/Ombi.Services/Jobs/PlexContentCacher.cs b/Old/Ombi.Services/Jobs/PlexContentCacher.cs similarity index 100% rename from Ombi.Services/Jobs/PlexContentCacher.cs rename to Old/Ombi.Services/Jobs/PlexContentCacher.cs diff --git a/Ombi.Services/Jobs/PlexEpisodeCacher.cs b/Old/Ombi.Services/Jobs/PlexEpisodeCacher.cs similarity index 100% rename from Ombi.Services/Jobs/PlexEpisodeCacher.cs rename to Old/Ombi.Services/Jobs/PlexEpisodeCacher.cs diff --git a/Ombi.Services/Jobs/PlexUserChecker.cs b/Old/Ombi.Services/Jobs/PlexUserChecker.cs similarity index 100% rename from Ombi.Services/Jobs/PlexUserChecker.cs rename to Old/Ombi.Services/Jobs/PlexUserChecker.cs diff --git a/Ombi.Services/Jobs/RadarrCacher.cs b/Old/Ombi.Services/Jobs/RadarrCacher.cs similarity index 100% rename from Ombi.Services/Jobs/RadarrCacher.cs rename to Old/Ombi.Services/Jobs/RadarrCacher.cs diff --git a/Ombi.Services/Jobs/RecentlyAddedNewsletter/EmbyRecentlyAddedNewsletter.cs b/Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/EmbyRecentlyAddedNewsletter.cs similarity index 100% rename from Ombi.Services/Jobs/RecentlyAddedNewsletter/EmbyRecentlyAddedNewsletter.cs rename to Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/EmbyRecentlyAddedNewsletter.cs diff --git a/Ombi.Services/Jobs/RecentlyAddedNewsletter/IEmbyAddedNewsletter.cs b/Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/IEmbyAddedNewsletter.cs similarity index 100% rename from Ombi.Services/Jobs/RecentlyAddedNewsletter/IEmbyAddedNewsletter.cs rename to Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/IEmbyAddedNewsletter.cs diff --git a/Ombi.Services/Jobs/RecentlyAddedNewsletter/IPlexNewsletter.cs b/Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/IPlexNewsletter.cs similarity index 100% rename from Ombi.Services/Jobs/RecentlyAddedNewsletter/IPlexNewsletter.cs rename to Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/IPlexNewsletter.cs diff --git a/Ombi.Services/Jobs/RecentlyAddedNewsletter/Newsletter.cs b/Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/Newsletter.cs similarity index 100% rename from Ombi.Services/Jobs/RecentlyAddedNewsletter/Newsletter.cs rename to Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/Newsletter.cs diff --git a/Ombi.Services/Jobs/RecentlyAddedNewsletter/PlexRecentlyAddedNewsletter.cs b/Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/PlexRecentlyAddedNewsletter.cs similarity index 100% rename from Ombi.Services/Jobs/RecentlyAddedNewsletter/PlexRecentlyAddedNewsletter.cs rename to Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/PlexRecentlyAddedNewsletter.cs diff --git a/Ombi.Services/Jobs/RecentlyAddedNewsletter/RecentlyAddedNewsletter.cs b/Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/RecentlyAddedNewsletter.cs similarity index 100% rename from Ombi.Services/Jobs/RecentlyAddedNewsletter/RecentlyAddedNewsletter.cs rename to Old/Ombi.Services/Jobs/RecentlyAddedNewsletter/RecentlyAddedNewsletter.cs diff --git a/Ombi.Services/Jobs/SickRageCacher.cs b/Old/Ombi.Services/Jobs/SickRageCacher.cs similarity index 100% rename from Ombi.Services/Jobs/SickRageCacher.cs rename to Old/Ombi.Services/Jobs/SickRageCacher.cs diff --git a/Ombi.Services/Jobs/SonarrCacher.cs b/Old/Ombi.Services/Jobs/SonarrCacher.cs similarity index 100% rename from Ombi.Services/Jobs/SonarrCacher.cs rename to Old/Ombi.Services/Jobs/SonarrCacher.cs diff --git a/Ombi.Services/Jobs/StoreBackup.cs b/Old/Ombi.Services/Jobs/StoreBackup.cs similarity index 100% rename from Ombi.Services/Jobs/StoreBackup.cs rename to Old/Ombi.Services/Jobs/StoreBackup.cs diff --git a/Ombi.Services/Jobs/StoreCleanup.cs b/Old/Ombi.Services/Jobs/StoreCleanup.cs similarity index 100% rename from Ombi.Services/Jobs/StoreCleanup.cs rename to Old/Ombi.Services/Jobs/StoreCleanup.cs diff --git a/Ombi.Services/Jobs/Templates/MassEmailTemplate.cs b/Old/Ombi.Services/Jobs/Templates/MassEmailTemplate.cs similarity index 100% rename from Ombi.Services/Jobs/Templates/MassEmailTemplate.cs rename to Old/Ombi.Services/Jobs/Templates/MassEmailTemplate.cs diff --git a/Ombi.Services/Jobs/Templates/MassEmailTemplate.html b/Old/Ombi.Services/Jobs/Templates/MassEmailTemplate.html similarity index 100% rename from Ombi.Services/Jobs/Templates/MassEmailTemplate.html rename to Old/Ombi.Services/Jobs/Templates/MassEmailTemplate.html diff --git a/Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.cs b/Old/Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.cs similarity index 100% rename from Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.cs rename to Old/Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.cs diff --git a/Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.html b/Old/Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.html similarity index 100% rename from Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.html rename to Old/Ombi.Services/Jobs/Templates/RecentlyAddedTemplate.html diff --git a/Ombi.Services/Jobs/UserRequestLimitResetter.cs b/Old/Ombi.Services/Jobs/UserRequestLimitResetter.cs similarity index 100% rename from Ombi.Services/Jobs/UserRequestLimitResetter.cs rename to Old/Ombi.Services/Jobs/UserRequestLimitResetter.cs diff --git a/Ombi.Services/Jobs/WatcherCacher.cs b/Old/Ombi.Services/Jobs/WatcherCacher.cs similarity index 100% rename from Ombi.Services/Jobs/WatcherCacher.cs rename to Old/Ombi.Services/Jobs/WatcherCacher.cs diff --git a/Ombi.Services/Models/PlexAlbum.cs b/Old/Ombi.Services/Models/PlexAlbum.cs similarity index 100% rename from Ombi.Services/Models/PlexAlbum.cs rename to Old/Ombi.Services/Models/PlexAlbum.cs diff --git a/Ombi.Services/Models/PlexEpisodeModel.cs b/Old/Ombi.Services/Models/PlexEpisodeModel.cs similarity index 100% rename from Ombi.Services/Models/PlexEpisodeModel.cs rename to Old/Ombi.Services/Models/PlexEpisodeModel.cs diff --git a/Ombi.Services/Models/PlexMovie.cs b/Old/Ombi.Services/Models/PlexMovie.cs similarity index 100% rename from Ombi.Services/Models/PlexMovie.cs rename to Old/Ombi.Services/Models/PlexMovie.cs diff --git a/Ombi.Services/Models/PlexTvShow.cs b/Old/Ombi.Services/Models/PlexTvShow.cs similarity index 100% rename from Ombi.Services/Models/PlexTvShow.cs rename to Old/Ombi.Services/Models/PlexTvShow.cs diff --git a/Ombi.Services/Models/SonarrCachedResult.cs b/Old/Ombi.Services/Models/SonarrCachedResult.cs similarity index 100% rename from Ombi.Services/Models/SonarrCachedResult.cs rename to Old/Ombi.Services/Models/SonarrCachedResult.cs diff --git a/Ombi.Services/Notification/BaseNotification.cs b/Old/Ombi.Services/Notification/BaseNotification.cs similarity index 100% rename from Ombi.Services/Notification/BaseNotification.cs rename to Old/Ombi.Services/Notification/BaseNotification.cs diff --git a/Ombi.Services/Notification/DiscordNotification.cs b/Old/Ombi.Services/Notification/DiscordNotification.cs similarity index 100% rename from Ombi.Services/Notification/DiscordNotification.cs rename to Old/Ombi.Services/Notification/DiscordNotification.cs diff --git a/Ombi.Services/Notification/EmailMessageNotification.cs b/Old/Ombi.Services/Notification/EmailMessageNotification.cs similarity index 100% rename from Ombi.Services/Notification/EmailMessageNotification.cs rename to Old/Ombi.Services/Notification/EmailMessageNotification.cs diff --git a/Ombi.Services/Notification/EmbyNotificationEngine.cs b/Old/Ombi.Services/Notification/EmbyNotificationEngine.cs similarity index 100% rename from Ombi.Services/Notification/EmbyNotificationEngine.cs rename to Old/Ombi.Services/Notification/EmbyNotificationEngine.cs diff --git a/Ombi.Services/Notification/NotificationMessage.cs b/Old/Ombi.Services/Notification/NotificationMessage.cs similarity index 100% rename from Ombi.Services/Notification/NotificationMessage.cs rename to Old/Ombi.Services/Notification/NotificationMessage.cs diff --git a/Ombi.Services/Notification/NotificationModel.cs b/Old/Ombi.Services/Notification/NotificationModel.cs similarity index 100% rename from Ombi.Services/Notification/NotificationModel.cs rename to Old/Ombi.Services/Notification/NotificationModel.cs diff --git a/Ombi.Services/Notification/NotificationService.cs b/Old/Ombi.Services/Notification/NotificationService.cs similarity index 100% rename from Ombi.Services/Notification/NotificationService.cs rename to Old/Ombi.Services/Notification/NotificationService.cs diff --git a/Ombi.Services/Notification/PlexNotificationEngine.cs b/Old/Ombi.Services/Notification/PlexNotificationEngine.cs similarity index 100% rename from Ombi.Services/Notification/PlexNotificationEngine.cs rename to Old/Ombi.Services/Notification/PlexNotificationEngine.cs diff --git a/Ombi.Services/Notification/PushbulletNotification.cs b/Old/Ombi.Services/Notification/PushbulletNotification.cs similarity index 100% rename from Ombi.Services/Notification/PushbulletNotification.cs rename to Old/Ombi.Services/Notification/PushbulletNotification.cs diff --git a/Ombi.Services/Notification/PushoverNotification.cs b/Old/Ombi.Services/Notification/PushoverNotification.cs similarity index 100% rename from Ombi.Services/Notification/PushoverNotification.cs rename to Old/Ombi.Services/Notification/PushoverNotification.cs diff --git a/Ombi.Services/Notification/SlackNotification.cs b/Old/Ombi.Services/Notification/SlackNotification.cs similarity index 100% rename from Ombi.Services/Notification/SlackNotification.cs rename to Old/Ombi.Services/Notification/SlackNotification.cs diff --git a/Ombi.Services/Ombi.Services.csproj b/Old/Ombi.Services/Ombi.Services.csproj similarity index 100% rename from Ombi.Services/Ombi.Services.csproj rename to Old/Ombi.Services/Ombi.Services.csproj diff --git a/Ombi.Services/Properties/AssemblyInfo.cs b/Old/Ombi.Services/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Services/Properties/AssemblyInfo.cs rename to Old/Ombi.Services/Properties/AssemblyInfo.cs diff --git a/Ombi.Services/app.config b/Old/Ombi.Services/app.config similarity index 100% rename from Ombi.Services/app.config rename to Old/Ombi.Services/app.config diff --git a/Ombi.Services/packages.config b/Old/Ombi.Services/packages.config similarity index 100% rename from Ombi.Services/packages.config rename to Old/Ombi.Services/packages.config diff --git a/Ombi.Store/DbConfiguration.cs b/Old/Ombi.Store/DbConfiguration.cs similarity index 100% rename from Ombi.Store/DbConfiguration.cs rename to Old/Ombi.Store/DbConfiguration.cs diff --git a/Ombi.Store/Entity.cs b/Old/Ombi.Store/Entity.cs similarity index 100% rename from Ombi.Store/Entity.cs rename to Old/Ombi.Store/Entity.cs diff --git a/Ombi.Store/IPlexDatabase.cs b/Old/Ombi.Store/IPlexDatabase.cs similarity index 100% rename from Ombi.Store/IPlexDatabase.cs rename to Old/Ombi.Store/IPlexDatabase.cs diff --git a/Ombi.Store/ISqliteConfiguration.cs b/Old/Ombi.Store/ISqliteConfiguration.cs similarity index 100% rename from Ombi.Store/ISqliteConfiguration.cs rename to Old/Ombi.Store/ISqliteConfiguration.cs diff --git a/Ombi.Store/Models/Audit.cs b/Old/Ombi.Store/Models/Audit.cs similarity index 100% rename from Ombi.Store/Models/Audit.cs rename to Old/Ombi.Store/Models/Audit.cs diff --git a/Ombi.Store/Models/Emby/EmbyContent.cs b/Old/Ombi.Store/Models/Emby/EmbyContent.cs similarity index 100% rename from Ombi.Store/Models/Emby/EmbyContent.cs rename to Old/Ombi.Store/Models/Emby/EmbyContent.cs diff --git a/Ombi.Store/Models/Emby/EmbyEpisodes.cs b/Old/Ombi.Store/Models/Emby/EmbyEpisodes.cs similarity index 100% rename from Ombi.Store/Models/Emby/EmbyEpisodes.cs rename to Old/Ombi.Store/Models/Emby/EmbyEpisodes.cs diff --git a/Ombi.Store/Models/Emby/EmbyMediaType.cs b/Old/Ombi.Store/Models/Emby/EmbyMediaType.cs similarity index 100% rename from Ombi.Store/Models/Emby/EmbyMediaType.cs rename to Old/Ombi.Store/Models/Emby/EmbyMediaType.cs diff --git a/Ombi.Store/Models/Emby/EmbyUsers.cs b/Old/Ombi.Store/Models/Emby/EmbyUsers.cs similarity index 100% rename from Ombi.Store/Models/Emby/EmbyUsers.cs rename to Old/Ombi.Store/Models/Emby/EmbyUsers.cs diff --git a/Ombi.Store/Models/GlobalSettings.cs b/Old/Ombi.Store/Models/GlobalSettings.cs similarity index 100% rename from Ombi.Store/Models/GlobalSettings.cs rename to Old/Ombi.Store/Models/GlobalSettings.cs diff --git a/Ombi.Store/Models/IssueBlobs.cs b/Old/Ombi.Store/Models/IssueBlobs.cs similarity index 100% rename from Ombi.Store/Models/IssueBlobs.cs rename to Old/Ombi.Store/Models/IssueBlobs.cs diff --git a/Ombi.Store/Models/LogEntity.cs b/Old/Ombi.Store/Models/LogEntity.cs similarity index 100% rename from Ombi.Store/Models/LogEntity.cs rename to Old/Ombi.Store/Models/LogEntity.cs diff --git a/Ombi.Store/Models/Plex/MetadataItems.cs b/Old/Ombi.Store/Models/Plex/MetadataItems.cs similarity index 100% rename from Ombi.Store/Models/Plex/MetadataItems.cs rename to Old/Ombi.Store/Models/Plex/MetadataItems.cs diff --git a/Ombi.Store/Models/Plex/PlexContent.cs b/Old/Ombi.Store/Models/Plex/PlexContent.cs similarity index 100% rename from Ombi.Store/Models/Plex/PlexContent.cs rename to Old/Ombi.Store/Models/Plex/PlexContent.cs diff --git a/Ombi.Store/Models/Plex/PlexEpisodes.cs b/Old/Ombi.Store/Models/Plex/PlexEpisodes.cs similarity index 100% rename from Ombi.Store/Models/Plex/PlexEpisodes.cs rename to Old/Ombi.Store/Models/Plex/PlexEpisodes.cs diff --git a/Ombi.Store/Models/Plex/PlexMediaType .cs b/Old/Ombi.Store/Models/Plex/PlexMediaType .cs similarity index 100% rename from Ombi.Store/Models/Plex/PlexMediaType .cs rename to Old/Ombi.Store/Models/Plex/PlexMediaType .cs diff --git a/Ombi.Store/Models/Plex/PlexUsers.cs b/Old/Ombi.Store/Models/Plex/PlexUsers.cs similarity index 100% rename from Ombi.Store/Models/Plex/PlexUsers.cs rename to Old/Ombi.Store/Models/Plex/PlexUsers.cs diff --git a/Ombi.Store/Models/RecentlyAddedLog.cs b/Old/Ombi.Store/Models/RecentlyAddedLog.cs similarity index 100% rename from Ombi.Store/Models/RecentlyAddedLog.cs rename to Old/Ombi.Store/Models/RecentlyAddedLog.cs diff --git a/Ombi.Store/Models/RequestBlobs.cs b/Old/Ombi.Store/Models/RequestBlobs.cs similarity index 100% rename from Ombi.Store/Models/RequestBlobs.cs rename to Old/Ombi.Store/Models/RequestBlobs.cs diff --git a/Ombi.Store/Models/RequestLimit.cs b/Old/Ombi.Store/Models/RequestLimit.cs similarity index 100% rename from Ombi.Store/Models/RequestLimit.cs rename to Old/Ombi.Store/Models/RequestLimit.cs diff --git a/Ombi.Store/Models/RequestQueue.cs b/Old/Ombi.Store/Models/RequestQueue.cs similarity index 100% rename from Ombi.Store/Models/RequestQueue.cs rename to Old/Ombi.Store/Models/RequestQueue.cs diff --git a/Ombi.Store/Models/ScheduledJobs.cs b/Old/Ombi.Store/Models/ScheduledJobs.cs similarity index 100% rename from Ombi.Store/Models/ScheduledJobs.cs rename to Old/Ombi.Store/Models/ScheduledJobs.cs diff --git a/Ombi.Store/Models/UsersToNotify.cs b/Old/Ombi.Store/Models/UsersToNotify.cs similarity index 100% rename from Ombi.Store/Models/UsersToNotify.cs rename to Old/Ombi.Store/Models/UsersToNotify.cs diff --git a/Ombi.Store/Ombi.Store.csproj b/Old/Ombi.Store/Ombi.Store.csproj similarity index 100% rename from Ombi.Store/Ombi.Store.csproj rename to Old/Ombi.Store/Ombi.Store.csproj diff --git a/Ombi.Store/PlexDatabase.cs b/Old/Ombi.Store/PlexDatabase.cs similarity index 100% rename from Ombi.Store/PlexDatabase.cs rename to Old/Ombi.Store/PlexDatabase.cs diff --git a/Ombi.Store/Properties/AssemblyInfo.cs b/Old/Ombi.Store/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Store/Properties/AssemblyInfo.cs rename to Old/Ombi.Store/Properties/AssemblyInfo.cs diff --git a/Ombi.Store/Repository/BaseExternalUserRepository.cs b/Old/Ombi.Store/Repository/BaseExternalUserRepository.cs similarity index 100% rename from Ombi.Store/Repository/BaseExternalUserRepository.cs rename to Old/Ombi.Store/Repository/BaseExternalUserRepository.cs diff --git a/Ombi.Store/Repository/BaseGenericRepository.cs b/Old/Ombi.Store/Repository/BaseGenericRepository.cs similarity index 100% rename from Ombi.Store/Repository/BaseGenericRepository.cs rename to Old/Ombi.Store/Repository/BaseGenericRepository.cs diff --git a/Ombi.Store/Repository/GenericRepository.cs b/Old/Ombi.Store/Repository/GenericRepository.cs similarity index 100% rename from Ombi.Store/Repository/GenericRepository.cs rename to Old/Ombi.Store/Repository/GenericRepository.cs diff --git a/Ombi.Store/Repository/IExternalUserRepository.cs b/Old/Ombi.Store/Repository/IExternalUserRepository.cs similarity index 100% rename from Ombi.Store/Repository/IExternalUserRepository.cs rename to Old/Ombi.Store/Repository/IExternalUserRepository.cs diff --git a/Ombi.Store/Repository/IRepository.cs b/Old/Ombi.Store/Repository/IRepository.cs similarity index 100% rename from Ombi.Store/Repository/IRepository.cs rename to Old/Ombi.Store/Repository/IRepository.cs diff --git a/Ombi.Store/Repository/IRequestRepository.cs b/Old/Ombi.Store/Repository/IRequestRepository.cs similarity index 100% rename from Ombi.Store/Repository/IRequestRepository.cs rename to Old/Ombi.Store/Repository/IRequestRepository.cs diff --git a/Ombi.Store/Repository/ISettingsRepository.cs b/Old/Ombi.Store/Repository/ISettingsRepository.cs similarity index 100% rename from Ombi.Store/Repository/ISettingsRepository.cs rename to Old/Ombi.Store/Repository/ISettingsRepository.cs diff --git a/Ombi.Store/Repository/RequestJsonRepository.cs b/Old/Ombi.Store/Repository/RequestJsonRepository.cs similarity index 100% rename from Ombi.Store/Repository/RequestJsonRepository.cs rename to Old/Ombi.Store/Repository/RequestJsonRepository.cs diff --git a/Ombi.Store/Repository/SettingsJsonRepository.cs b/Old/Ombi.Store/Repository/SettingsJsonRepository.cs similarity index 100% rename from Ombi.Store/Repository/SettingsJsonRepository.cs rename to Old/Ombi.Store/Repository/SettingsJsonRepository.cs diff --git a/Ombi.Store/Repository/UserRepository.cs b/Old/Ombi.Store/Repository/UserRepository.cs similarity index 100% rename from Ombi.Store/Repository/UserRepository.cs rename to Old/Ombi.Store/Repository/UserRepository.cs diff --git a/Ombi.Store/RequestedModel.cs b/Old/Ombi.Store/RequestedModel.cs similarity index 100% rename from Ombi.Store/RequestedModel.cs rename to Old/Ombi.Store/RequestedModel.cs diff --git a/Ombi.Store/Sql.Designer.cs b/Old/Ombi.Store/Sql.Designer.cs similarity index 100% rename from Ombi.Store/Sql.Designer.cs rename to Old/Ombi.Store/Sql.Designer.cs diff --git a/Ombi.Store/Sql.resx b/Old/Ombi.Store/Sql.resx similarity index 100% rename from Ombi.Store/Sql.resx rename to Old/Ombi.Store/Sql.resx diff --git a/Ombi.Store/SqlTables.sql b/Old/Ombi.Store/SqlTables.sql similarity index 100% rename from Ombi.Store/SqlTables.sql rename to Old/Ombi.Store/SqlTables.sql diff --git a/Ombi.Store/TableCreation.cs b/Old/Ombi.Store/TableCreation.cs similarity index 100% rename from Ombi.Store/TableCreation.cs rename to Old/Ombi.Store/TableCreation.cs diff --git a/Ombi.Store/UserEntity.cs b/Old/Ombi.Store/UserEntity.cs similarity index 100% rename from Ombi.Store/UserEntity.cs rename to Old/Ombi.Store/UserEntity.cs diff --git a/Ombi.Store/UserLogins.cs b/Old/Ombi.Store/UserLogins.cs similarity index 100% rename from Ombi.Store/UserLogins.cs rename to Old/Ombi.Store/UserLogins.cs diff --git a/Ombi.Store/UserRepository.cs b/Old/Ombi.Store/UserRepository.cs similarity index 100% rename from Ombi.Store/UserRepository.cs rename to Old/Ombi.Store/UserRepository.cs diff --git a/Ombi.Store/UsersModel.cs b/Old/Ombi.Store/UsersModel.cs similarity index 100% rename from Ombi.Store/UsersModel.cs rename to Old/Ombi.Store/UsersModel.cs diff --git a/Ombi.Store/app.config b/Old/Ombi.Store/app.config similarity index 100% rename from Ombi.Store/app.config rename to Old/Ombi.Store/app.config diff --git a/Ombi.Store/packages.config b/Old/Ombi.Store/packages.config similarity index 100% rename from Ombi.Store/packages.config rename to Old/Ombi.Store/packages.config diff --git a/Ombi.Store/sqlite3.dll b/Old/Ombi.Store/sqlite3.dll similarity index 100% rename from Ombi.Store/sqlite3.dll rename to Old/Ombi.Store/sqlite3.dll diff --git a/Ombi.UI.Tests/AdminModuleTests.cs b/Old/Ombi.UI.Tests/AdminModuleTests.cs similarity index 100% rename from Ombi.UI.Tests/AdminModuleTests.cs rename to Old/Ombi.UI.Tests/AdminModuleTests.cs diff --git a/Ombi.UI.Tests/ApiModuleTests.cs b/Old/Ombi.UI.Tests/ApiModuleTests.cs similarity index 100% rename from Ombi.UI.Tests/ApiModuleTests.cs rename to Old/Ombi.UI.Tests/ApiModuleTests.cs diff --git a/Ombi.UI.Tests/BootstrapperExtensions.cs b/Old/Ombi.UI.Tests/BootstrapperExtensions.cs similarity index 100% rename from Ombi.UI.Tests/BootstrapperExtensions.cs rename to Old/Ombi.UI.Tests/BootstrapperExtensions.cs diff --git a/Ombi.UI.Tests/LandingPageTests.cs b/Old/Ombi.UI.Tests/LandingPageTests.cs similarity index 100% rename from Ombi.UI.Tests/LandingPageTests.cs rename to Old/Ombi.UI.Tests/LandingPageTests.cs diff --git a/Ombi.UI.Tests/Ombi.UI.Tests.csproj b/Old/Ombi.UI.Tests/Ombi.UI.Tests.csproj similarity index 100% rename from Ombi.UI.Tests/Ombi.UI.Tests.csproj rename to Old/Ombi.UI.Tests/Ombi.UI.Tests.csproj diff --git a/Ombi.UI.Tests/Properties/AssemblyInfo.cs b/Old/Ombi.UI.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.UI.Tests/Properties/AssemblyInfo.cs rename to Old/Ombi.UI.Tests/Properties/AssemblyInfo.cs diff --git a/Ombi.UI.Tests/SearchModuleTests.cs b/Old/Ombi.UI.Tests/SearchModuleTests.cs similarity index 100% rename from Ombi.UI.Tests/SearchModuleTests.cs rename to Old/Ombi.UI.Tests/SearchModuleTests.cs diff --git a/Ombi.UI.Tests/TestRootPathProvider.cs b/Old/Ombi.UI.Tests/TestRootPathProvider.cs similarity index 100% rename from Ombi.UI.Tests/TestRootPathProvider.cs rename to Old/Ombi.UI.Tests/TestRootPathProvider.cs diff --git a/Ombi.UI.Tests/TvSenderTests.cs b/Old/Ombi.UI.Tests/TvSenderTests.cs similarity index 100% rename from Ombi.UI.Tests/TvSenderTests.cs rename to Old/Ombi.UI.Tests/TvSenderTests.cs diff --git a/Ombi.UI.Tests/UserLoginModuleTests.cs b/Old/Ombi.UI.Tests/UserLoginModuleTests.cs similarity index 100% rename from Ombi.UI.Tests/UserLoginModuleTests.cs rename to Old/Ombi.UI.Tests/UserLoginModuleTests.cs diff --git a/Ombi.UI.Tests/app.config b/Old/Ombi.UI.Tests/app.config similarity index 100% rename from Ombi.UI.Tests/app.config rename to Old/Ombi.UI.Tests/app.config diff --git a/Ombi.UI.Tests/packages.config b/Old/Ombi.UI.Tests/packages.config similarity index 100% rename from Ombi.UI.Tests/packages.config rename to Old/Ombi.UI.Tests/packages.config diff --git a/Ombi.UI/Authentication/CustomAuthenticationConfiguration.cs b/Old/Ombi.UI/Authentication/CustomAuthenticationConfiguration.cs similarity index 100% rename from Ombi.UI/Authentication/CustomAuthenticationConfiguration.cs rename to Old/Ombi.UI/Authentication/CustomAuthenticationConfiguration.cs diff --git a/Ombi.UI/Authentication/CustomAuthenticationProvider.cs b/Old/Ombi.UI/Authentication/CustomAuthenticationProvider.cs similarity index 100% rename from Ombi.UI/Authentication/CustomAuthenticationProvider.cs rename to Old/Ombi.UI/Authentication/CustomAuthenticationProvider.cs diff --git a/Ombi.UI/Authentication/CustomModuleExtensions.cs b/Old/Ombi.UI/Authentication/CustomModuleExtensions.cs similarity index 100% rename from Ombi.UI/Authentication/CustomModuleExtensions.cs rename to Old/Ombi.UI/Authentication/CustomModuleExtensions.cs diff --git a/Ombi.UI/Bootstrapper.cs b/Old/Ombi.UI/Bootstrapper.cs similarity index 100% rename from Ombi.UI/Bootstrapper.cs rename to Old/Ombi.UI/Bootstrapper.cs diff --git a/Ombi.UI/Content/Angular/angular-loading-spinner.js b/Old/Ombi.UI/Content/Angular/angular-loading-spinner.js similarity index 100% rename from Ombi.UI/Content/Angular/angular-loading-spinner.js rename to Old/Ombi.UI/Content/Angular/angular-loading-spinner.js diff --git a/Ombi.UI/Content/Angular/angular-spinner.min.js b/Old/Ombi.UI/Content/Angular/angular-spinner.min.js similarity index 100% rename from Ombi.UI/Content/Angular/angular-spinner.min.js rename to Old/Ombi.UI/Content/Angular/angular-spinner.min.js diff --git a/Ombi.UI/Content/Themes/original.css b/Old/Ombi.UI/Content/Themes/original.css similarity index 100% rename from Ombi.UI/Content/Themes/original.css rename to Old/Ombi.UI/Content/Themes/original.css diff --git a/Ombi.UI/Content/Themes/original.min.css b/Old/Ombi.UI/Content/Themes/original.min.css similarity index 100% rename from Ombi.UI/Content/Themes/original.min.css rename to Old/Ombi.UI/Content/Themes/original.min.css diff --git a/Ombi.UI/Content/Themes/original.scss b/Old/Ombi.UI/Content/Themes/original.scss similarity index 100% rename from Ombi.UI/Content/Themes/original.scss rename to Old/Ombi.UI/Content/Themes/original.scss diff --git a/Ombi.UI/Content/Themes/plex.css b/Old/Ombi.UI/Content/Themes/plex.css similarity index 100% rename from Ombi.UI/Content/Themes/plex.css rename to Old/Ombi.UI/Content/Themes/plex.css diff --git a/Ombi.UI/Content/Themes/plex.min.css b/Old/Ombi.UI/Content/Themes/plex.min.css similarity index 100% rename from Ombi.UI/Content/Themes/plex.min.css rename to Old/Ombi.UI/Content/Themes/plex.min.css diff --git a/Ombi.UI/Content/Themes/plex.scss b/Old/Ombi.UI/Content/Themes/plex.scss similarity index 100% rename from Ombi.UI/Content/Themes/plex.scss rename to Old/Ombi.UI/Content/Themes/plex.scss diff --git a/Ombi.UI/Content/analytics.js b/Old/Ombi.UI/Content/analytics.js similarity index 100% rename from Ombi.UI/Content/analytics.js rename to Old/Ombi.UI/Content/analytics.js diff --git a/Ombi.UI/Content/angular.min.js b/Old/Ombi.UI/Content/angular.min.js similarity index 100% rename from Ombi.UI/Content/angular.min.js rename to Old/Ombi.UI/Content/angular.min.js diff --git a/Ombi.UI/Content/app/app.js b/Old/Ombi.UI/Content/app/app.js similarity index 100% rename from Ombi.UI/Content/app/app.js rename to Old/Ombi.UI/Content/app/app.js diff --git a/Ombi.UI/Content/app/requests/requestsController.js b/Old/Ombi.UI/Content/app/requests/requestsController.js similarity index 100% rename from Ombi.UI/Content/app/requests/requestsController.js rename to Old/Ombi.UI/Content/app/requests/requestsController.js diff --git a/Ombi.UI/Content/app/requests/requestsService.js b/Old/Ombi.UI/Content/app/requests/requestsService.js similarity index 100% rename from Ombi.UI/Content/app/requests/requestsService.js rename to Old/Ombi.UI/Content/app/requests/requestsService.js diff --git a/Ombi.UI/Content/app/userManagement/Directives/addUser.html b/Old/Ombi.UI/Content/app/userManagement/Directives/addUser.html similarity index 100% rename from Ombi.UI/Content/app/userManagement/Directives/addUser.html rename to Old/Ombi.UI/Content/app/userManagement/Directives/addUser.html diff --git a/Ombi.UI/Content/app/userManagement/Directives/sidebar.html b/Old/Ombi.UI/Content/app/userManagement/Directives/sidebar.html similarity index 100% rename from Ombi.UI/Content/app/userManagement/Directives/sidebar.html rename to Old/Ombi.UI/Content/app/userManagement/Directives/sidebar.html diff --git a/Ombi.UI/Content/app/userManagement/Directives/table.html b/Old/Ombi.UI/Content/app/userManagement/Directives/table.html similarity index 100% rename from Ombi.UI/Content/app/userManagement/Directives/table.html rename to Old/Ombi.UI/Content/app/userManagement/Directives/table.html diff --git a/Ombi.UI/Content/app/userManagement/Directives/userManagementDirective.js b/Old/Ombi.UI/Content/app/userManagement/Directives/userManagementDirective.js similarity index 100% rename from Ombi.UI/Content/app/userManagement/Directives/userManagementDirective.js rename to Old/Ombi.UI/Content/app/userManagement/Directives/userManagementDirective.js diff --git a/Ombi.UI/Content/app/userManagement/userManagementController.js b/Old/Ombi.UI/Content/app/userManagement/userManagementController.js similarity index 100% rename from Ombi.UI/Content/app/userManagement/userManagementController.js rename to Old/Ombi.UI/Content/app/userManagement/userManagementController.js diff --git a/Ombi.UI/Content/app/userManagement/userManagementService.js b/Old/Ombi.UI/Content/app/userManagement/userManagementService.js similarity index 100% rename from Ombi.UI/Content/app/userManagement/userManagementService.js rename to Old/Ombi.UI/Content/app/userManagement/userManagementService.js diff --git a/Ombi.UI/Content/awesome-bootstrap-checkbox.css b/Old/Ombi.UI/Content/awesome-bootstrap-checkbox.css similarity index 100% rename from Ombi.UI/Content/awesome-bootstrap-checkbox.css rename to Old/Ombi.UI/Content/awesome-bootstrap-checkbox.css diff --git a/Ombi.UI/Content/base.css b/Old/Ombi.UI/Content/base.css similarity index 100% rename from Ombi.UI/Content/base.css rename to Old/Ombi.UI/Content/base.css diff --git a/Ombi.UI/Content/base.min.css b/Old/Ombi.UI/Content/base.min.css similarity index 100% rename from Ombi.UI/Content/base.min.css rename to Old/Ombi.UI/Content/base.min.css diff --git a/Ombi.UI/Content/base.scss b/Old/Ombi.UI/Content/base.scss similarity index 100% rename from Ombi.UI/Content/base.scss rename to Old/Ombi.UI/Content/base.scss diff --git a/Ombi.UI/Content/bootstrap-datetimepicker-build.less b/Old/Ombi.UI/Content/bootstrap-datetimepicker-build.less similarity index 100% rename from Ombi.UI/Content/bootstrap-datetimepicker-build.less rename to Old/Ombi.UI/Content/bootstrap-datetimepicker-build.less diff --git a/Ombi.UI/Content/bootstrap-datetimepicker.min.js b/Old/Ombi.UI/Content/bootstrap-datetimepicker.min.js similarity index 100% rename from Ombi.UI/Content/bootstrap-datetimepicker.min.js rename to Old/Ombi.UI/Content/bootstrap-datetimepicker.min.js diff --git a/Ombi.UI/Content/bootstrap-notify.min.js b/Old/Ombi.UI/Content/bootstrap-notify.min.js similarity index 100% rename from Ombi.UI/Content/bootstrap-notify.min.js rename to Old/Ombi.UI/Content/bootstrap-notify.min.js diff --git a/Ombi.UI/Content/bootstrap-switch.min.css b/Old/Ombi.UI/Content/bootstrap-switch.min.css similarity index 100% rename from Ombi.UI/Content/bootstrap-switch.min.css rename to Old/Ombi.UI/Content/bootstrap-switch.min.css diff --git a/Ombi.UI/Content/bootstrap-switch.min.js b/Old/Ombi.UI/Content/bootstrap-switch.min.js similarity index 100% rename from Ombi.UI/Content/bootstrap-switch.min.js rename to Old/Ombi.UI/Content/bootstrap-switch.min.js diff --git a/Ombi.UI/Content/bootstrap.css b/Old/Ombi.UI/Content/bootstrap.css similarity index 100% rename from Ombi.UI/Content/bootstrap.css rename to Old/Ombi.UI/Content/bootstrap.css diff --git a/Ombi.UI/Content/bootstrap.min.js b/Old/Ombi.UI/Content/bootstrap.min.js similarity index 100% rename from Ombi.UI/Content/bootstrap.min.js rename to Old/Ombi.UI/Content/bootstrap.min.js diff --git a/Ombi.UI/Content/clipboard.min.js b/Old/Ombi.UI/Content/clipboard.min.js similarity index 100% rename from Ombi.UI/Content/clipboard.min.js rename to Old/Ombi.UI/Content/clipboard.min.js diff --git a/Ombi.UI/Content/dataTables.bootstrap.css b/Old/Ombi.UI/Content/dataTables.bootstrap.css similarity index 100% rename from Ombi.UI/Content/dataTables.bootstrap.css rename to Old/Ombi.UI/Content/dataTables.bootstrap.css diff --git a/Ombi.UI/Content/datatables.js b/Old/Ombi.UI/Content/datatables.js similarity index 100% rename from Ombi.UI/Content/datatables.js rename to Old/Ombi.UI/Content/datatables.js diff --git a/Ombi.UI/Content/datatables.min.js b/Old/Ombi.UI/Content/datatables.min.js similarity index 100% rename from Ombi.UI/Content/datatables.min.js rename to Old/Ombi.UI/Content/datatables.min.js diff --git a/Ombi.UI/Content/datepicker.css b/Old/Ombi.UI/Content/datepicker.css similarity index 100% rename from Ombi.UI/Content/datepicker.css rename to Old/Ombi.UI/Content/datepicker.css diff --git a/Ombi.UI/Content/datepicker.min.css b/Old/Ombi.UI/Content/datepicker.min.css similarity index 100% rename from Ombi.UI/Content/datepicker.min.css rename to Old/Ombi.UI/Content/datepicker.min.css diff --git a/Ombi.UI/Content/datepicker.scss b/Old/Ombi.UI/Content/datepicker.scss similarity index 100% rename from Ombi.UI/Content/datepicker.scss rename to Old/Ombi.UI/Content/datepicker.scss diff --git a/Ombi.UI/Content/favicon.ico b/Old/Ombi.UI/Content/favicon.ico similarity index 100% rename from Ombi.UI/Content/favicon.ico rename to Old/Ombi.UI/Content/favicon.ico diff --git a/Ombi.UI/Content/favicon/android-icon-144x144.png b/Old/Ombi.UI/Content/favicon/android-icon-144x144.png similarity index 100% rename from Ombi.UI/Content/favicon/android-icon-144x144.png rename to Old/Ombi.UI/Content/favicon/android-icon-144x144.png diff --git a/Ombi.UI/Content/favicon/android-icon-192x192.png b/Old/Ombi.UI/Content/favicon/android-icon-192x192.png similarity index 100% rename from Ombi.UI/Content/favicon/android-icon-192x192.png rename to Old/Ombi.UI/Content/favicon/android-icon-192x192.png diff --git a/Ombi.UI/Content/favicon/android-icon-36x36.png b/Old/Ombi.UI/Content/favicon/android-icon-36x36.png similarity index 100% rename from Ombi.UI/Content/favicon/android-icon-36x36.png rename to Old/Ombi.UI/Content/favicon/android-icon-36x36.png diff --git a/Ombi.UI/Content/favicon/android-icon-48x48.png b/Old/Ombi.UI/Content/favicon/android-icon-48x48.png similarity index 100% rename from Ombi.UI/Content/favicon/android-icon-48x48.png rename to Old/Ombi.UI/Content/favicon/android-icon-48x48.png diff --git a/Ombi.UI/Content/favicon/android-icon-72x72.png b/Old/Ombi.UI/Content/favicon/android-icon-72x72.png similarity index 100% rename from Ombi.UI/Content/favicon/android-icon-72x72.png rename to Old/Ombi.UI/Content/favicon/android-icon-72x72.png diff --git a/Ombi.UI/Content/favicon/android-icon-96x96.png b/Old/Ombi.UI/Content/favicon/android-icon-96x96.png similarity index 100% rename from Ombi.UI/Content/favicon/android-icon-96x96.png rename to Old/Ombi.UI/Content/favicon/android-icon-96x96.png diff --git a/Ombi.UI/Content/favicon/apple-icon-114x114.png b/Old/Ombi.UI/Content/favicon/apple-icon-114x114.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-114x114.png rename to Old/Ombi.UI/Content/favicon/apple-icon-114x114.png diff --git a/Ombi.UI/Content/favicon/apple-icon-120x120.png b/Old/Ombi.UI/Content/favicon/apple-icon-120x120.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-120x120.png rename to Old/Ombi.UI/Content/favicon/apple-icon-120x120.png diff --git a/Ombi.UI/Content/favicon/apple-icon-144x144.png b/Old/Ombi.UI/Content/favicon/apple-icon-144x144.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-144x144.png rename to Old/Ombi.UI/Content/favicon/apple-icon-144x144.png diff --git a/Ombi.UI/Content/favicon/apple-icon-152x152.png b/Old/Ombi.UI/Content/favicon/apple-icon-152x152.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-152x152.png rename to Old/Ombi.UI/Content/favicon/apple-icon-152x152.png diff --git a/Ombi.UI/Content/favicon/apple-icon-180x180.png b/Old/Ombi.UI/Content/favicon/apple-icon-180x180.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-180x180.png rename to Old/Ombi.UI/Content/favicon/apple-icon-180x180.png diff --git a/Ombi.UI/Content/favicon/apple-icon-57x57.png b/Old/Ombi.UI/Content/favicon/apple-icon-57x57.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-57x57.png rename to Old/Ombi.UI/Content/favicon/apple-icon-57x57.png diff --git a/Ombi.UI/Content/favicon/apple-icon-60x60.png b/Old/Ombi.UI/Content/favicon/apple-icon-60x60.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-60x60.png rename to Old/Ombi.UI/Content/favicon/apple-icon-60x60.png diff --git a/Ombi.UI/Content/favicon/apple-icon-72x72.png b/Old/Ombi.UI/Content/favicon/apple-icon-72x72.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-72x72.png rename to Old/Ombi.UI/Content/favicon/apple-icon-72x72.png diff --git a/Ombi.UI/Content/favicon/apple-icon-76x76.png b/Old/Ombi.UI/Content/favicon/apple-icon-76x76.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-76x76.png rename to Old/Ombi.UI/Content/favicon/apple-icon-76x76.png diff --git a/Ombi.UI/Content/favicon/apple-icon-precomposed.png b/Old/Ombi.UI/Content/favicon/apple-icon-precomposed.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon-precomposed.png rename to Old/Ombi.UI/Content/favicon/apple-icon-precomposed.png diff --git a/Ombi.UI/Content/favicon/apple-icon.png b/Old/Ombi.UI/Content/favicon/apple-icon.png similarity index 100% rename from Ombi.UI/Content/favicon/apple-icon.png rename to Old/Ombi.UI/Content/favicon/apple-icon.png diff --git a/Ombi.UI/Content/favicon/browserconfig.xml b/Old/Ombi.UI/Content/favicon/browserconfig.xml similarity index 100% rename from Ombi.UI/Content/favicon/browserconfig.xml rename to Old/Ombi.UI/Content/favicon/browserconfig.xml diff --git a/Ombi.UI/Content/favicon/favicon-16x16.png b/Old/Ombi.UI/Content/favicon/favicon-16x16.png similarity index 100% rename from Ombi.UI/Content/favicon/favicon-16x16.png rename to Old/Ombi.UI/Content/favicon/favicon-16x16.png diff --git a/Ombi.UI/Content/favicon/favicon-32x32.png b/Old/Ombi.UI/Content/favicon/favicon-32x32.png similarity index 100% rename from Ombi.UI/Content/favicon/favicon-32x32.png rename to Old/Ombi.UI/Content/favicon/favicon-32x32.png diff --git a/Ombi.UI/Content/favicon/favicon-96x96.png b/Old/Ombi.UI/Content/favicon/favicon-96x96.png similarity index 100% rename from Ombi.UI/Content/favicon/favicon-96x96.png rename to Old/Ombi.UI/Content/favicon/favicon-96x96.png diff --git a/Ombi.UI/Content/favicon/favicon.ico b/Old/Ombi.UI/Content/favicon/favicon.ico similarity index 100% rename from Ombi.UI/Content/favicon/favicon.ico rename to Old/Ombi.UI/Content/favicon/favicon.ico diff --git a/Ombi.UI/Content/favicon/manifest.json b/Old/Ombi.UI/Content/favicon/manifest.json similarity index 100% rename from Ombi.UI/Content/favicon/manifest.json rename to Old/Ombi.UI/Content/favicon/manifest.json diff --git a/Ombi.UI/Content/favicon/ms-icon-144x144.png b/Old/Ombi.UI/Content/favicon/ms-icon-144x144.png similarity index 100% rename from Ombi.UI/Content/favicon/ms-icon-144x144.png rename to Old/Ombi.UI/Content/favicon/ms-icon-144x144.png diff --git a/Ombi.UI/Content/favicon/ms-icon-150x150.png b/Old/Ombi.UI/Content/favicon/ms-icon-150x150.png similarity index 100% rename from Ombi.UI/Content/favicon/ms-icon-150x150.png rename to Old/Ombi.UI/Content/favicon/ms-icon-150x150.png diff --git a/Ombi.UI/Content/favicon/ms-icon-310x310.png b/Old/Ombi.UI/Content/favicon/ms-icon-310x310.png similarity index 100% rename from Ombi.UI/Content/favicon/ms-icon-310x310.png rename to Old/Ombi.UI/Content/favicon/ms-icon-310x310.png diff --git a/Ombi.UI/Content/favicon/ms-icon-70x70.png b/Old/Ombi.UI/Content/favicon/ms-icon-70x70.png similarity index 100% rename from Ombi.UI/Content/favicon/ms-icon-70x70.png rename to Old/Ombi.UI/Content/favicon/ms-icon-70x70.png diff --git a/Ombi.UI/Content/font-awesome.css b/Old/Ombi.UI/Content/font-awesome.css similarity index 100% rename from Ombi.UI/Content/font-awesome.css rename to Old/Ombi.UI/Content/font-awesome.css diff --git a/Ombi.UI/Content/font-awesome.min.css b/Old/Ombi.UI/Content/font-awesome.min.css similarity index 100% rename from Ombi.UI/Content/font-awesome.min.css rename to Old/Ombi.UI/Content/font-awesome.min.css diff --git a/Ombi.UI/Content/fonts/FontAwesome.otf b/Old/Ombi.UI/Content/fonts/FontAwesome.otf similarity index 100% rename from Ombi.UI/Content/fonts/FontAwesome.otf rename to Old/Ombi.UI/Content/fonts/FontAwesome.otf diff --git a/Ombi.UI/Content/fonts/fontawesome-webfont.eot b/Old/Ombi.UI/Content/fonts/fontawesome-webfont.eot similarity index 100% rename from Ombi.UI/Content/fonts/fontawesome-webfont.eot rename to Old/Ombi.UI/Content/fonts/fontawesome-webfont.eot diff --git a/Ombi.UI/Content/fonts/fontawesome-webfont.svg b/Old/Ombi.UI/Content/fonts/fontawesome-webfont.svg similarity index 100% rename from Ombi.UI/Content/fonts/fontawesome-webfont.svg rename to Old/Ombi.UI/Content/fonts/fontawesome-webfont.svg diff --git a/Ombi.UI/Content/fonts/fontawesome-webfont.ttf b/Old/Ombi.UI/Content/fonts/fontawesome-webfont.ttf similarity index 100% rename from Ombi.UI/Content/fonts/fontawesome-webfont.ttf rename to Old/Ombi.UI/Content/fonts/fontawesome-webfont.ttf diff --git a/Ombi.UI/Content/fonts/fontawesome-webfont.woff b/Old/Ombi.UI/Content/fonts/fontawesome-webfont.woff similarity index 100% rename from Ombi.UI/Content/fonts/fontawesome-webfont.woff rename to Old/Ombi.UI/Content/fonts/fontawesome-webfont.woff diff --git a/Ombi.UI/Content/fonts/fontawesome-webfont.woff2 b/Old/Ombi.UI/Content/fonts/fontawesome-webfont.woff2 similarity index 100% rename from Ombi.UI/Content/fonts/fontawesome-webfont.woff2 rename to Old/Ombi.UI/Content/fonts/fontawesome-webfont.woff2 diff --git a/Ombi.UI/Content/fonts/glyphicons-halflings-regular.eot b/Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from Ombi.UI/Content/fonts/glyphicons-halflings-regular.eot rename to Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.eot diff --git a/Ombi.UI/Content/fonts/glyphicons-halflings-regular.svg b/Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from Ombi.UI/Content/fonts/glyphicons-halflings-regular.svg rename to Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.svg diff --git a/Ombi.UI/Content/fonts/glyphicons-halflings-regular.ttf b/Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from Ombi.UI/Content/fonts/glyphicons-halflings-regular.ttf rename to Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.ttf diff --git a/Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff b/Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff rename to Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff diff --git a/Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff2 b/Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff2 rename to Old/Ombi.UI/Content/fonts/glyphicons-halflings-regular.woff2 diff --git a/Ombi.UI/Content/handlebars.min.js b/Old/Ombi.UI/Content/handlebars.min.js similarity index 100% rename from Ombi.UI/Content/handlebars.min.js rename to Old/Ombi.UI/Content/handlebars.min.js diff --git a/Ombi.UI/Content/helpers/bootbox.min.js b/Old/Ombi.UI/Content/helpers/bootbox.min.js similarity index 100% rename from Ombi.UI/Content/helpers/bootbox.min.js rename to Old/Ombi.UI/Content/helpers/bootbox.min.js diff --git a/Ombi.UI/Content/images/emby-logo-dark.jpg b/Old/Ombi.UI/Content/images/emby-logo-dark.jpg similarity index 100% rename from Ombi.UI/Content/images/emby-logo-dark.jpg rename to Old/Ombi.UI/Content/images/emby-logo-dark.jpg diff --git a/Ombi.UI/Content/images/emby-logo.png b/Old/Ombi.UI/Content/images/emby-logo.png similarity index 100% rename from Ombi.UI/Content/images/emby-logo.png rename to Old/Ombi.UI/Content/images/emby-logo.png diff --git a/Ombi.UI/Content/images/logo original.png b/Old/Ombi.UI/Content/images/logo original.png similarity index 100% rename from Ombi.UI/Content/images/logo original.png rename to Old/Ombi.UI/Content/images/logo original.png diff --git a/Ombi.UI/Content/images/logo.png b/Old/Ombi.UI/Content/images/logo.png similarity index 100% rename from Ombi.UI/Content/images/logo.png rename to Old/Ombi.UI/Content/images/logo.png diff --git a/Ombi.UI/Content/images/plex-logo-reversed.png b/Old/Ombi.UI/Content/images/plex-logo-reversed.png similarity index 100% rename from Ombi.UI/Content/images/plex-logo-reversed.png rename to Old/Ombi.UI/Content/images/plex-logo-reversed.png diff --git a/Ombi.UI/Content/images/plex-logo.png b/Old/Ombi.UI/Content/images/plex-logo.png similarity index 100% rename from Ombi.UI/Content/images/plex-logo.png rename to Old/Ombi.UI/Content/images/plex-logo.png diff --git a/Ombi.UI/Content/issue-details.js b/Old/Ombi.UI/Content/issue-details.js similarity index 100% rename from Ombi.UI/Content/issue-details.js rename to Old/Ombi.UI/Content/issue-details.js diff --git a/Ombi.UI/Content/issues.js b/Old/Ombi.UI/Content/issues.js similarity index 100% rename from Ombi.UI/Content/issues.js rename to Old/Ombi.UI/Content/issues.js diff --git a/Ombi.UI/Content/jquery-2.2.1.min.js b/Old/Ombi.UI/Content/jquery-2.2.1.min.js similarity index 100% rename from Ombi.UI/Content/jquery-2.2.1.min.js rename to Old/Ombi.UI/Content/jquery-2.2.1.min.js diff --git a/Ombi.UI/Content/jquery.mixitup.js b/Old/Ombi.UI/Content/jquery.mixitup.js similarity index 100% rename from Ombi.UI/Content/jquery.mixitup.js rename to Old/Ombi.UI/Content/jquery.mixitup.js diff --git a/Ombi.UI/Content/moment.min.es5.js b/Old/Ombi.UI/Content/moment.min.es5.js similarity index 100% rename from Ombi.UI/Content/moment.min.es5.js rename to Old/Ombi.UI/Content/moment.min.es5.js diff --git a/Ombi.UI/Content/moment.min.es5.min.js b/Old/Ombi.UI/Content/moment.min.es5.min.js similarity index 100% rename from Ombi.UI/Content/moment.min.es5.min.js rename to Old/Ombi.UI/Content/moment.min.es5.min.js diff --git a/Ombi.UI/Content/moment.min.js b/Old/Ombi.UI/Content/moment.min.js similarity index 100% rename from Ombi.UI/Content/moment.min.js rename to Old/Ombi.UI/Content/moment.min.js diff --git a/Ombi.UI/Content/pace.css b/Old/Ombi.UI/Content/pace.css similarity index 100% rename from Ombi.UI/Content/pace.css rename to Old/Ombi.UI/Content/pace.css diff --git a/Ombi.UI/Content/pace.min.css b/Old/Ombi.UI/Content/pace.min.css similarity index 100% rename from Ombi.UI/Content/pace.min.css rename to Old/Ombi.UI/Content/pace.min.css diff --git a/Ombi.UI/Content/pace.min.js b/Old/Ombi.UI/Content/pace.min.js similarity index 100% rename from Ombi.UI/Content/pace.min.js rename to Old/Ombi.UI/Content/pace.min.js diff --git a/Ombi.UI/Content/pace.scss b/Old/Ombi.UI/Content/pace.scss similarity index 100% rename from Ombi.UI/Content/pace.scss rename to Old/Ombi.UI/Content/pace.scss diff --git a/Ombi.UI/Content/requests.js b/Old/Ombi.UI/Content/requests.js similarity index 100% rename from Ombi.UI/Content/requests.js rename to Old/Ombi.UI/Content/requests.js diff --git a/Ombi.UI/Content/search.js b/Old/Ombi.UI/Content/search.js similarity index 100% rename from Ombi.UI/Content/search.js rename to Old/Ombi.UI/Content/search.js diff --git a/Ombi.UI/Content/site.js b/Old/Ombi.UI/Content/site.js similarity index 100% rename from Ombi.UI/Content/site.js rename to Old/Ombi.UI/Content/site.js diff --git a/Ombi.UI/Content/spin.min.js b/Old/Ombi.UI/Content/spin.min.js similarity index 100% rename from Ombi.UI/Content/spin.min.js rename to Old/Ombi.UI/Content/spin.min.js diff --git a/Ombi.UI/Content/swagger/backbone-min.js b/Old/Ombi.UI/Content/swagger/backbone-min.js similarity index 100% rename from Ombi.UI/Content/swagger/backbone-min.js rename to Old/Ombi.UI/Content/swagger/backbone-min.js diff --git a/Ombi.UI/Content/swagger/handlebars-2.0.0.js b/Old/Ombi.UI/Content/swagger/handlebars-2.0.0.js similarity index 100% rename from Ombi.UI/Content/swagger/handlebars-2.0.0.js rename to Old/Ombi.UI/Content/swagger/handlebars-2.0.0.js diff --git a/Ombi.UI/Content/swagger/highlight.7.3.pack.js b/Old/Ombi.UI/Content/swagger/highlight.7.3.pack.js similarity index 100% rename from Ombi.UI/Content/swagger/highlight.7.3.pack.js rename to Old/Ombi.UI/Content/swagger/highlight.7.3.pack.js diff --git a/Ombi.UI/Content/swagger/jquery-1.8.0.min.js b/Old/Ombi.UI/Content/swagger/jquery-1.8.0.min.js similarity index 100% rename from Ombi.UI/Content/swagger/jquery-1.8.0.min.js rename to Old/Ombi.UI/Content/swagger/jquery-1.8.0.min.js diff --git a/Ombi.UI/Content/swagger/jquery.ba-bbq.min.js b/Old/Ombi.UI/Content/swagger/jquery.ba-bbq.min.js similarity index 100% rename from Ombi.UI/Content/swagger/jquery.ba-bbq.min.js rename to Old/Ombi.UI/Content/swagger/jquery.ba-bbq.min.js diff --git a/Ombi.UI/Content/swagger/jquery.slideto.min.js b/Old/Ombi.UI/Content/swagger/jquery.slideto.min.js similarity index 100% rename from Ombi.UI/Content/swagger/jquery.slideto.min.js rename to Old/Ombi.UI/Content/swagger/jquery.slideto.min.js diff --git a/Ombi.UI/Content/swagger/jquery.wiggle.min.js b/Old/Ombi.UI/Content/swagger/jquery.wiggle.min.js similarity index 100% rename from Ombi.UI/Content/swagger/jquery.wiggle.min.js rename to Old/Ombi.UI/Content/swagger/jquery.wiggle.min.js diff --git a/Ombi.UI/Content/swagger/jsoneditor.min.js b/Old/Ombi.UI/Content/swagger/jsoneditor.min.js similarity index 100% rename from Ombi.UI/Content/swagger/jsoneditor.min.js rename to Old/Ombi.UI/Content/swagger/jsoneditor.min.js diff --git a/Ombi.UI/Content/swagger/marked.js b/Old/Ombi.UI/Content/swagger/marked.js similarity index 100% rename from Ombi.UI/Content/swagger/marked.js rename to Old/Ombi.UI/Content/swagger/marked.js diff --git a/Ombi.UI/Content/swagger/print.css b/Old/Ombi.UI/Content/swagger/print.css similarity index 100% rename from Ombi.UI/Content/swagger/print.css rename to Old/Ombi.UI/Content/swagger/print.css diff --git a/Ombi.UI/Content/swagger/reset.css b/Old/Ombi.UI/Content/swagger/reset.css similarity index 100% rename from Ombi.UI/Content/swagger/reset.css rename to Old/Ombi.UI/Content/swagger/reset.css diff --git a/Ombi.UI/Content/swagger/screen.css b/Old/Ombi.UI/Content/swagger/screen.css similarity index 100% rename from Ombi.UI/Content/swagger/screen.css rename to Old/Ombi.UI/Content/swagger/screen.css diff --git a/Ombi.UI/Content/swagger/style.css b/Old/Ombi.UI/Content/swagger/style.css similarity index 100% rename from Ombi.UI/Content/swagger/style.css rename to Old/Ombi.UI/Content/swagger/style.css diff --git a/Ombi.UI/Content/swagger/swagger-oauth.js b/Old/Ombi.UI/Content/swagger/swagger-oauth.js similarity index 100% rename from Ombi.UI/Content/swagger/swagger-oauth.js rename to Old/Ombi.UI/Content/swagger/swagger-oauth.js diff --git a/Ombi.UI/Content/swagger/swagger-ui.js b/Old/Ombi.UI/Content/swagger/swagger-ui.js similarity index 100% rename from Ombi.UI/Content/swagger/swagger-ui.js rename to Old/Ombi.UI/Content/swagger/swagger-ui.js diff --git a/Ombi.UI/Content/swagger/swagger-ui.min.js b/Old/Ombi.UI/Content/swagger/swagger-ui.min.js similarity index 100% rename from Ombi.UI/Content/swagger/swagger-ui.min.js rename to Old/Ombi.UI/Content/swagger/swagger-ui.min.js diff --git a/Ombi.UI/Content/swagger/typography.css b/Old/Ombi.UI/Content/swagger/typography.css similarity index 100% rename from Ombi.UI/Content/swagger/typography.css rename to Old/Ombi.UI/Content/swagger/typography.css diff --git a/Ombi.UI/Content/swagger/underscore-min.js b/Old/Ombi.UI/Content/swagger/underscore-min.js similarity index 100% rename from Ombi.UI/Content/swagger/underscore-min.js rename to Old/Ombi.UI/Content/swagger/underscore-min.js diff --git a/Ombi.UI/Content/swagger/underscore-min.map b/Old/Ombi.UI/Content/swagger/underscore-min.map similarity index 100% rename from Ombi.UI/Content/swagger/underscore-min.map rename to Old/Ombi.UI/Content/swagger/underscore-min.map diff --git a/Ombi.UI/Content/systemjs.config.js b/Old/Ombi.UI/Content/systemjs.config.js similarity index 100% rename from Ombi.UI/Content/systemjs.config.js rename to Old/Ombi.UI/Content/systemjs.config.js diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.js b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.js similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.js rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.js diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.min.js b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.min.js similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.min.js rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/SVG/tooltipster-SVG.min.js diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-punk.min.css b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-punk.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-punk.min.css rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-punk.min.css diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css diff --git a/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/tooltipster-sideTip.min.css b/Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/tooltipster-sideTip.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/tooltipster-sideTip.min.css rename to Old/Ombi.UI/Content/tooltip/plugins/tooltipster/sideTip/tooltipster-sideTip.min.css diff --git a/Ombi.UI/Content/tooltip/tooltipster.bundle.css b/Old/Ombi.UI/Content/tooltip/tooltipster.bundle.css similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.bundle.css rename to Old/Ombi.UI/Content/tooltip/tooltipster.bundle.css diff --git a/Ombi.UI/Content/tooltip/tooltipster.bundle.js b/Old/Ombi.UI/Content/tooltip/tooltipster.bundle.js similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.bundle.js rename to Old/Ombi.UI/Content/tooltip/tooltipster.bundle.js diff --git a/Ombi.UI/Content/tooltip/tooltipster.bundle.min.css b/Old/Ombi.UI/Content/tooltip/tooltipster.bundle.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.bundle.min.css rename to Old/Ombi.UI/Content/tooltip/tooltipster.bundle.min.css diff --git a/Ombi.UI/Content/tooltip/tooltipster.bundle.min.js b/Old/Ombi.UI/Content/tooltip/tooltipster.bundle.min.js similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.bundle.min.js rename to Old/Ombi.UI/Content/tooltip/tooltipster.bundle.min.js diff --git a/Ombi.UI/Content/tooltip/tooltipster.core.css b/Old/Ombi.UI/Content/tooltip/tooltipster.core.css similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.core.css rename to Old/Ombi.UI/Content/tooltip/tooltipster.core.css diff --git a/Ombi.UI/Content/tooltip/tooltipster.core.js b/Old/Ombi.UI/Content/tooltip/tooltipster.core.js similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.core.js rename to Old/Ombi.UI/Content/tooltip/tooltipster.core.js diff --git a/Ombi.UI/Content/tooltip/tooltipster.core.min.css b/Old/Ombi.UI/Content/tooltip/tooltipster.core.min.css similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.core.min.css rename to Old/Ombi.UI/Content/tooltip/tooltipster.core.min.css diff --git a/Ombi.UI/Content/tooltip/tooltipster.core.min.js b/Old/Ombi.UI/Content/tooltip/tooltipster.core.min.js similarity index 100% rename from Ombi.UI/Content/tooltip/tooltipster.core.min.js rename to Old/Ombi.UI/Content/tooltip/tooltipster.core.min.js diff --git a/Ombi.UI/Content/wizard.js b/Old/Ombi.UI/Content/wizard.js similarity index 100% rename from Ombi.UI/Content/wizard.js rename to Old/Ombi.UI/Content/wizard.js diff --git a/Ombi.UI/Helpers/AngularViewBase.cs b/Old/Ombi.UI/Helpers/AngularViewBase.cs similarity index 100% rename from Ombi.UI/Helpers/AngularViewBase.cs rename to Old/Ombi.UI/Helpers/AngularViewBase.cs diff --git a/Ombi.UI/Helpers/BaseUrlHelper.cs b/Old/Ombi.UI/Helpers/BaseUrlHelper.cs similarity index 100% rename from Ombi.UI/Helpers/BaseUrlHelper.cs rename to Old/Ombi.UI/Helpers/BaseUrlHelper.cs diff --git a/Ombi.UI/Helpers/ContravariantBindingResolver.cs b/Old/Ombi.UI/Helpers/ContravariantBindingResolver.cs similarity index 100% rename from Ombi.UI/Helpers/ContravariantBindingResolver.cs rename to Old/Ombi.UI/Helpers/ContravariantBindingResolver.cs diff --git a/Ombi.UI/Helpers/CultureHelper.cs b/Old/Ombi.UI/Helpers/CultureHelper.cs similarity index 100% rename from Ombi.UI/Helpers/CultureHelper.cs rename to Old/Ombi.UI/Helpers/CultureHelper.cs diff --git a/Ombi.UI/Helpers/CustomHtmlHelper.cs b/Old/Ombi.UI/Helpers/CustomHtmlHelper.cs similarity index 100% rename from Ombi.UI/Helpers/CustomHtmlHelper.cs rename to Old/Ombi.UI/Helpers/CustomHtmlHelper.cs diff --git a/Ombi.UI/Helpers/DebugRootPathProvider.cs b/Old/Ombi.UI/Helpers/DebugRootPathProvider.cs similarity index 100% rename from Ombi.UI/Helpers/DebugRootPathProvider.cs rename to Old/Ombi.UI/Helpers/DebugRootPathProvider.cs diff --git a/Ombi.UI/Helpers/EmptyViewBase.cs b/Old/Ombi.UI/Helpers/EmptyViewBase.cs similarity index 100% rename from Ombi.UI/Helpers/EmptyViewBase.cs rename to Old/Ombi.UI/Helpers/EmptyViewBase.cs diff --git a/Ombi.UI/Helpers/HtmlSecurityHelper.cs b/Old/Ombi.UI/Helpers/HtmlSecurityHelper.cs similarity index 100% rename from Ombi.UI/Helpers/HtmlSecurityHelper.cs rename to Old/Ombi.UI/Helpers/HtmlSecurityHelper.cs diff --git a/Ombi.UI/Helpers/ServiceLocator.cs b/Old/Ombi.UI/Helpers/ServiceLocator.cs similarity index 100% rename from Ombi.UI/Helpers/ServiceLocator.cs rename to Old/Ombi.UI/Helpers/ServiceLocator.cs diff --git a/Ombi.UI/Helpers/Themes.cs b/Old/Ombi.UI/Helpers/Themes.cs similarity index 100% rename from Ombi.UI/Helpers/Themes.cs rename to Old/Ombi.UI/Helpers/Themes.cs diff --git a/Ombi.UI/Helpers/ValidationHelper.cs b/Old/Ombi.UI/Helpers/ValidationHelper.cs similarity index 100% rename from Ombi.UI/Helpers/ValidationHelper.cs rename to Old/Ombi.UI/Helpers/ValidationHelper.cs diff --git a/Ombi.UI/Jobs/CustomJobFactory.cs b/Old/Ombi.UI/Jobs/CustomJobFactory.cs similarity index 100% rename from Ombi.UI/Jobs/CustomJobFactory.cs rename to Old/Ombi.UI/Jobs/CustomJobFactory.cs diff --git a/Ombi.UI/Jobs/Scheduler.cs b/Old/Ombi.UI/Jobs/Scheduler.cs similarity index 100% rename from Ombi.UI/Jobs/Scheduler.cs rename to Old/Ombi.UI/Jobs/Scheduler.cs diff --git a/Ombi.UI/ModelDataProviders/AuthSettingsDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/AuthSettingsDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/AuthSettingsDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/AuthSettingsDataProvider.cs diff --git a/Ombi.UI/ModelDataProviders/CouchPotatoDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/CouchPotatoDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/CouchPotatoDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/CouchPotatoDataProvider.cs diff --git a/Ombi.UI/ModelDataProviders/HeadphonesDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/HeadphonesDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/HeadphonesDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/HeadphonesDataProvider.cs diff --git a/Ombi.UI/ModelDataProviders/PlexSettingsDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/PlexSettingsDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/PlexSettingsDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/PlexSettingsDataProvider.cs diff --git a/Ombi.UI/ModelDataProviders/RequestedModelDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/RequestedModelDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/RequestedModelDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/RequestedModelDataProvider.cs diff --git a/Ombi.UI/ModelDataProviders/SickRageDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/SickRageDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/SickRageDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/SickRageDataProvider.cs diff --git a/Ombi.UI/ModelDataProviders/SonarrSettingsDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/SonarrSettingsDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/SonarrSettingsDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/SonarrSettingsDataProvider.cs diff --git a/Ombi.UI/ModelDataProviders/UserUpdateViewModelDataProvider.cs b/Old/Ombi.UI/ModelDataProviders/UserUpdateViewModelDataProvider.cs similarity index 100% rename from Ombi.UI/ModelDataProviders/UserUpdateViewModelDataProvider.cs rename to Old/Ombi.UI/ModelDataProviders/UserUpdateViewModelDataProvider.cs diff --git a/Ombi.UI/Models/AboutAdminViewModel.cs b/Old/Ombi.UI/Models/AboutAdminViewModel.cs similarity index 100% rename from Ombi.UI/Models/AboutAdminViewModel.cs rename to Old/Ombi.UI/Models/AboutAdminViewModel.cs diff --git a/Ombi.UI/Models/Admin/CustomizationViewModel.cs b/Old/Ombi.UI/Models/Admin/CustomizationViewModel.cs similarity index 100% rename from Ombi.UI/Models/Admin/CustomizationViewModel.cs rename to Old/Ombi.UI/Models/Admin/CustomizationViewModel.cs diff --git a/Ombi.UI/Models/ApiModel.cs b/Old/Ombi.UI/Models/ApiModel.cs similarity index 100% rename from Ombi.UI/Models/ApiModel.cs rename to Old/Ombi.UI/Models/ApiModel.cs diff --git a/Ombi.UI/Models/DatatablesModel.cs b/Old/Ombi.UI/Models/DatatablesModel.cs similarity index 100% rename from Ombi.UI/Models/DatatablesModel.cs rename to Old/Ombi.UI/Models/DatatablesModel.cs diff --git a/Ombi.UI/Models/EpisodeListViewModel.cs b/Old/Ombi.UI/Models/EpisodeListViewModel.cs similarity index 100% rename from Ombi.UI/Models/EpisodeListViewModel.cs rename to Old/Ombi.UI/Models/EpisodeListViewModel.cs diff --git a/Ombi.UI/Models/EpisodeRequestModel.cs b/Old/Ombi.UI/Models/EpisodeRequestModel.cs similarity index 100% rename from Ombi.UI/Models/EpisodeRequestModel.cs rename to Old/Ombi.UI/Models/EpisodeRequestModel.cs diff --git a/Ombi.UI/Models/FaultedRequestsViewModel.cs b/Old/Ombi.UI/Models/FaultedRequestsViewModel.cs similarity index 100% rename from Ombi.UI/Models/FaultedRequestsViewModel.cs rename to Old/Ombi.UI/Models/FaultedRequestsViewModel.cs diff --git a/Ombi.UI/Models/IssuesDetailsViewModel.cs b/Old/Ombi.UI/Models/IssuesDetailsViewModel.cs similarity index 100% rename from Ombi.UI/Models/IssuesDetailsViewModel.cs rename to Old/Ombi.UI/Models/IssuesDetailsViewModel.cs diff --git a/Ombi.UI/Models/IssuesViewMOdel.cs b/Old/Ombi.UI/Models/IssuesViewMOdel.cs similarity index 100% rename from Ombi.UI/Models/IssuesViewMOdel.cs rename to Old/Ombi.UI/Models/IssuesViewMOdel.cs diff --git a/Ombi.UI/Models/JsonResponseModel.cs b/Old/Ombi.UI/Models/JsonResponseModel.cs similarity index 100% rename from Ombi.UI/Models/JsonResponseModel.cs rename to Old/Ombi.UI/Models/JsonResponseModel.cs diff --git a/Ombi.UI/Models/JsonUpdateAvailableModel.cs b/Old/Ombi.UI/Models/JsonUpdateAvailableModel.cs similarity index 100% rename from Ombi.UI/Models/JsonUpdateAvailableModel.cs rename to Old/Ombi.UI/Models/JsonUpdateAvailableModel.cs diff --git a/Ombi.UI/Models/LandingPageViewModel.cs b/Old/Ombi.UI/Models/LandingPageViewModel.cs similarity index 100% rename from Ombi.UI/Models/LandingPageViewModel.cs rename to Old/Ombi.UI/Models/LandingPageViewModel.cs diff --git a/Ombi.UI/Models/MovieSearchType.cs b/Old/Ombi.UI/Models/MovieSearchType.cs similarity index 100% rename from Ombi.UI/Models/MovieSearchType.cs rename to Old/Ombi.UI/Models/MovieSearchType.cs diff --git a/Ombi.UI/Models/PlexAuth.cs b/Old/Ombi.UI/Models/PlexAuth.cs similarity index 100% rename from Ombi.UI/Models/PlexAuth.cs rename to Old/Ombi.UI/Models/PlexAuth.cs diff --git a/Ombi.UI/Models/QualityModel.cs b/Old/Ombi.UI/Models/QualityModel.cs similarity index 100% rename from Ombi.UI/Models/QualityModel.cs rename to Old/Ombi.UI/Models/QualityModel.cs diff --git a/Ombi.UI/Models/RequestViewModel.cs b/Old/Ombi.UI/Models/RequestViewModel.cs similarity index 100% rename from Ombi.UI/Models/RequestViewModel.cs rename to Old/Ombi.UI/Models/RequestViewModel.cs diff --git a/Ombi.UI/Models/Requests/RequestsIndexViewModel.cs b/Old/Ombi.UI/Models/Requests/RequestsIndexViewModel.cs similarity index 100% rename from Ombi.UI/Models/Requests/RequestsIndexViewModel.cs rename to Old/Ombi.UI/Models/Requests/RequestsIndexViewModel.cs diff --git a/Ombi.UI/Models/RootFolderModel.cs b/Old/Ombi.UI/Models/RootFolderModel.cs similarity index 100% rename from Ombi.UI/Models/RootFolderModel.cs rename to Old/Ombi.UI/Models/RootFolderModel.cs diff --git a/Ombi.UI/Models/ScheduledJobsViewModel.cs b/Old/Ombi.UI/Models/ScheduledJobsViewModel.cs similarity index 100% rename from Ombi.UI/Models/ScheduledJobsViewModel.cs rename to Old/Ombi.UI/Models/ScheduledJobsViewModel.cs diff --git a/Ombi.UI/Models/SearchLoadViewModel.cs b/Old/Ombi.UI/Models/SearchLoadViewModel.cs similarity index 100% rename from Ombi.UI/Models/SearchLoadViewModel.cs rename to Old/Ombi.UI/Models/SearchLoadViewModel.cs diff --git a/Ombi.UI/Models/SearchMovieViewModel.cs b/Old/Ombi.UI/Models/SearchMovieViewModel.cs similarity index 100% rename from Ombi.UI/Models/SearchMovieViewModel.cs rename to Old/Ombi.UI/Models/SearchMovieViewModel.cs diff --git a/Ombi.UI/Models/SearchMusicViewModel.cs b/Old/Ombi.UI/Models/SearchMusicViewModel.cs similarity index 100% rename from Ombi.UI/Models/SearchMusicViewModel.cs rename to Old/Ombi.UI/Models/SearchMusicViewModel.cs diff --git a/Ombi.UI/Models/SearchTvShowViewModel.cs b/Old/Ombi.UI/Models/SearchTvShowViewModel.cs similarity index 100% rename from Ombi.UI/Models/SearchTvShowViewModel.cs rename to Old/Ombi.UI/Models/SearchTvShowViewModel.cs diff --git a/Ombi.UI/Models/SearchViewModel.cs b/Old/Ombi.UI/Models/SearchViewModel.cs similarity index 100% rename from Ombi.UI/Models/SearchViewModel.cs rename to Old/Ombi.UI/Models/SearchViewModel.cs diff --git a/Ombi.UI/Models/UI/Dropdown.cs b/Old/Ombi.UI/Models/UI/Dropdown.cs similarity index 100% rename from Ombi.UI/Models/UI/Dropdown.cs rename to Old/Ombi.UI/Models/UI/Dropdown.cs diff --git a/Ombi.UI/Models/UserManagement/DeleteUserViewModel.cs b/Old/Ombi.UI/Models/UserManagement/DeleteUserViewModel.cs similarity index 100% rename from Ombi.UI/Models/UserManagement/DeleteUserViewModel.cs rename to Old/Ombi.UI/Models/UserManagement/DeleteUserViewModel.cs diff --git a/Ombi.UI/Models/UserManagement/UserManagementUsersViewModel.cs b/Old/Ombi.UI/Models/UserManagement/UserManagementUsersViewModel.cs similarity index 100% rename from Ombi.UI/Models/UserManagement/UserManagementUsersViewModel.cs rename to Old/Ombi.UI/Models/UserManagement/UserManagementUsersViewModel.cs diff --git a/Ombi.UI/Models/UserManagement/UserUpdateViewModel.cs b/Old/Ombi.UI/Models/UserManagement/UserUpdateViewModel.cs similarity index 100% rename from Ombi.UI/Models/UserManagement/UserUpdateViewModel.cs rename to Old/Ombi.UI/Models/UserManagement/UserUpdateViewModel.cs diff --git a/Ombi.UI/Modules/Admin/AboutModule.cs b/Old/Ombi.UI/Modules/Admin/AboutModule.cs similarity index 100% rename from Ombi.UI/Modules/Admin/AboutModule.cs rename to Old/Ombi.UI/Modules/Admin/AboutModule.cs diff --git a/Ombi.UI/Modules/Admin/CustomizationModule.cs b/Old/Ombi.UI/Modules/Admin/CustomizationModule.cs similarity index 100% rename from Ombi.UI/Modules/Admin/CustomizationModule.cs rename to Old/Ombi.UI/Modules/Admin/CustomizationModule.cs diff --git a/Ombi.UI/Modules/Admin/FaultQueueModule.cs b/Old/Ombi.UI/Modules/Admin/FaultQueueModule.cs similarity index 100% rename from Ombi.UI/Modules/Admin/FaultQueueModule.cs rename to Old/Ombi.UI/Modules/Admin/FaultQueueModule.cs diff --git a/Ombi.UI/Modules/Admin/IntegrationModule.cs b/Old/Ombi.UI/Modules/Admin/IntegrationModule.cs similarity index 100% rename from Ombi.UI/Modules/Admin/IntegrationModule.cs rename to Old/Ombi.UI/Modules/Admin/IntegrationModule.cs diff --git a/Ombi.UI/Modules/Admin/ScheduledJobsRunnerModule.cs b/Old/Ombi.UI/Modules/Admin/ScheduledJobsRunnerModule.cs similarity index 100% rename from Ombi.UI/Modules/Admin/ScheduledJobsRunnerModule.cs rename to Old/Ombi.UI/Modules/Admin/ScheduledJobsRunnerModule.cs diff --git a/Ombi.UI/Modules/Admin/SystemStatusModule.cs b/Old/Ombi.UI/Modules/Admin/SystemStatusModule.cs similarity index 100% rename from Ombi.UI/Modules/Admin/SystemStatusModule.cs rename to Old/Ombi.UI/Modules/Admin/SystemStatusModule.cs diff --git a/Ombi.UI/Modules/Admin/UserManagementSettingsModule.cs b/Old/Ombi.UI/Modules/Admin/UserManagementSettingsModule.cs similarity index 100% rename from Ombi.UI/Modules/Admin/UserManagementSettingsModule.cs rename to Old/Ombi.UI/Modules/Admin/UserManagementSettingsModule.cs diff --git a/Ombi.UI/Modules/Api/ApiDocsModule.cs b/Old/Ombi.UI/Modules/Api/ApiDocsModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/ApiDocsModule.cs rename to Old/Ombi.UI/Modules/Api/ApiDocsModule.cs diff --git a/Ombi.UI/Modules/Api/ApiRequestMetadataModule.cs b/Old/Ombi.UI/Modules/Api/ApiRequestMetadataModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/ApiRequestMetadataModule.cs rename to Old/Ombi.UI/Modules/Api/ApiRequestMetadataModule.cs diff --git a/Ombi.UI/Modules/Api/ApiRequestModule.cs b/Old/Ombi.UI/Modules/Api/ApiRequestModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/ApiRequestModule.cs rename to Old/Ombi.UI/Modules/Api/ApiRequestModule.cs diff --git a/Ombi.UI/Modules/Api/ApiSettingsMetadataModule.cs b/Old/Ombi.UI/Modules/Api/ApiSettingsMetadataModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/ApiSettingsMetadataModule.cs rename to Old/Ombi.UI/Modules/Api/ApiSettingsMetadataModule.cs diff --git a/Ombi.UI/Modules/Api/ApiSettingsModule.cs b/Old/Ombi.UI/Modules/Api/ApiSettingsModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/ApiSettingsModule.cs rename to Old/Ombi.UI/Modules/Api/ApiSettingsModule.cs diff --git a/Ombi.UI/Modules/Api/ApiUserMetadataModule.cs b/Old/Ombi.UI/Modules/Api/ApiUserMetadataModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/ApiUserMetadataModule.cs rename to Old/Ombi.UI/Modules/Api/ApiUserMetadataModule.cs diff --git a/Ombi.UI/Modules/Api/ApiUserModule.cs b/Old/Ombi.UI/Modules/Api/ApiUserModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/ApiUserModule.cs rename to Old/Ombi.UI/Modules/Api/ApiUserModule.cs diff --git a/Ombi.UI/Modules/Api/BaseApiModule.cs b/Old/Ombi.UI/Modules/Api/BaseApiModule.cs similarity index 100% rename from Ombi.UI/Modules/Api/BaseApiModule.cs rename to Old/Ombi.UI/Modules/Api/BaseApiModule.cs diff --git a/Ombi.UI/Modules/ApplicationTesterModule.cs b/Old/Ombi.UI/Modules/ApplicationTesterModule.cs similarity index 100% rename from Ombi.UI/Modules/ApplicationTesterModule.cs rename to Old/Ombi.UI/Modules/ApplicationTesterModule.cs diff --git a/Ombi.UI/Modules/ApprovalModule.cs b/Old/Ombi.UI/Modules/ApprovalModule.cs similarity index 100% rename from Ombi.UI/Modules/ApprovalModule.cs rename to Old/Ombi.UI/Modules/ApprovalModule.cs diff --git a/Ombi.UI/Modules/BaseAuthModule.cs b/Old/Ombi.UI/Modules/BaseAuthModule.cs similarity index 100% rename from Ombi.UI/Modules/BaseAuthModule.cs rename to Old/Ombi.UI/Modules/BaseAuthModule.cs diff --git a/Ombi.UI/Modules/BaseModule.cs b/Old/Ombi.UI/Modules/BaseModule.cs similarity index 100% rename from Ombi.UI/Modules/BaseModule.cs rename to Old/Ombi.UI/Modules/BaseModule.cs diff --git a/Ombi.UI/Modules/BetaModule.cs b/Old/Ombi.UI/Modules/BetaModule.cs similarity index 100% rename from Ombi.UI/Modules/BetaModule.cs rename to Old/Ombi.UI/Modules/BetaModule.cs diff --git a/Ombi.UI/Modules/CultureModule.cs b/Old/Ombi.UI/Modules/CultureModule.cs similarity index 100% rename from Ombi.UI/Modules/CultureModule.cs rename to Old/Ombi.UI/Modules/CultureModule.cs diff --git a/Ombi.UI/Modules/DonationLinkModule.cs b/Old/Ombi.UI/Modules/DonationLinkModule.cs similarity index 100% rename from Ombi.UI/Modules/DonationLinkModule.cs rename to Old/Ombi.UI/Modules/DonationLinkModule.cs diff --git a/Ombi.UI/Modules/IndexModule.cs b/Old/Ombi.UI/Modules/IndexModule.cs similarity index 100% rename from Ombi.UI/Modules/IndexModule.cs rename to Old/Ombi.UI/Modules/IndexModule.cs diff --git a/Ombi.UI/Modules/IssuesModule.cs b/Old/Ombi.UI/Modules/IssuesModule.cs similarity index 100% rename from Ombi.UI/Modules/IssuesModule.cs rename to Old/Ombi.UI/Modules/IssuesModule.cs diff --git a/Ombi.UI/Modules/LandingPageModule.cs b/Old/Ombi.UI/Modules/LandingPageModule.cs similarity index 100% rename from Ombi.UI/Modules/LandingPageModule.cs rename to Old/Ombi.UI/Modules/LandingPageModule.cs diff --git a/Ombi.UI/Modules/LayoutModule.cs b/Old/Ombi.UI/Modules/LayoutModule.cs similarity index 100% rename from Ombi.UI/Modules/LayoutModule.cs rename to Old/Ombi.UI/Modules/LayoutModule.cs diff --git a/Ombi.UI/Modules/LoginModule.cs b/Old/Ombi.UI/Modules/LoginModule.cs similarity index 100% rename from Ombi.UI/Modules/LoginModule.cs rename to Old/Ombi.UI/Modules/LoginModule.cs diff --git a/Ombi.UI/Modules/RequestsModule.cs b/Old/Ombi.UI/Modules/RequestsModule.cs similarity index 100% rename from Ombi.UI/Modules/RequestsModule.cs rename to Old/Ombi.UI/Modules/RequestsModule.cs diff --git a/Ombi.UI/Modules/SearchExtensionModule.cs b/Old/Ombi.UI/Modules/SearchExtensionModule.cs similarity index 100% rename from Ombi.UI/Modules/SearchExtensionModule.cs rename to Old/Ombi.UI/Modules/SearchExtensionModule.cs diff --git a/Ombi.UI/Modules/SearchModule.cs b/Old/Ombi.UI/Modules/SearchModule.cs similarity index 100% rename from Ombi.UI/Modules/SearchModule.cs rename to Old/Ombi.UI/Modules/SearchModule.cs diff --git a/Ombi.UI/Modules/UserLoginModule.cs b/Old/Ombi.UI/Modules/UserLoginModule.cs similarity index 100% rename from Ombi.UI/Modules/UserLoginModule.cs rename to Old/Ombi.UI/Modules/UserLoginModule.cs diff --git a/Ombi.UI/Modules/UserManagementModule.cs b/Old/Ombi.UI/Modules/UserManagementModule.cs similarity index 100% rename from Ombi.UI/Modules/UserManagementModule.cs rename to Old/Ombi.UI/Modules/UserManagementModule.cs diff --git a/Ombi.UI/Modules/UserWizardModule.cs b/Old/Ombi.UI/Modules/UserWizardModule.cs similarity index 100% rename from Ombi.UI/Modules/UserWizardModule.cs rename to Old/Ombi.UI/Modules/UserWizardModule.cs diff --git a/Ombi.UI/NinjectModules/ApiModule.cs b/Old/Ombi.UI/NinjectModules/ApiModule.cs similarity index 100% rename from Ombi.UI/NinjectModules/ApiModule.cs rename to Old/Ombi.UI/NinjectModules/ApiModule.cs diff --git a/Ombi.UI/NinjectModules/ConfigurationModule.cs b/Old/Ombi.UI/NinjectModules/ConfigurationModule.cs similarity index 100% rename from Ombi.UI/NinjectModules/ConfigurationModule.cs rename to Old/Ombi.UI/NinjectModules/ConfigurationModule.cs diff --git a/Ombi.UI/NinjectModules/DependancyResolver.cs b/Old/Ombi.UI/NinjectModules/DependancyResolver.cs similarity index 100% rename from Ombi.UI/NinjectModules/DependancyResolver.cs rename to Old/Ombi.UI/NinjectModules/DependancyResolver.cs diff --git a/Ombi.UI/NinjectModules/RepositoryModule.cs b/Old/Ombi.UI/NinjectModules/RepositoryModule.cs similarity index 100% rename from Ombi.UI/NinjectModules/RepositoryModule.cs rename to Old/Ombi.UI/NinjectModules/RepositoryModule.cs diff --git a/Ombi.UI/NinjectModules/ServicesModule.cs b/Old/Ombi.UI/NinjectModules/ServicesModule.cs similarity index 100% rename from Ombi.UI/NinjectModules/ServicesModule.cs rename to Old/Ombi.UI/NinjectModules/ServicesModule.cs diff --git a/Ombi.UI/NinjectModules/SettingServiceModule.cs b/Old/Ombi.UI/NinjectModules/SettingServiceModule.cs similarity index 100% rename from Ombi.UI/NinjectModules/SettingServiceModule.cs rename to Old/Ombi.UI/NinjectModules/SettingServiceModule.cs diff --git a/Ombi.UI/Ombi.UI.csproj b/Old/Ombi.UI/Ombi.UI.csproj similarity index 100% rename from Ombi.UI/Ombi.UI.csproj rename to Old/Ombi.UI/Ombi.UI.csproj diff --git a/Ombi.UI/Program.cs b/Old/Ombi.UI/Program.cs similarity index 100% rename from Ombi.UI/Program.cs rename to Old/Ombi.UI/Program.cs diff --git a/Ombi.UI/Properties/AssemblyInfo.cs b/Old/Ombi.UI/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.UI/Properties/AssemblyInfo.cs rename to Old/Ombi.UI/Properties/AssemblyInfo.cs diff --git a/Ombi.UI/Resources/UI.da.resx b/Old/Ombi.UI/Resources/UI.da.resx similarity index 100% rename from Ombi.UI/Resources/UI.da.resx rename to Old/Ombi.UI/Resources/UI.da.resx diff --git a/Ombi.UI/Resources/UI.de.resx b/Old/Ombi.UI/Resources/UI.de.resx similarity index 100% rename from Ombi.UI/Resources/UI.de.resx rename to Old/Ombi.UI/Resources/UI.de.resx diff --git a/Ombi.UI/Resources/UI.es.resx b/Old/Ombi.UI/Resources/UI.es.resx similarity index 100% rename from Ombi.UI/Resources/UI.es.resx rename to Old/Ombi.UI/Resources/UI.es.resx diff --git a/Ombi.UI/Resources/UI.fr.resx b/Old/Ombi.UI/Resources/UI.fr.resx similarity index 100% rename from Ombi.UI/Resources/UI.fr.resx rename to Old/Ombi.UI/Resources/UI.fr.resx diff --git a/Ombi.UI/Resources/UI.it.resx b/Old/Ombi.UI/Resources/UI.it.resx similarity index 100% rename from Ombi.UI/Resources/UI.it.resx rename to Old/Ombi.UI/Resources/UI.it.resx diff --git a/Ombi.UI/Resources/UI.nl.resx b/Old/Ombi.UI/Resources/UI.nl.resx similarity index 100% rename from Ombi.UI/Resources/UI.nl.resx rename to Old/Ombi.UI/Resources/UI.nl.resx diff --git a/Ombi.UI/Resources/UI.pt.resx b/Old/Ombi.UI/Resources/UI.pt.resx similarity index 100% rename from Ombi.UI/Resources/UI.pt.resx rename to Old/Ombi.UI/Resources/UI.pt.resx diff --git a/Ombi.UI/Resources/UI.resx b/Old/Ombi.UI/Resources/UI.resx similarity index 100% rename from Ombi.UI/Resources/UI.resx rename to Old/Ombi.UI/Resources/UI.resx diff --git a/Ombi.UI/Resources/UI.sv.resx b/Old/Ombi.UI/Resources/UI.sv.resx similarity index 100% rename from Ombi.UI/Resources/UI.sv.resx rename to Old/Ombi.UI/Resources/UI.sv.resx diff --git a/Ombi.UI/Resources/UI1.Designer.cs b/Old/Ombi.UI/Resources/UI1.Designer.cs similarity index 100% rename from Ombi.UI/Resources/UI1.Designer.cs rename to Old/Ombi.UI/Resources/UI1.Designer.cs diff --git a/Ombi.UI/Scripts/bootstrap-datetimepicker.js b/Old/Ombi.UI/Scripts/bootstrap-datetimepicker.js similarity index 100% rename from Ombi.UI/Scripts/bootstrap-datetimepicker.js rename to Old/Ombi.UI/Scripts/bootstrap-datetimepicker.js diff --git a/Ombi.UI/Scripts/bootstrap-datetimepicker.min.js b/Old/Ombi.UI/Scripts/bootstrap-datetimepicker.min.js similarity index 100% rename from Ombi.UI/Scripts/bootstrap-datetimepicker.min.js rename to Old/Ombi.UI/Scripts/bootstrap-datetimepicker.min.js diff --git a/Ombi.UI/Scripts/bootstrap.js b/Old/Ombi.UI/Scripts/bootstrap.js similarity index 100% rename from Ombi.UI/Scripts/bootstrap.js rename to Old/Ombi.UI/Scripts/bootstrap.js diff --git a/Ombi.UI/Scripts/bootstrap.min.js b/Old/Ombi.UI/Scripts/bootstrap.min.js similarity index 100% rename from Ombi.UI/Scripts/bootstrap.min.js rename to Old/Ombi.UI/Scripts/bootstrap.min.js diff --git a/Ombi.UI/Start/StartupOptions.cs b/Old/Ombi.UI/Start/StartupOptions.cs similarity index 100% rename from Ombi.UI/Start/StartupOptions.cs rename to Old/Ombi.UI/Start/StartupOptions.cs diff --git a/Ombi.UI/Start/UpdateValue.cs b/Old/Ombi.UI/Start/UpdateValue.cs similarity index 100% rename from Ombi.UI/Start/UpdateValue.cs rename to Old/Ombi.UI/Start/UpdateValue.cs diff --git a/Ombi.UI/Startup.cs b/Old/Ombi.UI/Startup.cs similarity index 100% rename from Ombi.UI/Startup.cs rename to Old/Ombi.UI/Startup.cs diff --git a/Ombi.UI/Validators/CouchPotatoValidator.cs b/Old/Ombi.UI/Validators/CouchPotatoValidator.cs similarity index 100% rename from Ombi.UI/Validators/CouchPotatoValidator.cs rename to Old/Ombi.UI/Validators/CouchPotatoValidator.cs diff --git a/Ombi.UI/Validators/EmailNotificationSettingsValidator.cs b/Old/Ombi.UI/Validators/EmailNotificationSettingsValidator.cs similarity index 100% rename from Ombi.UI/Validators/EmailNotificationSettingsValidator.cs rename to Old/Ombi.UI/Validators/EmailNotificationSettingsValidator.cs diff --git a/Ombi.UI/Validators/EmbyValidator.cs b/Old/Ombi.UI/Validators/EmbyValidator.cs similarity index 100% rename from Ombi.UI/Validators/EmbyValidator.cs rename to Old/Ombi.UI/Validators/EmbyValidator.cs diff --git a/Ombi.UI/Validators/HeadphonesValidator.cs b/Old/Ombi.UI/Validators/HeadphonesValidator.cs similarity index 100% rename from Ombi.UI/Validators/HeadphonesValidator.cs rename to Old/Ombi.UI/Validators/HeadphonesValidator.cs diff --git a/Ombi.UI/Validators/PlexRequestsValidator.cs b/Old/Ombi.UI/Validators/PlexRequestsValidator.cs similarity index 100% rename from Ombi.UI/Validators/PlexRequestsValidator.cs rename to Old/Ombi.UI/Validators/PlexRequestsValidator.cs diff --git a/Ombi.UI/Validators/PlexValidator.cs b/Old/Ombi.UI/Validators/PlexValidator.cs similarity index 100% rename from Ombi.UI/Validators/PlexValidator.cs rename to Old/Ombi.UI/Validators/PlexValidator.cs diff --git a/Ombi.UI/Validators/PushbulletSettingsValidator.cs b/Old/Ombi.UI/Validators/PushbulletSettingsValidator.cs similarity index 100% rename from Ombi.UI/Validators/PushbulletSettingsValidator.cs rename to Old/Ombi.UI/Validators/PushbulletSettingsValidator.cs diff --git a/Ombi.UI/Validators/PushoverSettingsValidator.cs b/Old/Ombi.UI/Validators/PushoverSettingsValidator.cs similarity index 100% rename from Ombi.UI/Validators/PushoverSettingsValidator.cs rename to Old/Ombi.UI/Validators/PushoverSettingsValidator.cs diff --git a/Ombi.UI/Validators/RadarrValidator.cs b/Old/Ombi.UI/Validators/RadarrValidator.cs similarity index 100% rename from Ombi.UI/Validators/RadarrValidator.cs rename to Old/Ombi.UI/Validators/RadarrValidator.cs diff --git a/Ombi.UI/Validators/RequestedModelValidator.cs b/Old/Ombi.UI/Validators/RequestedModelValidator.cs similarity index 100% rename from Ombi.UI/Validators/RequestedModelValidator.cs rename to Old/Ombi.UI/Validators/RequestedModelValidator.cs diff --git a/Ombi.UI/Validators/SickRageValidator.cs b/Old/Ombi.UI/Validators/SickRageValidator.cs similarity index 100% rename from Ombi.UI/Validators/SickRageValidator.cs rename to Old/Ombi.UI/Validators/SickRageValidator.cs diff --git a/Ombi.UI/Validators/SlackSettingsValidator.cs b/Old/Ombi.UI/Validators/SlackSettingsValidator.cs similarity index 100% rename from Ombi.UI/Validators/SlackSettingsValidator.cs rename to Old/Ombi.UI/Validators/SlackSettingsValidator.cs diff --git a/Ombi.UI/Validators/SonarrValidator.cs b/Old/Ombi.UI/Validators/SonarrValidator.cs similarity index 100% rename from Ombi.UI/Validators/SonarrValidator.cs rename to Old/Ombi.UI/Validators/SonarrValidator.cs diff --git a/Ombi.UI/Validators/UserViewModelValidator.cs b/Old/Ombi.UI/Validators/UserViewModelValidator.cs similarity index 100% rename from Ombi.UI/Validators/UserViewModelValidator.cs rename to Old/Ombi.UI/Validators/UserViewModelValidator.cs diff --git a/Ombi.UI/Validators/WatcherValidator.cs b/Old/Ombi.UI/Validators/WatcherValidator.cs similarity index 100% rename from Ombi.UI/Validators/WatcherValidator.cs rename to Old/Ombi.UI/Validators/WatcherValidator.cs diff --git a/Ombi.UI/Views/About/About.cshtml b/Old/Ombi.UI/Views/About/About.cshtml similarity index 100% rename from Ombi.UI/Views/About/About.cshtml rename to Old/Ombi.UI/Views/About/About.cshtml diff --git a/Ombi.UI/Views/Admin/Authentication.cshtml b/Old/Ombi.UI/Views/Admin/Authentication.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Authentication.cshtml rename to Old/Ombi.UI/Views/Admin/Authentication.cshtml diff --git a/Ombi.UI/Views/Admin/CouchPotato.cshtml b/Old/Ombi.UI/Views/Admin/CouchPotato.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/CouchPotato.cshtml rename to Old/Ombi.UI/Views/Admin/CouchPotato.cshtml diff --git a/Ombi.UI/Views/Admin/DiscordNotification.cshtml b/Old/Ombi.UI/Views/Admin/DiscordNotification.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/DiscordNotification.cshtml rename to Old/Ombi.UI/Views/Admin/DiscordNotification.cshtml diff --git a/Ombi.UI/Views/Admin/EmailNotifications.cshtml b/Old/Ombi.UI/Views/Admin/EmailNotifications.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/EmailNotifications.cshtml rename to Old/Ombi.UI/Views/Admin/EmailNotifications.cshtml diff --git a/Ombi.UI/Views/Admin/Emby.cshtml b/Old/Ombi.UI/Views/Admin/Emby.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Emby.cshtml rename to Old/Ombi.UI/Views/Admin/Emby.cshtml diff --git a/Ombi.UI/Views/Admin/Headphones.cshtml b/Old/Ombi.UI/Views/Admin/Headphones.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Headphones.cshtml rename to Old/Ombi.UI/Views/Admin/Headphones.cshtml diff --git a/Ombi.UI/Views/Admin/LandingPage.cshtml b/Old/Ombi.UI/Views/Admin/LandingPage.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/LandingPage.cshtml rename to Old/Ombi.UI/Views/Admin/LandingPage.cshtml diff --git a/Ombi.UI/Views/Admin/Logs.cshtml b/Old/Ombi.UI/Views/Admin/Logs.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Logs.cshtml rename to Old/Ombi.UI/Views/Admin/Logs.cshtml diff --git a/Ombi.UI/Views/Admin/MassEmail.cshtml b/Old/Ombi.UI/Views/Admin/MassEmail.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/MassEmail.cshtml rename to Old/Ombi.UI/Views/Admin/MassEmail.cshtml diff --git a/Ombi.UI/Views/Admin/NewsletterSettings.cshtml b/Old/Ombi.UI/Views/Admin/NewsletterSettings.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/NewsletterSettings.cshtml rename to Old/Ombi.UI/Views/Admin/NewsletterSettings.cshtml diff --git a/Ombi.UI/Views/Admin/NotificationSettings.cshtml b/Old/Ombi.UI/Views/Admin/NotificationSettings.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/NotificationSettings.cshtml rename to Old/Ombi.UI/Views/Admin/NotificationSettings.cshtml diff --git a/Ombi.UI/Views/Admin/Plex.cshtml b/Old/Ombi.UI/Views/Admin/Plex.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Plex.cshtml rename to Old/Ombi.UI/Views/Admin/Plex.cshtml diff --git a/Ombi.UI/Views/Admin/PushbulletNotifications.cshtml b/Old/Ombi.UI/Views/Admin/PushbulletNotifications.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/PushbulletNotifications.cshtml rename to Old/Ombi.UI/Views/Admin/PushbulletNotifications.cshtml diff --git a/Ombi.UI/Views/Admin/PushoverNotifications.cshtml b/Old/Ombi.UI/Views/Admin/PushoverNotifications.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/PushoverNotifications.cshtml rename to Old/Ombi.UI/Views/Admin/PushoverNotifications.cshtml diff --git a/Ombi.UI/Views/Admin/SchedulerSettings.cshtml b/Old/Ombi.UI/Views/Admin/SchedulerSettings.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/SchedulerSettings.cshtml rename to Old/Ombi.UI/Views/Admin/SchedulerSettings.cshtml diff --git a/Ombi.UI/Views/Admin/Settings.cshtml b/Old/Ombi.UI/Views/Admin/Settings.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Settings.cshtml rename to Old/Ombi.UI/Views/Admin/Settings.cshtml diff --git a/Ombi.UI/Views/Admin/Sickrage.cshtml b/Old/Ombi.UI/Views/Admin/Sickrage.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Sickrage.cshtml rename to Old/Ombi.UI/Views/Admin/Sickrage.cshtml diff --git a/Ombi.UI/Views/Admin/SlackNotifications.cshtml b/Old/Ombi.UI/Views/Admin/SlackNotifications.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/SlackNotifications.cshtml rename to Old/Ombi.UI/Views/Admin/SlackNotifications.cshtml diff --git a/Ombi.UI/Views/Admin/Sonarr.cshtml b/Old/Ombi.UI/Views/Admin/Sonarr.cshtml similarity index 100% rename from Ombi.UI/Views/Admin/Sonarr.cshtml rename to Old/Ombi.UI/Views/Admin/Sonarr.cshtml diff --git a/Ombi.UI/Views/ApiDocs/index.html b/Old/Ombi.UI/Views/ApiDocs/index.html similarity index 100% rename from Ombi.UI/Views/ApiDocs/index.html rename to Old/Ombi.UI/Views/ApiDocs/index.html diff --git a/Ombi.UI/Views/ApiDocs/o2c.html b/Old/Ombi.UI/Views/ApiDocs/o2c.html similarity index 100% rename from Ombi.UI/Views/ApiDocs/o2c.html rename to Old/Ombi.UI/Views/ApiDocs/o2c.html diff --git a/Ombi.UI/Views/Customization/Customization.cshtml b/Old/Ombi.UI/Views/Customization/Customization.cshtml similarity index 100% rename from Ombi.UI/Views/Customization/Customization.cshtml rename to Old/Ombi.UI/Views/Customization/Customization.cshtml diff --git a/Ombi.UI/Views/FaultQueue/RequestFaultQueue.cshtml b/Old/Ombi.UI/Views/FaultQueue/RequestFaultQueue.cshtml similarity index 100% rename from Ombi.UI/Views/FaultQueue/RequestFaultQueue.cshtml rename to Old/Ombi.UI/Views/FaultQueue/RequestFaultQueue.cshtml diff --git a/Ombi.UI/Views/Integration/Radarr.cshtml b/Old/Ombi.UI/Views/Integration/Radarr.cshtml similarity index 100% rename from Ombi.UI/Views/Integration/Radarr.cshtml rename to Old/Ombi.UI/Views/Integration/Radarr.cshtml diff --git a/Ombi.UI/Views/Integration/Watcher.cshtml b/Old/Ombi.UI/Views/Integration/Watcher.cshtml similarity index 100% rename from Ombi.UI/Views/Integration/Watcher.cshtml rename to Old/Ombi.UI/Views/Integration/Watcher.cshtml diff --git a/Ombi.UI/Views/Issues/Details.cshtml b/Old/Ombi.UI/Views/Issues/Details.cshtml similarity index 100% rename from Ombi.UI/Views/Issues/Details.cshtml rename to Old/Ombi.UI/Views/Issues/Details.cshtml diff --git a/Ombi.UI/Views/Issues/Index.cshtml b/Old/Ombi.UI/Views/Issues/Index.cshtml similarity index 100% rename from Ombi.UI/Views/Issues/Index.cshtml rename to Old/Ombi.UI/Views/Issues/Index.cshtml diff --git a/Ombi.UI/Views/Landing/Index.cshtml b/Old/Ombi.UI/Views/Landing/Index.cshtml similarity index 100% rename from Ombi.UI/Views/Landing/Index.cshtml rename to Old/Ombi.UI/Views/Landing/Index.cshtml diff --git a/Ombi.UI/Views/Login/ChangePassword.cshtml b/Old/Ombi.UI/Views/Login/ChangePassword.cshtml similarity index 100% rename from Ombi.UI/Views/Login/ChangePassword.cshtml rename to Old/Ombi.UI/Views/Login/ChangePassword.cshtml diff --git a/Ombi.UI/Views/Login/Index.cshtml b/Old/Ombi.UI/Views/Login/Index.cshtml similarity index 100% rename from Ombi.UI/Views/Login/Index.cshtml rename to Old/Ombi.UI/Views/Login/Index.cshtml diff --git a/Ombi.UI/Views/Login/Register.cshtml b/Old/Ombi.UI/Views/Login/Register.cshtml similarity index 100% rename from Ombi.UI/Views/Login/Register.cshtml rename to Old/Ombi.UI/Views/Login/Register.cshtml diff --git a/Ombi.UI/Views/Requests/Index.cshtml b/Old/Ombi.UI/Views/Requests/Index.cshtml similarity index 100% rename from Ombi.UI/Views/Requests/Index.cshtml rename to Old/Ombi.UI/Views/Requests/Index.cshtml diff --git a/Ombi.UI/Views/Search/Index.cshtml b/Old/Ombi.UI/Views/Search/Index.cshtml similarity index 100% rename from Ombi.UI/Views/Search/Index.cshtml rename to Old/Ombi.UI/Views/Search/Index.cshtml diff --git a/Ombi.UI/Views/Shared/Blank.cshtml b/Old/Ombi.UI/Views/Shared/Blank.cshtml similarity index 100% rename from Ombi.UI/Views/Shared/Blank.cshtml rename to Old/Ombi.UI/Views/Shared/Blank.cshtml diff --git a/Ombi.UI/Views/Shared/Partial/_Head.cshtml b/Old/Ombi.UI/Views/Shared/Partial/_Head.cshtml similarity index 100% rename from Ombi.UI/Views/Shared/Partial/_Head.cshtml rename to Old/Ombi.UI/Views/Shared/Partial/_Head.cshtml diff --git a/Ombi.UI/Views/Shared/Partial/_LayoutScripts.cshtml b/Old/Ombi.UI/Views/Shared/Partial/_LayoutScripts.cshtml similarity index 100% rename from Ombi.UI/Views/Shared/Partial/_LayoutScripts.cshtml rename to Old/Ombi.UI/Views/Shared/Partial/_LayoutScripts.cshtml diff --git a/Ombi.UI/Views/Shared/Partial/_Navbar.cshtml b/Old/Ombi.UI/Views/Shared/Partial/_Navbar.cshtml similarity index 100% rename from Ombi.UI/Views/Shared/Partial/_Navbar.cshtml rename to Old/Ombi.UI/Views/Shared/Partial/_Navbar.cshtml diff --git a/Ombi.UI/Views/Shared/Partial/_Sidebar.cshtml b/Old/Ombi.UI/Views/Shared/Partial/_Sidebar.cshtml similarity index 100% rename from Ombi.UI/Views/Shared/Partial/_Sidebar.cshtml rename to Old/Ombi.UI/Views/Shared/Partial/_Sidebar.cshtml diff --git a/Ombi.UI/Views/Shared/_AngularLayout.cshtml b/Old/Ombi.UI/Views/Shared/_AngularLayout.cshtml similarity index 100% rename from Ombi.UI/Views/Shared/_AngularLayout.cshtml rename to Old/Ombi.UI/Views/Shared/_AngularLayout.cshtml diff --git a/Ombi.UI/Views/Shared/_Layout.cshtml b/Old/Ombi.UI/Views/Shared/_Layout.cshtml similarity index 100% rename from Ombi.UI/Views/Shared/_Layout.cshtml rename to Old/Ombi.UI/Views/Shared/_Layout.cshtml diff --git a/Ombi.UI/Views/SystemStatus/Status.cshtml b/Old/Ombi.UI/Views/SystemStatus/Status.cshtml similarity index 100% rename from Ombi.UI/Views/SystemStatus/Status.cshtml rename to Old/Ombi.UI/Views/SystemStatus/Status.cshtml diff --git a/Ombi.UI/Views/UserLogin/Index.cshtml b/Old/Ombi.UI/Views/UserLogin/Index.cshtml similarity index 100% rename from Ombi.UI/Views/UserLogin/Index.cshtml rename to Old/Ombi.UI/Views/UserLogin/Index.cshtml diff --git a/Ombi.UI/Views/UserLogin/Password.cshtml b/Old/Ombi.UI/Views/UserLogin/Password.cshtml similarity index 100% rename from Ombi.UI/Views/UserLogin/Password.cshtml rename to Old/Ombi.UI/Views/UserLogin/Password.cshtml diff --git a/Ombi.UI/Views/UserLogin/Username.cshtml b/Old/Ombi.UI/Views/UserLogin/Username.cshtml similarity index 100% rename from Ombi.UI/Views/UserLogin/Username.cshtml rename to Old/Ombi.UI/Views/UserLogin/Username.cshtml diff --git a/Ombi.UI/Views/UserManagement/Index.cshtml b/Old/Ombi.UI/Views/UserManagement/Index.cshtml similarity index 100% rename from Ombi.UI/Views/UserManagement/Index.cshtml rename to Old/Ombi.UI/Views/UserManagement/Index.cshtml diff --git a/Ombi.UI/Views/UserManagementSettings/UserManagementSettings.cshtml b/Old/Ombi.UI/Views/UserManagementSettings/UserManagementSettings.cshtml similarity index 100% rename from Ombi.UI/Views/UserManagementSettings/UserManagementSettings.cshtml rename to Old/Ombi.UI/Views/UserManagementSettings/UserManagementSettings.cshtml diff --git a/Ombi.UI/Views/UserWizard/Index.cshtml b/Old/Ombi.UI/Views/UserWizard/Index.cshtml similarity index 100% rename from Ombi.UI/Views/UserWizard/Index.cshtml rename to Old/Ombi.UI/Views/UserWizard/Index.cshtml diff --git a/Ombi.UI/Views/_ViewStart.cshtml b/Old/Ombi.UI/Views/_ViewStart.cshtml similarity index 100% rename from Ombi.UI/Views/_ViewStart.cshtml rename to Old/Ombi.UI/Views/_ViewStart.cshtml diff --git a/Ombi.UI/Web.Debug.config b/Old/Ombi.UI/Web.Debug.config similarity index 100% rename from Ombi.UI/Web.Debug.config rename to Old/Ombi.UI/Web.Debug.config diff --git a/Ombi.UI/Web.Release.config b/Old/Ombi.UI/Web.Release.config similarity index 100% rename from Ombi.UI/Web.Release.config rename to Old/Ombi.UI/Web.Release.config diff --git a/Ombi.UI/app.config b/Old/Ombi.UI/app.config similarity index 100% rename from Ombi.UI/app.config rename to Old/Ombi.UI/app.config diff --git a/Ombi.UI/compilerconfig.json b/Old/Ombi.UI/compilerconfig.json similarity index 100% rename from Ombi.UI/compilerconfig.json rename to Old/Ombi.UI/compilerconfig.json diff --git a/Ombi.UI/compilerconfig.json.defaults b/Old/Ombi.UI/compilerconfig.json.defaults similarity index 100% rename from Ombi.UI/compilerconfig.json.defaults rename to Old/Ombi.UI/compilerconfig.json.defaults diff --git a/Ombi.UI/job_scheduling_data_2_0.xsd b/Old/Ombi.UI/job_scheduling_data_2_0.xsd similarity index 100% rename from Ombi.UI/job_scheduling_data_2_0.xsd rename to Old/Ombi.UI/job_scheduling_data_2_0.xsd diff --git a/Ombi.UI/packages.config b/Old/Ombi.UI/packages.config similarity index 100% rename from Ombi.UI/packages.config rename to Old/Ombi.UI/packages.config diff --git a/Ombi.UI/sqlite3.dll b/Old/Ombi.UI/sqlite3.dll similarity index 100% rename from Ombi.UI/sqlite3.dll rename to Old/Ombi.UI/sqlite3.dll diff --git a/Ombi.UI/web.config b/Old/Ombi.UI/web.config similarity index 100% rename from Ombi.UI/web.config rename to Old/Ombi.UI/web.config diff --git a/Ombi.Updater/AppType.cs b/Old/Ombi.Updater/AppType.cs similarity index 100% rename from Ombi.Updater/AppType.cs rename to Old/Ombi.Updater/AppType.cs diff --git a/Ombi.Updater/DetectApplicationType.cs b/Old/Ombi.Updater/DetectApplicationType.cs similarity index 100% rename from Ombi.Updater/DetectApplicationType.cs rename to Old/Ombi.Updater/DetectApplicationType.cs diff --git a/Ombi.Updater/InstallService.cs b/Old/Ombi.Updater/InstallService.cs similarity index 100% rename from Ombi.Updater/InstallService.cs rename to Old/Ombi.Updater/InstallService.cs diff --git a/Ombi.Updater/Ombi.Updater.csproj b/Old/Ombi.Updater/Ombi.Updater.csproj similarity index 100% rename from Ombi.Updater/Ombi.Updater.csproj rename to Old/Ombi.Updater/Ombi.Updater.csproj diff --git a/Ombi.Updater/Program.cs b/Old/Ombi.Updater/Program.cs similarity index 100% rename from Ombi.Updater/Program.cs rename to Old/Ombi.Updater/Program.cs diff --git a/Ombi.Updater/Properties/AssemblyInfo.cs b/Old/Ombi.Updater/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Updater/Properties/AssemblyInfo.cs rename to Old/Ombi.Updater/Properties/AssemblyInfo.cs diff --git a/Ombi.Updater/StartOmbi.cs b/Old/Ombi.Updater/StartOmbi.cs similarity index 100% rename from Ombi.Updater/StartOmbi.cs rename to Old/Ombi.Updater/StartOmbi.cs diff --git a/Ombi.Updater/TerminateOmbi.cs b/Old/Ombi.Updater/TerminateOmbi.cs similarity index 100% rename from Ombi.Updater/TerminateOmbi.cs rename to Old/Ombi.Updater/TerminateOmbi.cs diff --git a/Ombi.Updater/UpdateEngine/BackupAndRestore.cs b/Old/Ombi.Updater/UpdateEngine/BackupAndRestore.cs similarity index 100% rename from Ombi.Updater/UpdateEngine/BackupAndRestore.cs rename to Old/Ombi.Updater/UpdateEngine/BackupAndRestore.cs diff --git a/Ombi.Updater/Updater.cs b/Old/Ombi.Updater/Updater.cs similarity index 100% rename from Ombi.Updater/Updater.cs rename to Old/Ombi.Updater/Updater.cs diff --git a/Ombi.Updater/app.config b/Old/Ombi.Updater/app.config similarity index 100% rename from Ombi.Updater/app.config rename to Old/Ombi.Updater/app.config diff --git a/Ombi.Updater/packages.config b/Old/Ombi.Updater/packages.config similarity index 100% rename from Ombi.Updater/packages.config rename to Old/Ombi.Updater/packages.config diff --git a/Ombi.Windows/Class1.cs b/Old/Ombi.Windows/Class1.cs similarity index 100% rename from Ombi.Windows/Class1.cs rename to Old/Ombi.Windows/Class1.cs diff --git a/Ombi.Windows/Ombi.Windows.csproj b/Old/Ombi.Windows/Ombi.Windows.csproj similarity index 100% rename from Ombi.Windows/Ombi.Windows.csproj rename to Old/Ombi.Windows/Ombi.Windows.csproj diff --git a/Ombi.Windows/Properties/AssemblyInfo.cs b/Old/Ombi.Windows/Properties/AssemblyInfo.cs similarity index 100% rename from Ombi.Windows/Properties/AssemblyInfo.cs rename to Old/Ombi.Windows/Properties/AssemblyInfo.cs diff --git a/Ombi.sln b/Old/Ombi.sln similarity index 100% rename from Ombi.sln rename to Old/Ombi.sln diff --git a/Ombi.sln.DotSettings b/Old/Ombi.sln.DotSettings similarity index 100% rename from Ombi.sln.DotSettings rename to Old/Ombi.sln.DotSettings diff --git a/Ombi/Ombi/Logs/log-20170427.txt b/Ombi/Ombi/Logs/log-20170427.txt deleted file mode 100644 index c0f56cc52..000000000 --- a/Ombi/Ombi/Logs/log-20170427.txt +++ /dev/null @@ -1,8371 +0,0 @@ -2017-04-27 13:02:29.545 +01:00 [Information] Starting Hangfire Server -2017-04-27 13:02:29.586 +01:00 [Information] Using job storage: 'Hangfire.MemoryStorage.MemoryStorage' -2017-04-27 13:02:29.586 +01:00 [Information] Using the following options for Hangfire Server: -2017-04-27 13:02:29.587 +01:00 [Information] Worker count: 20 -2017-04-27 13:02:29.587 +01:00 [Information] Listening queues: 'default' -2017-04-27 13:02:29.587 +01:00 [Information] Shutdown timeout: 00:00:15 -2017-04-27 13:02:29.587 +01:00 [Information] Schedule polling interval: 00:00:15 -2017-04-27 13:02:29.613 +01:00 [Debug] Background process 'BackgroundProcessingServer' started. -2017-04-27 13:02:29.871 +01:00 [Debug] Background process 'ServerWatchdog' started. -2017-04-27 13:02:29.871 +01:00 [Debug] Background process 'ServerHeartbeat' started. -2017-04-27 13:02:29.879 +01:00 [Debug] Background process 'Composite C1 Records Expiration Manager' started. -2017-04-27 13:02:29.881 +01:00 [Debug] Background process 'Counter Table Aggregator' started. -2017-04-27 13:02:29.886 +01:00 [Debug] Background process 'Worker #8b90550e' started. -2017-04-27 13:02:29.913 +01:00 [Debug] Background process 'Worker #4ec7d9fb' started. -2017-04-27 13:02:29.913 +01:00 [Debug] Background process 'Worker #e196547d' started. -2017-04-27 13:02:29.918 +01:00 [Debug] Background process 'Worker #a1196fe7' started. -2017-04-27 13:02:29.924 +01:00 [Debug] Background process 'Worker #cebac18c' started. -2017-04-27 13:02:29.931 +01:00 [Debug] Background process 'Worker #2d31f755' started. -2017-04-27 13:02:29.934 +01:00 [Debug] Background process 'Worker #fb90e704' started. -2017-04-27 13:02:29.938 +01:00 [Debug] Background process 'Worker #cfa98c20' started. -2017-04-27 13:02:29.968 +01:00 [Debug] Background process 'Worker #9df40664' started. -2017-04-27 13:02:29.992 +01:00 [Debug] Background process 'Worker #fcd00163' started. -2017-04-27 13:02:30.017 +01:00 [Debug] Background process 'Worker #4bd522ed' started. -2017-04-27 13:02:30.020 +01:00 [Debug] Background process 'Worker #2fc59aab' started. -2017-04-27 13:02:30.025 +01:00 [Debug] Background process 'Worker #3e35dfbd' started. -2017-04-27 13:02:30.033 +01:00 [Debug] Background process 'Worker #cfe4345e' started. -2017-04-27 13:02:30.038 +01:00 [Debug] Background process 'Worker #83dc9a98' started. -2017-04-27 13:02:30.044 +01:00 [Debug] Background process 'Worker #72b1a3bf' started. -2017-04-27 13:02:30.046 +01:00 [Debug] Background process 'Worker #c1adb9ed' started. -2017-04-27 13:02:30.056 +01:00 [Debug] Background process 'Worker #68c6f3b8' started. -2017-04-27 13:02:30.060 +01:00 [Debug] Background process 'Worker #45aa5d2f' started. -2017-04-27 13:02:30.063 +01:00 [Debug] Background process 'Worker #aa0d2200' started. -2017-04-27 13:02:30.069 +01:00 [Debug] Background process 'DelayedJobScheduler' started. -2017-04-27 13:02:30.072 +01:00 [Debug] Background process 'RecurringJobScheduler' started. -2017-04-27 13:02:30.692 +01:00 [Debug] Hosting starting -2017-04-27 13:02:30.828 +01:00 [Debug] Hosting started -2017-04-27 13:02:31.020 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" started. -2017-04-27 13:02:31.020 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" started. -2017-04-27 13:02:31.161 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/ -2017-04-27 13:02:31.161 +01:00 [Information] Request starting HTTP/1.1 DEBUG http://localhost:52038/ 0 -2017-04-27 13:02:31.408 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:31.410 +01:00 [Debug] The request path "/" does not match a supported file type -2017-04-27 13:02:31.419 +01:00 [Information] Request finished in 281.6497ms 200 -2017-04-27 13:02:31.717 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 13:02:31.798 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 13:02:31.872 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 13:02:31.879 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 13:02:32.032 +01:00 [Debug] View lookup cache miss for view '"Index"' in controller '"Home"'. -2017-04-27 13:02:32.055 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:02:32.513 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' completed in 454.5759ms. -2017-04-27 13:02:32.528 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:02:35.524 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' completed in 2994.24ms. -2017-04-27 13:02:35.531 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:02:35.568 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 36.8648ms. -2017-04-27 13:02:35.568 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:02:37.189 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 1620.6943ms. -2017-04-27 13:02:37.200 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 13:02:37.202 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 13:02:37.464 +01:00 [Information] User profile is available. Using '"C:\Users\Jamie.Rees\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. -2017-04-27 13:02:37.511 +01:00 [Debug] View lookup cache miss for view '"_Layout"' in controller '"Home"'. -2017-04-27 13:02:37.511 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:02:37.718 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 206.2248ms. -2017-04-27 13:02:37.718 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:02:39.493 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 1774.3174ms. -2017-04-27 13:02:40.174 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 8374.3685ms -2017-04-27 13:02:40.239 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:40.239 +01:00 [Information] Request finished in 9111.0659ms 200 text/html; charset=utf-8 -2017-04-27 13:02:40.439 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 13:02:40.439 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 13:02:40.460 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" started. -2017-04-27 13:02:40.461 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 13:02:40.461 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 13:02:40.477 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" started. -2017-04-27 13:02:40.516 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" started. -2017-04-27 13:02:40.533 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 13:02:40.533 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 13:02:40.555 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 13:02:40.555 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 13:02:40.561 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" started. -2017-04-27 13:02:40.617 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:40.617 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:40.618 +01:00 [Information] Request finished in 85.3289ms 200 text/css -2017-04-27 13:02:40.618 +01:00 [Information] Request finished in 179.239ms 200 text/css -2017-04-27 13:02:40.618 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 13:02:40.619 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:40.619 +01:00 [Information] Request finished in 64.1708ms 200 application/javascript -2017-04-27 13:02:40.618 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:40.619 +01:00 [Information] Request finished in 179.9174ms 200 text/css -2017-04-27 13:02:40.619 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 13:02:40.620 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:40.620 +01:00 [Information] Request finished in 1.9067ms 200 application/javascript -2017-04-27 13:02:40.643 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 13:02:40.643 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 13:02:40.643 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 13:02:40.643 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 13:02:40.665 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 13:02:40.666 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 13:02:40.669 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 13:02:40.669 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:40.669 +01:00 [Information] Request finished in 26.4289ms 200 application/javascript -2017-04-27 13:02:40.672 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:40.672 +01:00 [Information] Request finished in 5.9231ms 200 application/javascript -2017-04-27 13:02:40.676 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 13:02:40.724 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 13:02:40.725 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 13:02:40.725 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:40.726 +01:00 [Information] Request finished in 60.3057ms 200 application/javascript -2017-04-27 13:02:40.729 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:40.729 +01:00 [Information] Request finished in 5.4609ms 200 text/css -2017-04-27 13:02:40.911 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:40.911 +01:00 [Information] Request finished in 268.1519ms 200 application/javascript -2017-04-27 13:02:40.912 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 13:02:40.912 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 13:02:40.956 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:40.956 +01:00 [Information] Request finished in 43.9159ms 200 text/css -2017-04-27 13:02:41.262 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 13:02:41.262 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 13:02:41.603 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:41.603 +01:00 [Information] Request finished in 341.6098ms 200 application/javascript -2017-04-27 13:02:41.984 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 13:02:41.984 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 13:02:41.986 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:41.986 +01:00 [Information] Request finished in 2.5427ms 200 application/javascript -2017-04-27 13:02:42.002 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 13:02:42.003 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 13:02:42.004 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:42.004 +01:00 [Information] Request finished in 2.1255ms 200 application/javascript -2017-04-27 13:02:42.012 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 13:02:42.012 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 13:02:42.014 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:42.014 +01:00 [Information] Request finished in 1.9789ms 200 application/javascript -2017-04-27 13:02:42.017 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 13:02:42.017 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 13:02:42.020 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 13:02:42.021 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 13:02:42.024 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:42.024 +01:00 [Information] Request finished in 3.7015ms 200 application/javascript -2017-04-27 13:02:42.025 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.025 +01:00 [Information] Request finished in 8.1208ms 200 application/javascript -2017-04-27 13:02:42.037 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 13:02:42.037 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 13:02:42.048 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 13:02:42.048 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 13:02:42.048 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 13:02:42.048 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 13:02:42.048 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 13:02:42.048 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 13:02:42.048 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 13:02:42.048 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 13:02:42.070 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:42.070 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:42.070 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:42.070 +01:00 [Information] Request finished in 25.9091ms 200 application/javascript -2017-04-27 13:02:42.071 +01:00 [Information] Request finished in 33.4983ms 200 application/javascript -2017-04-27 13:02:42.070 +01:00 [Information] Request finished in 25.879ms 200 application/javascript -2017-04-27 13:02:42.071 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:42.072 +01:00 [Information] Request finished in 24.0908ms 200 application/javascript -2017-04-27 13:02:42.071 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:42.071 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 13:02:42.072 +01:00 [Information] Request finished in 24.3908ms 200 application/javascript -2017-04-27 13:02:42.073 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 13:02:42.074 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.074 +01:00 [Information] Request finished in 3.4144ms 200 application/javascript -2017-04-27 13:02:42.077 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 13:02:42.078 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 13:02:42.078 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:42.078 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 13:02:42.078 +01:00 [Information] Request finished in 1.0528ms 200 application/javascript -2017-04-27 13:02:42.078 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 13:02:42.081 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 13:02:42.083 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 13:02:42.083 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 13:02:42.092 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 13:02:42.093 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.093 +01:00 [Information] Request finished in 11.8045ms 200 application/javascript -2017-04-27 13:02:42.093 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 13:02:42.098 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 13:02:42.095 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 13:02:42.097 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:42.105 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 13:02:42.105 +01:00 [Information] Request finished in 26.9451ms 200 application/javascript -2017-04-27 13:02:42.105 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 13:02:42.105 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 13:02:42.104 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 13:02:42.105 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 13:02:42.105 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:42.105 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.109 +01:00 [Information] Request finished in 4.3935ms 200 application/javascript -2017-04-27 13:02:42.105 +01:00 [Information] Request finished in 12.2697ms 200 application/javascript -2017-04-27 13:02:42.111 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 13:02:42.093 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 13:02:42.112 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:42.112 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 13:02:42.112 +01:00 [Information] Request finished in 7.1488ms 200 application/javascript -2017-04-27 13:02:42.109 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:42.112 +01:00 [Information] Request finished in 17.6416ms 200 application/javascript -2017-04-27 13:02:42.113 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 13:02:42.113 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.113 +01:00 [Information] Request finished in 2.3626ms 200 application/javascript -2017-04-27 13:02:42.113 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 13:02:42.117 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:42.117 +01:00 [Information] Request finished in 4.7047ms 200 application/javascript -2017-04-27 13:02:42.118 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 13:02:42.118 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 13:02:42.119 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 13:02:42.121 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:42.121 +01:00 [Information] Request finished in 27.5606ms 200 application/javascript -2017-04-27 13:02:42.121 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:42.121 +01:00 [Information] Request finished in 43.2991ms 200 application/javascript -2017-04-27 13:02:42.125 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:42.125 +01:00 [Information] Request finished in 6.7263ms 200 application/javascript -2017-04-27 13:02:42.147 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 13:02:42.147 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 13:02:42.291 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 13:02:42.291 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 13:02:42.291 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 13:02:42.291 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 13:02:42.292 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 13:02:42.292 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 13:02:42.293 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:42.293 +01:00 [Information] Request finished in 2.3586ms 200 application/javascript -2017-04-27 13:02:42.294 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:42.294 +01:00 [Information] Request finished in 2.6632ms 200 application/javascript -2017-04-27 13:02:42.294 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 13:02:42.294 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 13:02:42.295 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:42.295 +01:00 [Information] Request finished in 4.8341ms 200 application/javascript -2017-04-27 13:02:42.296 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.296 +01:00 [Information] Request finished in 5.396ms 200 application/javascript -2017-04-27 13:02:42.297 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:42.297 +01:00 [Information] Request finished in 149.7282ms 200 application/javascript -2017-04-27 13:02:42.301 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 13:02:42.301 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 13:02:42.309 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:42.309 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 13:02:42.309 +01:00 [Information] Request finished in 8.1599ms 200 application/javascript -2017-04-27 13:02:42.309 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 13:02:42.312 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:42.312 +01:00 [Information] Request finished in 3.6535ms 200 application/javascript -2017-04-27 13:02:42.317 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 13:02:42.317 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 13:02:42.321 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 13:02:42.321 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 13:02:42.323 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 13:02:42.324 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 13:02:42.326 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:42.326 +01:00 [Information] Request finished in 6.529ms 200 application/javascript -2017-04-27 13:02:42.328 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.329 +01:00 [Information] Request finished in 11.8128ms 200 application/javascript -2017-04-27 13:02:42.329 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 13:02:42.330 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 13:02:42.330 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:42.330 +01:00 [Information] Request finished in 9.181ms 200 application/javascript -2017-04-27 13:02:42.330 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:42.330 +01:00 [Information] Request finished in 1.1531ms 200 application/javascript -2017-04-27 13:02:42.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 13:02:42.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 13:02:42.335 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 13:02:42.335 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 13:02:42.335 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:42.335 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:42.337 +01:00 [Information] Request finished in 2.1818ms 200 application/javascript -2017-04-27 13:02:42.337 +01:00 [Information] Request finished in 2.1249ms 200 application/javascript -2017-04-27 13:02:42.342 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 13:02:42.342 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 13:02:42.344 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 13:02:42.345 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:42.345 +01:00 [Information] Request finished in 3.3201ms 200 application/javascript -2017-04-27 13:02:42.345 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 13:02:42.352 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:02:42.352 +01:00 [Information] Request finished in 7.7669ms 200 application/javascript -2017-04-27 13:02:44.189 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 13:02:44.189 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 13:02:44.191 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 13:02:44.204 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"8a0225ce-a64a-433a-a079-0768bb299320"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 13:02:44.207 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 13:02:44.219 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 13:02:44.308 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/status/Wizard/ application/json; charset=utf-8 -2017-04-27 13:02:44.308 +01:00 [Debug] The request path "/api/v1/status/Wizard/" does not match a supported file type -2017-04-27 13:02:44.308 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Status/Wizard"'. -2017-04-27 13:02:44.309 +01:00 [Debug] Executing action "Ombi.Controllers.StatusController.WizardStatus (Ombi)" -2017-04-27 13:02:44.311 +01:00 [Information] Executing action method "Ombi.Controllers.StatusController.WizardStatus (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 13:02:44.427 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 13:02:44.435 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 13:02:44.444 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:44.444 +01:00 [Information] Request finished in 17.3015ms 200 application/font-woff2 -2017-04-27 13:02:45.310 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 13:02:45.313 +01:00 [Debug] Executed action method "Ombi.Controllers.StatusController.WizardStatus (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 13:02:45.344 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 13:02:45.344 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 13:02:45.350 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 13:02:45.350 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 13:02:45.351 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 13:02:45.351 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 13:02:45.369 +01:00 [Information] Executed action "Ombi.Controllers.StatusController.WizardStatus (Ombi)" in 1060.4272ms -2017-04-27 13:02:45.370 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:02:45.370 +01:00 [Information] Request finished in 1062.727ms 200 application/json; charset=utf-8 -2017-04-27 13:02:45.374 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 1166.6623ms -2017-04-27 13:02:45.374 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:02:45.374 +01:00 [Information] Request finished in 1185.1833ms 200 application/json; charset=utf-8 -2017-04-27 13:02:46.832 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/api/v1/token/ application/json; charset=UTF-8 31 -2017-04-27 13:02:47.073 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:02:47.073 +01:00 [Information] Request finished in 240.7936ms 200 application/json -2017-04-27 13:02:52.690 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/search/Movie/007 text/plain -2017-04-27 13:02:52.734 +01:00 [Information] Successfully validated the token. -2017-04-27 13:02:52.740 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 13:02:52.740 +01:00 [Debug] The request path "/api/v1/search/Movie/007" does not match a supported file type -2017-04-27 13:02:52.740 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/{searchTerm}"'. -2017-04-27 13:02:52.741 +01:00 [Debug] Executing action "Ombi.Controllers.SearchController.SearchMovie (Ombi)" -2017-04-27 13:02:52.753 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 13:02:52.860 +01:00 [Information] Executing action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)" with arguments (["007"]) - ModelState is Valid -2017-04-27 13:02:52.864 +01:00 [Debug] Searching : "007" -2017-04-27 13:02:57.870 +01:00 [Debug] Search Result: [MovieSearchResult { PosterPath: "/hE24GYddaxB9MVZl1CaiI86M3kp.jpg", Adult: False, Overview: "A cryptic message from Bond’s past sends him on a trail to uncover a sinister organization. While M battles political forces to keep the secret service alive, Bond peels back the layers of deceit to reveal the terrible truth behind SPECTRE.", ReleaseDate: "2015-10-26", GenreIds: null, Id: 206647, OriginalTitle: "Spectre", OriginalLanguage: "en", Title: "Spectre", BackdropPath: "/wVTYlkKPKrljJfugXN7UlLNjtuJ.jpg", Popularity: 7.783757, VoteCount: 3767, Video: False, VoteAverage: 6.2 }, MovieSearchResult { PosterPath: "/lQCkPLDxFONmgzrWLvq085v1g2d.jpg", Adult: False, Overview: "When Bond's latest assignment goes gravely wrong and agents around the world are exposed, MI6 is attacked forcing M to relocate the agency. These events cause her authority and position to be challenged by Gareth Mallory, the new Chairman of the Intelligence and Security Committee. With MI6 now compromised from both inside and out, M is left with one ally she can trust: Bond. 007 takes to the shadows - aided only by field agent, Eve - following a trail to the mysterious Silva, whose lethal and hidden motives have yet to reveal themselves.", ReleaseDate: "2012-10-25", GenreIds: null, Id: 37724, OriginalTitle: "Skyfall", OriginalLanguage: "en", Title: "Skyfall", BackdropPath: "/AunH2MIKIbnU9khgFp45eJlydPu.jpg", Popularity: 5.07954, VoteCount: 6774, Video: False, VoteAverage: 6.9 }, MovieSearchResult { PosterPath: "/gRdfLVVf6FheOw6mw6wOsKhZG1l.jpg", Adult: False, Overview: "In the film that launched the James Bond saga, Agent 007 (Sean Connery) battles mysterious Dr. No, a scientific genius bent on destroying the U.S. space program. As the countdown to disaster begins, Bond must go to Jamaica, where he encounters beautiful Honey Ryder (Ursula Andress), to confront a megalomaniacal villain in his massive island headquarters.", ReleaseDate: "1962-10-04", GenreIds: null, Id: 646, OriginalTitle: "Dr. No", OriginalLanguage: "en", Title: "Dr. No", BackdropPath: "/bplDiT5JhaXf9S5arO8g5QsFtDi.jpg", Popularity: 6.394761, VoteCount: 748, Video: False, VoteAverage: 6.8 }, MovieSearchResult { PosterPath: "/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg", Adult: False, Overview: "Special agent 007 (Sean Connery) comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.", ReleaseDate: "1964-09-17", GenreIds: null, Id: 658, OriginalTitle: "Goldfinger", OriginalLanguage: "en", Title: "Goldfinger", BackdropPath: "/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg", Popularity: 3.423324, VoteCount: 823, Video: False, VoteAverage: 7.2 }, MovieSearchResult { PosterPath: "/hXtqTd5JMsS6hPu4fzTF293vAQW.jpg", Adult: False, Overview: "", ReleaseDate: "", GenreIds: null, Id: 372243, OriginalTitle: "Supercars - 007", OriginalLanguage: "de", Title: "Supercars - 007", BackdropPath: null, Popularity: 1.000001, VoteCount: 0, Video: False, VoteAverage: 0 }, MovieSearchResult { PosterPath: "/zlWBxz2pTA9p45kUTrI8AQiKrHm.jpg", Adult: False, Overview: "Le Chiffre, a banker to the world's terrorists, is scheduled to participate in a high-stakes poker game in Montenegro, where he intends to use his winnings to establish his financial grip on the terrorist market. M sends Bond – on his maiden mission as a 00 Agent – to attend this game and prevent Le Chiffre from winning. With the help of Vesper Lynd and Felix Leiter, Bond enters the most important poker game in his already dangerous career.", ReleaseDate: "2006-11-14", GenreIds: null, Id: 36557, OriginalTitle: "Casino Royale", OriginalLanguage: "en", Title: "Casino Royale", BackdropPath: "/xq6hXdBpDPIXWjtmvbFmtLvBFJt.jpg", Popularity: 4.733156, VoteCount: 3274, Video: False, VoteAverage: 7.2 }, MovieSearchResult { PosterPath: "/5c0ovjT41KnYIHYuF4AWsTe3sKh.jpg", Adult: False, Overview: "James Bond must unmask the mysterious head of the Janus Syndicate and prevent the leader from utilizing the GoldenEye weapons system to inflict devastating revenge on Britain.", ReleaseDate: "1995-11-16", GenreIds: null, Id: 710, OriginalTitle: "GoldenEye", OriginalLanguage: "en", Title: "GoldenEye", BackdropPath: "/x2Lu6BbsC3talJxcIxtkXVkrQmK.jpg", Popularity: 3.85694, VoteCount: 985, Video: False, VoteAverage: 6.6 }, MovieSearchResult { PosterPath: "/s1GeJcwTclopbed1Bo2hjunSika.jpg", Adult: False, Overview: "James Bond is sent to investigate after a fellow “00” agent is found dead with a priceless Farberge egg. James bond follows the mystery and uncovers a smuggling scandal and a Russian General who wants to provoke a new World War.", ReleaseDate: "1983-06-05", GenreIds: null, Id: 700, OriginalTitle: "Octopussy", OriginalLanguage: "en", Title: "Octopussy", BackdropPath: "/nOp4RM4AYlW8Ux0XHBTqXbPlSgY.jpg", Popularity: 2.704201, VoteCount: 415, Video: False, VoteAverage: 6 }, MovieSearchResult { PosterPath: "/sASN1VnJxWosdzp4mH40P47Xhhz.jpg", Adult: False, Overview: "A criminal organization has obtained two nuclear bombs and are asking for a 100 million pound ransom in the form of diamonds in seven days or they will use the weapons. The secret service sends James Bond to the Bahamas to once again save the world.", ReleaseDate: "1965-12-16", GenreIds: null, Id: 660, OriginalTitle: "Thunderball", OriginalLanguage: "en", Title: "Thunderball", BackdropPath: "/qd0jrqxFLCKkNruPuJ7zXuQRpKG.jpg", Popularity: 3.243876, VoteCount: 464, Video: False, VoteAverage: 6.5 }, MovieSearchResult { PosterPath: "/bIiTYuG1NRtLZAY7lxOwNafn2BV.jpg", Adult: False, Overview: "During the transportation of a Space Shuttle a Boeing 747 crashes in the Atlantic Ocean yet when they go to look for the destroyed shuttle it is not there. James Bond investigates the missing mission space shuttle and soon learns that the shuttles owner Hugo Drax wants to kill all of mankind.", ReleaseDate: "1979-06-26", GenreIds: null, Id: 698, OriginalTitle: "Moonraker", OriginalLanguage: "en", Title: "Moonraker", BackdropPath: "/ueJ8K4ik1UQKa3cVUa8RHfDDqL.jpg", Popularity: 2.689949, VoteCount: 424, Video: False, VoteAverage: 5.9 }, MovieSearchResult { PosterPath: "/6mlNx0Jiqhg3D7NlANT9pidsgPJ.jpg", Adult: False, Overview: "Quantum of Solace continues the adventures of James Bond after Casino Royale. Betrayed by Vesper, the woman he loved, 007 fights the urge to make his latest mission personal. Pursuing his determination to uncover the truth, Bond and M interrogate Mr. White, who reveals that the organization that blackmailed Vesper is far more complex and dangerous than anyone had imagined.", ReleaseDate: "2008-10-30", GenreIds: null, Id: 10764, OriginalTitle: "Quantum of Solace", OriginalLanguage: "en", Title: "Quantum of Solace", BackdropPath: "/hfZVY8lMiE7HH1cDc2qzSFF6Kbt.jpg", Popularity: 4.41553, VoteCount: 2528, Video: False, VoteAverage: 6.1 }, MovieSearchResult { PosterPath: "/fvIG285JwenrV1K6kVASi1TECJ0.jpg", Adult: False, Overview: "Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy", ReleaseDate: "1963-10-11", GenreIds: null, Id: 657, OriginalTitle: "From Russia with Love", OriginalLanguage: "en", Title: "From Russia with Love", BackdropPath: "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", Popularity: 3.829993, VoteCount: 615, Video: False, VoteAverage: 6.9 }, MovieSearchResult { PosterPath: "/aPfALBxfgx2tsbTwRMR1MbNHSvn.jpg", Adult: False, Overview: "Greed, revenge, world dominance and high-tech terrorism – it's all in a day's work for Bond, who's on a mission to a protect beautiful oil heiress from a notorious terrorist. In a race against time that culminates in a dramatic submarine showdown, Bond works to defuse the international power struggle that has the world's oil supply hanging in the balance.", ReleaseDate: "1999-11-08", GenreIds: null, Id: 36643, OriginalTitle: "The World Is Not Enough", OriginalLanguage: "en", Title: "The World Is Not Enough", BackdropPath: "/4xAb2zAe5Pmno928hBQqff4RVwr.jpg", Popularity: 4.17475, VoteCount: 707, Video: False, VoteAverage: 6 }, MovieSearchResult { PosterPath: "/g5fBYuP5Wc4yle6eXsKY6HQsbw2.jpg", Adult: False, Overview: "Sir James Bond is called back out of retirement to stop SMERSH. In order to trick SMERSH, James thinks up the ultimate plan - that every agent will be named 'James Bond'. One of the Bonds, whose real name is Evelyn Tremble is sent to take on Le Chiffre in a game of baccarat, but all the Bonds get more than they can handle.", ReleaseDate: "1967-04-13", GenreIds: null, Id: 12208, OriginalTitle: "Casino Royale", OriginalLanguage: "en", Title: "Casino Royale", BackdropPath: "/5CL7hSrmxLBTmRZtm9Ha94p392b.jpg", Popularity: 2.230991, VoteCount: 113, Video: False, VoteAverage: 5.4 }, MovieSearchResult { PosterPath: "/4dKEI1SfnRwMxQBpkwo0y3lnvlj.jpg", Adult: False, Overview: "Introduced by Seka the Platinum Princess, EB007 is a \"Bond Girl Spectacular.\" Featured among the usual crop of centerfold models are five Bond girls, including Ursula Andress and Lalla Dean, who made quite a splash as \"uncredited girl in pool\" in For Your Eyes Only (1981), in the buff. In addition, there's nudity from singer / actress Hazel O'Connor plus appearances from Peter Cook and Dudley Moore.", ReleaseDate: "1982-01-01", GenreIds: null, Id: 416413, OriginalTitle: "Electric Blue 007", OriginalLanguage: "en", Title: "Electric Blue 007", BackdropPath: null, Popularity: 1.030386, VoteCount: 0, Video: False, VoteAverage: 0 }, MovieSearchResult { PosterPath: "/27EySoBH3oBuI6xat2QOquB9X8j.jpg", Adult: False, Overview: "James Bond and his American colleague Felix Leiter arrest the drug lord Sanchez who succeeds in escaping and takes revenge on Felix and his wife. Bond knows but just one thing: revenge.", ReleaseDate: "1989-07-07", GenreIds: null, Id: 709, OriginalTitle: "Licence to Kill", OriginalLanguage: "en", Title: "Licence to Kill", BackdropPath: "/nSu6o7XZSkungSOXZ5axzgRH2en.jpg", Popularity: 2.906925, VoteCount: 470, Video: False, VoteAverage: 5.8 }, MovieSearchResult { PosterPath: "/AiPM0kuy3YrUhBIC4FNzEnb2rJX.jpg", Adult: False, Overview: "James Bond spoof about an accident proned Pattaya bike cabbie who must complete a secret mission.", ReleaseDate: "1980-01-01", GenreIds: null, Id: 227230, OriginalTitle: "เจมส์แบน 007 น้ำพริกไทยเนื้อแท้", OriginalLanguage: "en", Title: "James Band 007 The Real Thai Pepper", BackdropPath: "/vhJQoCSFMWKSnU2ObIwQLB5viUD.jpg", Popularity: 1.017012, VoteCount: 1, Video: False, VoteAverage: 6 }, MovieSearchResult { PosterPath: "/viPjZ3JCOahcfNCcVhiPExusJoZ.jpg", Adult: False, Overview: "Diamonds are stolen only to be sold again in the international market. James Bond infiltrates a smuggling mission to find out who’s guilty. The mission takes him to Las Vegas where Bond meets his archenemy Blofeld.", ReleaseDate: "1971-12-13", GenreIds: null, Id: 681, OriginalTitle: "Diamonds Are Forever", OriginalLanguage: "en", Title: "Diamonds Are Forever", BackdropPath: "/gIGLXXvsljHK1jdDNaIXsjhZnnH.jpg", Popularity: 2.993179, VoteCount: 459, Video: False, VoteAverage: 6.2 }, MovieSearchResult { PosterPath: "/vpZZZ2eq8z4I6PSeGxR2UWNciGG.jpg", Adult: False, Overview: "A British spy ship has sunk and on board was a hi-tech encryption device. James Bond is sent to find the device that holds British launching instructions before the enemy Soviets get to it first.", ReleaseDate: "1981-06-23", GenreIds: null, Id: 699, OriginalTitle: "For Your Eyes Only", OriginalLanguage: "en", Title: "For Your Eyes Only", BackdropPath: "/hg8ecg8LrR8ChvZh4aMETNUraGA.jpg", Popularity: 3.400852, VoteCount: 383, Video: False, VoteAverage: 6.2 }, MovieSearchResult { PosterPath: null, Adult: False, Overview: "Maybe a friend turned their back on you. Maybe someone you loved betrayed you. We all have wounds and we end up carrying around these things that people have done to us for weeks, months, and sometimes even years. It isn't always easy to forgive these people and after a while these hurts can get really heavy. So the only way to feel better seems to be somehow getting back at the people that hurt us, to get revenge. But does revenge ever truly satisfy? Maybe forgiving isn't something you do for someone else to let them off the hook. Maybe forgiveness is about you. God didn't create you to carry these wounds around. God created you to be free.", ReleaseDate: "2005-07-01", GenreIds: null, Id: 380712, OriginalTitle: "Nooma Luggage 007", OriginalLanguage: "en", Title: "Nooma Luggage 007", BackdropPath: null, Popularity: 1.000644, VoteCount: 0, Video: False, VoteAverage: 0 }] -2017-04-27 13:02:57.953 +01:00 [Debug] Executed action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 13:02:57.953 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 13:02:57.954 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 13:02:57.954 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 13:02:57.977 +01:00 [Information] Executed action "Ombi.Controllers.SearchController.SearchMovie (Ombi)" in 5234.641ms -2017-04-27 13:02:57.977 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:02:57.977 +01:00 [Information] Request finished in 5286.6117ms 200 application/json; charset=utf-8 -2017-04-27 13:02:58.017 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/api/v1/search/Movie/extrainfo application/json; charset=UTF-8 15810 -2017-04-27 13:02:58.018 +01:00 [Information] Successfully validated the token. -2017-04-27 13:02:58.018 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 13:02:58.018 +01:00 [Debug] "POST" requests are not supported -2017-04-27 13:02:58.019 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/extrainfo"'. -2017-04-27 13:02:58.019 +01:00 [Debug] Executing action "Ombi.Controllers.SearchController.GetImdbInfo (Ombi)" -2017-04-27 13:02:58.020 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 13:02:58.042 +01:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json; charset=UTF-8"'. -2017-04-27 13:02:58.129 +01:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetImdbInfo (Ombi)" with arguments (["System.Collections.Generic.List`1[Ombi.Core.Models.Search.SearchMovieViewModel]"]) - ModelState is Valid -2017-04-27 13:02:59.778 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire -2017-04-27 13:02:59.902 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:02:59.902 +01:00 [Information] Request finished in 124.1852ms 200 text/html -2017-04-27 13:03:00.098 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/fonts/glyphicons-halflings-regular/woff2 -2017-04-27 13:03:00.103 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:03:00.103 +01:00 [Information] Request finished in 4.7229ms 200 font/woff2 -2017-04-27 13:03:01.926 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:03:01.956 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:03:01.956 +01:00 [Information] Request finished in 30.6735ms 200 text/html -2017-04-27 13:03:03.933 +01:00 [Debug] Executed action method "Ombi.Controllers.SearchController.GetImdbInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 13:03:03.933 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 13:03:03.933 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 13:03:03.933 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 13:03:03.934 +01:00 [Information] Executed action "Ombi.Controllers.SearchController.GetImdbInfo (Ombi)" in 5914.9501ms -2017-04-27 13:03:03.934 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:03:03.934 +01:00 [Information] Request finished in 5917.0714ms 200 application/json; charset=utf-8 -2017-04-27 13:03:04.169 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:03:04.229 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:03:04.229 +01:00 [Information] Request finished in 60.6361ms 200 application/json -2017-04-27 13:03:04.267 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/recurring/trigger application/x-www-form-urlencoded; charset=UTF-8 41 -2017-04-27 13:03:04.313 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:03:04.313 +01:00 [Information] Request finished in 45.9558ms 204 -2017-04-27 13:03:04.329 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:03:04.331 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:03:04.331 +01:00 [Information] Request finished in 1.954ms 200 text/html -2017-04-27 13:03:05.563 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:03:05.646 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:03:05.646 +01:00 [Information] Request finished in 83.1285ms 200 text/html -2017-04-27 13:03:07.812 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:07.835 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:03:07.835 +01:00 [Information] Request finished in 22.7641ms 200 application/json -2017-04-27 13:03:09.805 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:09.806 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:03:09.806 +01:00 [Information] Request finished in 0.6903ms 200 application/json -2017-04-27 13:03:11.795 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:11.796 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:03:11.796 +01:00 [Information] Request finished in 0.8518ms 200 application/json -2017-04-27 13:03:13.798 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:13.798 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:03:13.798 +01:00 [Information] Request finished in 0.7015ms 200 application/json -2017-04-27 13:03:15.795 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:15.795 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:03:15.795 +01:00 [Information] Request finished in 0.4413ms 200 application/json -2017-04-27 13:03:17.829 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:17.829 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:03:17.829 +01:00 [Information] Request finished in 0.6929ms 200 application/json -2017-04-27 13:03:19.787 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:19.787 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:03:19.787 +01:00 [Information] Request finished in 0.4817ms 200 application/json -2017-04-27 13:03:21.803 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:21.803 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:03:21.804 +01:00 [Information] Request finished in 0.7052ms 200 application/json -2017-04-27 13:03:23.804 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:23.805 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:03:23.805 +01:00 [Information] Request finished in 0.7505ms 200 application/json -2017-04-27 13:03:25.797 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:25.798 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:03:25.798 +01:00 [Information] Request finished in 0.5995ms 200 application/json -2017-04-27 13:03:27.796 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:27.796 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:03:27.796 +01:00 [Information] Request finished in 0.5558ms 200 application/json -2017-04-27 13:03:29.795 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:29.796 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:03:29.796 +01:00 [Information] Request finished in 0.6495ms 200 application/json -2017-04-27 13:03:31.803 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:31.803 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:03:31.803 +01:00 [Information] Request finished in 0.6704ms 200 application/json -2017-04-27 13:03:33.796 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:33.797 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:03:33.797 +01:00 [Information] Request finished in 0.8628ms 200 application/json -2017-04-27 13:03:35.789 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:35.790 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:03:35.790 +01:00 [Information] Request finished in 0.5903ms 200 application/json -2017-04-27 13:03:37.419 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:03:37.421 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:03:37.421 +01:00 [Information] Request finished in 1.3455ms 200 text/html -2017-04-27 13:03:38.630 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/5c4fce52-95b9-40a8-a407-2d3bab139a12 -2017-04-27 13:03:38.664 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:03:38.664 +01:00 [Information] Request finished in 34.0482ms 200 text/html -2017-04-27 13:03:40.808 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:40.808 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:03:40.808 +01:00 [Information] Request finished in 0.6648ms 200 application/json -2017-04-27 13:03:42.818 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:42.818 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:03:42.818 +01:00 [Information] Request finished in 0.4373ms 200 application/json -2017-04-27 13:03:44.402 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:03:44.403 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:03:44.403 +01:00 [Information] Request finished in 1.1952ms 200 text/html -2017-04-27 13:03:46.518 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:03:46.518 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:03:46.518 +01:00 [Information] Request finished in 0.5731ms 200 application/json -2017-04-27 13:03:47.060 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:03:47.061 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:03:47.061 +01:00 [Information] Request finished in 1.0766ms 200 text/html -2017-04-27 13:03:49.174 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:49.174 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:03:49.174 +01:00 [Information] Request finished in 0.5035ms 200 application/json -2017-04-27 13:03:49.316 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/5c4fce52-95b9-40a8-a407-2d3bab139a12 -2017-04-27 13:03:49.317 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:03:49.317 +01:00 [Information] Request finished in 1.3511ms 200 text/html -2017-04-27 13:03:51.447 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:51.447 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:03:51.447 +01:00 [Information] Request finished in 0.5797ms 200 application/json -2017-04-27 13:03:53.448 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:53.449 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:03:53.449 +01:00 [Information] Request finished in 0.477ms 200 application/json -2017-04-27 13:03:55.437 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:55.438 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:03:55.438 +01:00 [Information] Request finished in 0.7956ms 200 application/json -2017-04-27 13:03:57.445 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:57.445 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:03:57.445 +01:00 [Information] Request finished in 0.429ms 200 application/json -2017-04-27 13:03:59.450 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:03:59.450 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:03:59.450 +01:00 [Information] Request finished in 0.9601ms 200 application/json -2017-04-27 13:04:01.444 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:01.444 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:04:01.444 +01:00 [Information] Request finished in 0.4896ms 200 application/json -2017-04-27 13:04:04.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:04.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:04:04.051 +01:00 [Information] Request finished in 0.5055ms 200 application/json -2017-04-27 13:04:06.079 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:06.080 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:04:06.080 +01:00 [Information] Request finished in 0.7065ms 200 application/json -2017-04-27 13:04:08.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:08.049 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:04:08.050 +01:00 [Information] Request finished in 0.7452ms 200 application/json -2017-04-27 13:04:10.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:10.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:04:10.051 +01:00 [Information] Request finished in 0.6138ms 200 application/json -2017-04-27 13:04:12.055 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:12.065 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:04:12.065 +01:00 [Information] Request finished in 10.1057ms 200 application/json -2017-04-27 13:04:14.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:14.052 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:04:14.052 +01:00 [Information] Request finished in 0.7545ms 200 application/json -2017-04-27 13:04:16.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:16.049 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:04:16.050 +01:00 [Information] Request finished in 0.7068ms 200 application/json -2017-04-27 13:04:18.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:18.050 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:04:18.050 +01:00 [Information] Request finished in 0.7856ms 200 application/json -2017-04-27 13:04:20.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:20.052 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:04:20.052 +01:00 [Information] Request finished in 0.5896ms 200 application/json -2017-04-27 13:04:22.048 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:22.049 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:04:22.049 +01:00 [Information] Request finished in 0.5562ms 200 application/json -2017-04-27 13:04:24.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:24.051 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:04:24.051 +01:00 [Information] Request finished in 0.628ms 200 application/json -2017-04-27 13:04:26.048 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:26.049 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:04:26.049 +01:00 [Information] Request finished in 0.4668ms 200 application/json -2017-04-27 13:04:28.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:28.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:04:28.052 +01:00 [Information] Request finished in 0.6982ms 200 application/json -2017-04-27 13:04:30.058 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:30.062 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:04:30.062 +01:00 [Information] Request finished in 3.922ms 200 application/json -2017-04-27 13:04:32.063 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:32.064 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:04:32.064 +01:00 [Information] Request finished in 0.532ms 200 application/json -2017-04-27 13:04:34.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:34.050 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:04:34.050 +01:00 [Information] Request finished in 0.638ms 200 application/json -2017-04-27 13:04:36.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:36.049 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:04:36.049 +01:00 [Information] Request finished in 0.5664ms 200 application/json -2017-04-27 13:04:38.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:38.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:04:38.051 +01:00 [Information] Request finished in 0.8032ms 200 application/json -2017-04-27 13:04:40.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:40.050 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:04:40.050 +01:00 [Information] Request finished in 0.734ms 200 application/json -2017-04-27 13:04:42.053 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:42.053 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:04:42.053 +01:00 [Information] Request finished in 0.529ms 200 application/json -2017-04-27 13:04:44.053 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:44.053 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:04:44.053 +01:00 [Information] Request finished in 0.722ms 200 application/json -2017-04-27 13:04:46.079 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:46.079 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:04:46.079 +01:00 [Information] Request finished in 0.585ms 200 application/json -2017-04-27 13:04:48.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:48.049 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:04:48.050 +01:00 [Information] Request finished in 0.4539ms 200 application/json -2017-04-27 13:04:50.059 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:50.060 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:04:50.060 +01:00 [Information] Request finished in 1.3607ms 200 application/json -2017-04-27 13:04:52.170 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:52.170 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:04:52.171 +01:00 [Information] Request finished in 0.6015ms 200 application/json -2017-04-27 13:04:54.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:54.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:04:54.051 +01:00 [Information] Request finished in 0.8522ms 200 application/json -2017-04-27 13:04:56.083 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:56.083 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:04:56.083 +01:00 [Information] Request finished in 0.7234ms 200 application/json -2017-04-27 13:04:58.056 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:04:58.057 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:04:58.057 +01:00 [Information] Request finished in 1.068ms 200 application/json -2017-04-27 13:05:00.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:00.051 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:05:00.051 +01:00 [Information] Request finished in 0.8823ms 200 application/json -2017-04-27 13:05:02.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:02.052 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:05:02.052 +01:00 [Information] Request finished in 0.8121ms 200 application/json -2017-04-27 13:05:04.055 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:04.056 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:05:04.056 +01:00 [Information] Request finished in 0.7469ms 200 application/json -2017-04-27 13:05:06.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:06.050 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:05:06.050 +01:00 [Information] Request finished in 0.6817ms 200 application/json -2017-04-27 13:05:08.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:08.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:05:08.051 +01:00 [Information] Request finished in 0.4486ms 200 application/json -2017-04-27 13:05:10.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:10.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:05:10.051 +01:00 [Information] Request finished in 0.6174ms 200 application/json -2017-04-27 13:05:12.052 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:12.052 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:05:12.052 +01:00 [Information] Request finished in 0.531ms 200 application/json -2017-04-27 13:05:14.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:14.052 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:05:14.052 +01:00 [Information] Request finished in 0.6959ms 200 application/json -2017-04-27 13:05:16.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:16.050 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:05:16.050 +01:00 [Information] Request finished in 0.6264ms 200 application/json -2017-04-27 13:05:18.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:18.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:05:18.051 +01:00 [Information] Request finished in 0.5562ms 200 application/json -2017-04-27 13:05:19.450 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:19.450 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:05:19.450 +01:00 [Information] Request finished in 0.5416ms 200 application/json -2017-04-27 13:05:21.457 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:21.458 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:05:21.458 +01:00 [Information] Request finished in 1.1111ms 200 application/json -2017-04-27 13:05:23.450 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:23.451 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:05:23.451 +01:00 [Information] Request finished in 0.5466ms 200 application/json -2017-04-27 13:05:25.469 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:25.469 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:05:25.469 +01:00 [Information] Request finished in 0.881ms 200 application/json -2017-04-27 13:05:27.446 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:27.447 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:05:27.447 +01:00 [Information] Request finished in 0.6548ms 200 application/json -2017-04-27 13:05:29.446 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:29.447 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:05:29.447 +01:00 [Information] Request finished in 0.48ms 200 application/json -2017-04-27 13:05:31.452 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:31.458 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:05:31.458 +01:00 [Information] Request finished in 5.8956ms 200 application/json -2017-04-27 13:05:33.446 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:33.446 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:05:33.446 +01:00 [Information] Request finished in 0.4903ms 200 application/json -2017-04-27 13:05:35.446 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:35.446 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:05:35.447 +01:00 [Information] Request finished in 0.6393ms 200 application/json -2017-04-27 13:05:37.447 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:37.448 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:05:37.448 +01:00 [Information] Request finished in 0.587ms 200 application/json -2017-04-27 13:05:39.447 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:39.447 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:05:39.448 +01:00 [Information] Request finished in 0.4333ms 200 application/json -2017-04-27 13:05:41.448 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:41.449 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:05:41.449 +01:00 [Information] Request finished in 0.5188ms 200 application/json -2017-04-27 13:05:43.459 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:43.459 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" completed keep alive response. -2017-04-27 13:05:43.459 +01:00 [Information] Request finished in 0.483ms 200 application/json -2017-04-27 13:05:44.291 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:05:44.292 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" completed keep alive response. -2017-04-27 13:05:44.292 +01:00 [Information] Request finished in 1.1889ms 200 text/html -2017-04-27 13:05:45.403 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:05:45.404 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" completed keep alive response. -2017-04-27 13:05:45.404 +01:00 [Information] Request finished in 0.7903ms 200 text/html -2017-04-27 13:05:47.555 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:47.556 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" completed keep alive response. -2017-04-27 13:05:47.556 +01:00 [Information] Request finished in 0.5198ms 200 application/json -2017-04-27 13:05:49.551 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:49.552 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" completed keep alive response. -2017-04-27 13:05:49.552 +01:00 [Information] Request finished in 0.5049ms 200 application/json -2017-04-27 13:05:51.553 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:05:51.553 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:05:51.553 +01:00 [Information] Request finished in 0.7343ms 200 application/json -2017-04-27 13:06:50.355 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" received FIN. -2017-04-27 13:06:50.362 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" disconnecting. -2017-04-27 13:06:50.363 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" received FIN. -2017-04-27 13:06:50.364 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" disconnecting. -2017-04-27 13:06:50.364 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" sending FIN. -2017-04-27 13:06:50.381 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" received FIN. -2017-04-27 13:06:50.381 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" received FIN. -2017-04-27 13:06:50.384 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" received FIN. -2017-04-27 13:06:50.389 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" disconnecting. -2017-04-27 13:06:50.390 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" sending FIN. -2017-04-27 13:06:50.391 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" sending FIN. -2017-04-27 13:06:50.391 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" disconnecting. -2017-04-27 13:06:50.391 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" sending FIN. -2017-04-27 13:06:50.396 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" sent FIN with status "0". -2017-04-27 13:06:50.396 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" sent FIN with status "0". -2017-04-27 13:06:50.398 +01:00 [Debug] Connection id ""0HL4DCL44JMV6"" stopped. -2017-04-27 13:06:50.398 +01:00 [Debug] Connection id ""0HL4DCL44JMV7"" stopped. -2017-04-27 13:06:50.414 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" disconnecting. -2017-04-27 13:06:50.417 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" sending FIN. -2017-04-27 13:06:50.417 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" sent FIN with status "0". -2017-04-27 13:06:50.418 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" sent FIN with status "0". -2017-04-27 13:06:50.418 +01:00 [Debug] Connection id ""0HL4DCL44JMV9"" stopped. -2017-04-27 13:06:50.418 +01:00 [Debug] Connection id ""0HL4DCL44JMVA"" stopped. -2017-04-27 13:06:50.420 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" sent FIN with status "0". -2017-04-27 13:06:50.420 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:06:50.420 +01:00 [Debug] Connection id ""0HL4DCL44JMV5"" stopped. -2017-04-27 13:06:50.458 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:06:50.458 +01:00 [Information] Request finished in 38.105ms 200 application/json -2017-04-27 13:06:50.900 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:06:50.901 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:06:50.901 +01:00 [Information] Request finished in 1.2928ms 200 text/html -2017-04-27 13:06:51.666 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/5c4fce52-95b9-40a8-a407-2d3bab139a12 -2017-04-27 13:06:51.667 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:06:51.667 +01:00 [Information] Request finished in 1.7388ms 200 text/html -2017-04-27 13:06:53.927 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:06:53.927 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:06:53.927 +01:00 [Information] Request finished in 0.5926ms 200 application/json -2017-04-27 13:06:55.921 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:06:55.921 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:06:55.921 +01:00 [Information] Request finished in 0.6582ms 200 application/json -2017-04-27 13:06:57.921 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:06:57.921 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:06:57.921 +01:00 [Information] Request finished in 0.6287ms 200 application/json -2017-04-27 13:06:59.927 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:06:59.934 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:06:59.934 +01:00 [Information] Request finished in 7.1964ms 200 application/json -2017-04-27 13:07:02.054 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:02.054 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:02.054 +01:00 [Information] Request finished in 0.4376ms 200 application/json -2017-04-27 13:07:04.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:04.047 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:04.047 +01:00 [Information] Request finished in 0.5486ms 200 application/json -2017-04-27 13:07:06.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:06.045 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:06.045 +01:00 [Information] Request finished in 0.6194ms 200 application/json -2017-04-27 13:07:08.056 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:08.056 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:08.056 +01:00 [Information] Request finished in 0.5042ms 200 application/json -2017-04-27 13:07:10.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:10.044 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:10.045 +01:00 [Information] Request finished in 0.5926ms 200 application/json -2017-04-27 13:07:12.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:12.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:12.046 +01:00 [Information] Request finished in 0.5072ms 200 application/json -2017-04-27 13:07:14.054 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:14.054 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:14.054 +01:00 [Information] Request finished in 0.4936ms 200 application/json -2017-04-27 13:07:16.059 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:16.068 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:16.068 +01:00 [Information] Request finished in 9.8375ms 200 application/json -2017-04-27 13:07:18.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:18.044 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:18.044 +01:00 [Information] Request finished in 0.54ms 200 application/json -2017-04-27 13:07:20.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:20.044 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:20.044 +01:00 [Information] Request finished in 0.5698ms 200 application/json -2017-04-27 13:07:22.270 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:22.290 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:22.290 +01:00 [Information] Request finished in 20.6799ms 200 application/json -2017-04-27 13:07:24.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:24.045 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:24.045 +01:00 [Information] Request finished in 0.589ms 200 application/json -2017-04-27 13:07:26.056 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:26.057 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:26.057 +01:00 [Information] Request finished in 0.7704ms 200 application/json -2017-04-27 13:07:28.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:28.049 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:28.049 +01:00 [Information] Request finished in 2.5387ms 200 application/json -2017-04-27 13:07:30.054 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:30.055 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:30.055 +01:00 [Information] Request finished in 0.9002ms 200 application/json -2017-04-27 13:07:32.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:32.045 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:32.045 +01:00 [Information] Request finished in 0.6267ms 200 application/json -2017-04-27 13:07:34.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:34.044 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:34.044 +01:00 [Information] Request finished in 0.433ms 200 application/json -2017-04-27 13:07:36.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:36.044 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:36.044 +01:00 [Information] Request finished in 0.6555ms 200 application/json -2017-04-27 13:07:38.050 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:38.051 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:38.051 +01:00 [Information] Request finished in 0.882ms 200 application/json -2017-04-27 13:07:40.045 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:40.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:40.046 +01:00 [Information] Request finished in 0.7065ms 200 application/json -2017-04-27 13:07:42.044 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:42.044 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:42.044 +01:00 [Information] Request finished in 0.5724ms 200 application/json -2017-04-27 13:07:44.047 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:44.048 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:44.048 +01:00 [Information] Request finished in 0.8373ms 200 application/json -2017-04-27 13:07:46.045 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:46.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:46.046 +01:00 [Information] Request finished in 0.5486ms 200 application/json -2017-04-27 13:07:48.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:48.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:48.046 +01:00 [Information] Request finished in 0.5684ms 200 application/json -2017-04-27 13:07:50.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:50.047 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:50.047 +01:00 [Information] Request finished in 0.7396ms 200 application/json -2017-04-27 13:07:52.048 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:52.048 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:52.048 +01:00 [Information] Request finished in 0.7187ms 200 application/json -2017-04-27 13:07:54.045 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:54.045 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:54.045 +01:00 [Information] Request finished in 0.6393ms 200 application/json -2017-04-27 13:07:56.045 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:56.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:56.046 +01:00 [Information] Request finished in 0.73ms 200 application/json -2017-04-27 13:07:58.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:07:58.050 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:07:58.050 +01:00 [Information] Request finished in 0.9786ms 200 application/json -2017-04-27 13:08:00.054 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:00.055 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:00.055 +01:00 [Information] Request finished in 0.6068ms 200 application/json -2017-04-27 13:08:02.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:02.047 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:02.047 +01:00 [Information] Request finished in 0.6433ms 200 application/json -2017-04-27 13:08:04.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:04.047 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:04.047 +01:00 [Information] Request finished in 0.6985ms 200 application/json -2017-04-27 13:08:06.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:06.047 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:06.047 +01:00 [Information] Request finished in 0.5774ms 200 application/json -2017-04-27 13:08:08.045 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:08.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:08.046 +01:00 [Information] Request finished in 0.7115ms 200 application/json -2017-04-27 13:08:10.045 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:10.045 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:10.045 +01:00 [Information] Request finished in 0.4234ms 200 application/json -2017-04-27 13:08:12.047 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:12.048 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:12.048 +01:00 [Information] Request finished in 0.8571ms 200 application/json -2017-04-27 13:08:14.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:14.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:14.046 +01:00 [Information] Request finished in 0.5502ms 200 application/json -2017-04-27 13:08:16.047 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:16.047 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:16.047 +01:00 [Information] Request finished in 0.4943ms 200 application/json -2017-04-27 13:08:18.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:18.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:18.046 +01:00 [Information] Request finished in 0.4433ms 200 application/json -2017-04-27 13:08:20.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:20.047 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:20.047 +01:00 [Information] Request finished in 0.5678ms 200 application/json -2017-04-27 13:08:22.048 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:22.049 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:22.049 +01:00 [Information] Request finished in 0.5105ms 200 application/json -2017-04-27 13:08:24.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:24.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:24.046 +01:00 [Information] Request finished in 0.5188ms 200 application/json -2017-04-27 13:08:26.066 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:26.066 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:26.067 +01:00 [Information] Request finished in 0.535ms 200 application/json -2017-04-27 13:08:28.064 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:28.064 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:28.064 +01:00 [Information] Request finished in 0.5843ms 200 application/json -2017-04-27 13:08:30.059 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:30.059 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:30.059 +01:00 [Information] Request finished in 0.5416ms 200 application/json -2017-04-27 13:08:32.069 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:32.069 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:32.069 +01:00 [Information] Request finished in 0.6168ms 200 application/json -2017-04-27 13:08:34.048 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:34.048 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:34.049 +01:00 [Information] Request finished in 0.6227ms 200 application/json -2017-04-27 13:08:36.046 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:36.046 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:36.046 +01:00 [Information] Request finished in 0.489ms 200 application/json -2017-04-27 13:08:37.998 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:37.999 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:37.999 +01:00 [Information] Request finished in 0.6568ms 200 application/json -2017-04-27 13:08:39.637 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/5c4fce52-95b9-40a8-a407-2d3bab139a12 -2017-04-27 13:08:39.639 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:39.639 +01:00 [Information] Request finished in 1.9845ms 200 text/html -2017-04-27 13:08:41.944 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:41.946 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:41.946 +01:00 [Information] Request finished in 2.0269ms 200 application/json -2017-04-27 13:08:43.938 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:43.938 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:43.938 +01:00 [Information] Request finished in 0.4698ms 200 application/json -2017-04-27 13:08:45.947 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:45.948 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:45.948 +01:00 [Information] Request finished in 0.5449ms 200 application/json -2017-04-27 13:08:48.048 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:48.048 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:48.048 +01:00 [Information] Request finished in 0.536ms 200 application/json -2017-04-27 13:08:50.297 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:50.298 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:50.298 +01:00 [Information] Request finished in 0.4674ms 200 application/json -2017-04-27 13:08:52.047 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:52.048 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:52.048 +01:00 [Information] Request finished in 0.5893ms 200 application/json -2017-04-27 13:08:53.939 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:53.940 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:53.940 +01:00 [Information] Request finished in 0.5502ms 200 application/json -2017-04-27 13:08:55.939 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:08:55.940 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:55.940 +01:00 [Information] Request finished in 0.5234ms 200 application/json -2017-04-27 13:08:58.554 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/jobs/actions/delete/5c4fce52-95b9-40a8-a407-2d3bab139a12 0 -2017-04-27 13:08:58.576 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:58.576 +01:00 [Information] Request finished in 21.7984ms 204 -2017-04-27 13:08:58.628 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/5c4fce52-95b9-40a8-a407-2d3bab139a12 -2017-04-27 13:08:58.630 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:58.630 +01:00 [Information] Request finished in 2.4672ms 200 text/html -2017-04-27 13:08:59.363 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:08:59.365 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:08:59.365 +01:00 [Information] Request finished in 2.0527ms 200 text/html -2017-04-27 13:09:01.457 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:09:01.458 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:09:01.458 +01:00 [Information] Request finished in 0.9035ms 200 application/json -2017-04-27 13:09:02.400 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/recurring/remove application/x-www-form-urlencoded; charset=UTF-8 41 -2017-04-27 13:09:02.406 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:09:02.406 +01:00 [Information] Request finished in 6.3164ms 204 -2017-04-27 13:09:02.427 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:09:02.429 +01:00 [Debug] Connection id ""0HL4DCL44JMV8"" completed keep alive response. -2017-04-27 13:09:02.429 +01:00 [Information] Request finished in 2.1782ms 200 text/html -2017-04-27 13:10:53.377 +01:00 [Information] Starting Hangfire Server -2017-04-27 13:10:53.429 +01:00 [Information] Using job storage: 'Hangfire.MemoryStorage.MemoryStorage' -2017-04-27 13:10:53.429 +01:00 [Information] Using the following options for Hangfire Server: -2017-04-27 13:10:53.429 +01:00 [Information] Worker count: 20 -2017-04-27 13:10:53.430 +01:00 [Information] Listening queues: 'default' -2017-04-27 13:10:53.430 +01:00 [Information] Shutdown timeout: 00:00:15 -2017-04-27 13:10:53.430 +01:00 [Information] Schedule polling interval: 00:00:15 -2017-04-27 13:10:53.459 +01:00 [Debug] Background process 'BackgroundProcessingServer' started. -2017-04-27 13:10:53.737 +01:00 [Debug] Background process 'ServerHeartbeat' started. -2017-04-27 13:10:53.742 +01:00 [Debug] Background process 'Composite C1 Records Expiration Manager' started. -2017-04-27 13:10:53.742 +01:00 [Debug] Background process 'ServerWatchdog' started. -2017-04-27 13:10:53.749 +01:00 [Debug] Background process 'Counter Table Aggregator' started. -2017-04-27 13:10:53.757 +01:00 [Debug] Background process 'Worker #f66899fa' started. -2017-04-27 13:10:53.758 +01:00 [Debug] Background process 'Worker #9508f1de' started. -2017-04-27 13:10:53.765 +01:00 [Debug] Background process 'Worker #add603ed' started. -2017-04-27 13:10:53.795 +01:00 [Debug] Background process 'Worker #a181d732' started. -2017-04-27 13:10:53.806 +01:00 [Debug] Background process 'Worker #9d732356' started. -2017-04-27 13:10:53.816 +01:00 [Debug] Background process 'Worker #c1f334c9' started. -2017-04-27 13:10:53.829 +01:00 [Debug] Background process 'Worker #3de2639b' started. -2017-04-27 13:10:53.831 +01:00 [Debug] Background process 'Worker #2a942bfd' started. -2017-04-27 13:10:53.868 +01:00 [Debug] Background process 'Worker #28006301' started. -2017-04-27 13:10:53.871 +01:00 [Debug] Background process 'Worker #de0c5134' started. -2017-04-27 13:10:53.874 +01:00 [Debug] Background process 'Worker #4faa5b9e' started. -2017-04-27 13:10:53.881 +01:00 [Debug] Background process 'Worker #ae16e0b0' started. -2017-04-27 13:10:53.889 +01:00 [Debug] Background process 'Worker #146f41ad' started. -2017-04-27 13:10:53.898 +01:00 [Debug] Background process 'Worker #988f4704' started. -2017-04-27 13:10:53.932 +01:00 [Debug] Background process 'Worker #728c33c2' started. -2017-04-27 13:10:53.947 +01:00 [Debug] Background process 'Worker #c0700fef' started. -2017-04-27 13:10:53.955 +01:00 [Debug] Background process 'Worker #0385a5f9' started. -2017-04-27 13:10:53.962 +01:00 [Debug] Background process 'Worker #1fd6bf68' started. -2017-04-27 13:10:53.968 +01:00 [Debug] Background process 'Worker #b7085c07' started. -2017-04-27 13:10:53.977 +01:00 [Debug] Background process 'Worker #dd4fdd70' started. -2017-04-27 13:10:53.989 +01:00 [Debug] Background process 'DelayedJobScheduler' started. -2017-04-27 13:10:53.994 +01:00 [Debug] Background process 'RecurringJobScheduler' started. -2017-04-27 13:11:16.919 +01:00 [Debug] Hosting starting -2017-04-27 13:11:17.069 +01:00 [Debug] Hosting started -2017-04-27 13:11:17.243 +01:00 [Debug] Connection id ""0HL4DCQ0V2588"" started. -2017-04-27 13:11:17.261 +01:00 [Debug] Connection id ""0HL4DCQ0V2589"" started. -2017-04-27 13:11:17.275 +01:00 [Debug] Connection id ""0HL4DCQ0V258A"" started. -2017-04-27 13:11:17.317 +01:00 [Debug] Connection id ""0HL4DCQ0V258B"" started. -2017-04-27 13:11:17.351 +01:00 [Debug] Connection id ""0HL4DCQ0V258C"" started. -2017-04-27 13:11:17.366 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" started. -2017-04-27 13:11:17.391 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" started. -2017-04-27 13:11:17.401 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.401 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/ -2017-04-27 13:11:17.410 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.401 +01:00 [Information] Request starting HTTP/1.1 DEBUG http://localhost:52038/ 0 -2017-04-27 13:11:17.401 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.422 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.430 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.585 +01:00 [Debug] The request path "/" does not match a supported file type -2017-04-27 13:11:17.594 +01:00 [Debug] Connection id ""0HL4DCQ0V258A"" completed keep alive response. -2017-04-27 13:11:17.605 +01:00 [Information] Request finished in 238.284ms 200 -2017-04-27 13:11:17.731 +01:00 [Debug] Connection id ""0HL4DCQ0V2589"" completed keep alive response. -2017-04-27 13:11:17.731 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" completed keep alive response. -2017-04-27 13:11:17.731 +01:00 [Information] Request finished in 373.6106ms 200 application/json -2017-04-27 13:11:17.731 +01:00 [Information] Request finished in 310.9912ms 200 application/json -2017-04-27 13:11:17.731 +01:00 [Debug] Connection id ""0HL4DCQ0V258C"" completed keep alive response. -2017-04-27 13:11:17.731 +01:00 [Information] Request finished in 324.4178ms 200 application/json -2017-04-27 13:11:17.731 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" completed keep alive response. -2017-04-27 13:11:17.731 +01:00 [Debug] Connection id ""0HL4DCQ0V2588"" completed keep alive response. -2017-04-27 13:11:17.732 +01:00 [Information] Request finished in 303.809ms 200 application/json -2017-04-27 13:11:17.732 +01:00 [Information] Request finished in 374.5863ms 200 application/json -2017-04-27 13:11:17.746 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.746 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.752 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.753 +01:00 [Debug] Connection id ""0HL4DCQ0V2588"" completed keep alive response. -2017-04-27 13:11:17.753 +01:00 [Information] Request finished in 0.6995ms 200 application/json -2017-04-27 13:11:17.753 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.753 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.754 +01:00 [Debug] Connection id ""0HL4DCQ0V258C"" completed keep alive response. -2017-04-27 13:11:17.754 +01:00 [Information] Request finished in 0.7671ms 200 application/json -2017-04-27 13:11:17.754 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" completed keep alive response. -2017-04-27 13:11:17.755 +01:00 [Information] Request finished in 1.6339ms 200 application/json -2017-04-27 13:11:17.760 +01:00 [Debug] Connection id ""0HL4DCQ0V258A"" completed keep alive response. -2017-04-27 13:11:17.760 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" completed keep alive response. -2017-04-27 13:11:17.760 +01:00 [Information] Request finished in 14.3906ms 200 application/json -2017-04-27 13:11:17.761 +01:00 [Information] Request finished in 14.3247ms 200 application/json -2017-04-27 13:11:17.762 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.766 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.766 +01:00 [Debug] Connection id ""0HL4DCQ0V2589"" completed keep alive response. -2017-04-27 13:11:17.766 +01:00 [Information] Request finished in 0.5797ms 200 application/json -2017-04-27 13:11:17.769 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.769 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.769 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" completed keep alive response. -2017-04-27 13:11:17.769 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" completed keep alive response. -2017-04-27 13:11:17.769 +01:00 [Information] Request finished in 0.7906ms 200 application/json -2017-04-27 13:11:17.769 +01:00 [Information] Request finished in 0.7085ms 200 application/json -2017-04-27 13:11:17.769 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.776 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:17.777 +01:00 [Debug] Connection id ""0HL4DCQ0V258C"" completed keep alive response. -2017-04-27 13:11:17.777 +01:00 [Information] Request finished in 8.2288ms 200 application/json -2017-04-27 13:11:17.777 +01:00 [Debug] Connection id ""0HL4DCQ0V258A"" completed keep alive response. -2017-04-27 13:11:17.777 +01:00 [Information] Request finished in 0.6754ms 200 application/json -2017-04-27 13:11:17.782 +01:00 [Debug] Connection id ""0HL4DCQ0V2588"" completed keep alive response. -2017-04-27 13:11:17.782 +01:00 [Information] Request finished in 19.6453ms 200 application/json -2017-04-27 13:11:17.928 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 13:11:18.010 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 13:11:18.093 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 13:11:18.100 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 13:11:18.250 +01:00 [Debug] View lookup cache miss for view '"Index"' in controller '"Home"'. -2017-04-27 13:11:18.276 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:11:18.624 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' completed in 343.933ms. -2017-04-27 13:11:18.638 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:11:19.051 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:19.052 +01:00 [Debug] Connection id ""0HL4DCQ0V2589"" completed keep alive response. -2017-04-27 13:11:19.052 +01:00 [Information] Request finished in 0.5764ms 200 application/json -2017-04-27 13:11:21.117 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:21.288 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" completed keep alive response. -2017-04-27 13:11:21.288 +01:00 [Information] Request finished in 172.1186ms 200 application/json -2017-04-27 13:11:21.289 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' completed in 2650.9072ms. -2017-04-27 13:11:21.297 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:11:21.330 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 33.3427ms. -2017-04-27 13:11:21.330 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:11:22.761 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 1430.2052ms. -2017-04-27 13:11:22.770 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 13:11:22.772 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 13:11:22.848 +01:00 [Information] User profile is available. Using '"C:\Users\Jamie.Rees\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. -2017-04-27 13:11:22.881 +01:00 [Debug] View lookup cache miss for view '"_Layout"' in controller '"Home"'. -2017-04-27 13:11:22.881 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:11:23.016 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 135.1584ms. -2017-04-27 13:11:23.017 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:11:23.053 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:23.054 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" completed keep alive response. -2017-04-27 13:11:23.054 +01:00 [Information] Request finished in 0.5347ms 200 application/json -2017-04-27 13:11:24.402 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:11:24.424 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 1408.2482ms. -2017-04-27 13:11:24.559 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 6545.8707ms -2017-04-27 13:11:24.563 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:24.568 +01:00 [Debug] Connection id ""0HL4DCQ0V258B"" completed keep alive response. -2017-04-27 13:11:24.569 +01:00 [Information] Request finished in 7192.3013ms 200 text/html; charset=utf-8 -2017-04-27 13:11:24.579 +01:00 [Debug] Connection id ""0HL4DCQ0V258C"" completed keep alive response. -2017-04-27 13:11:24.579 +01:00 [Information] Request finished in 16.1573ms 200 application/json -2017-04-27 13:11:24.586 +01:00 [Debug] Connection id ""0HL4DCQ0V258A"" completed keep alive response. -2017-04-27 13:11:24.586 +01:00 [Information] Request finished in 185.5958ms 200 text/html -2017-04-27 13:11:27.097 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:27.097 +01:00 [Debug] Connection id ""0HL4DCQ0V2588"" completed keep alive response. -2017-04-27 13:11:27.098 +01:00 [Information] Request finished in 0.5085ms 200 application/json -2017-04-27 13:11:28.655 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/recurring/trigger application/x-www-form-urlencoded; charset=UTF-8 41 -2017-04-27 13:11:28.695 +01:00 [Debug] Connection id ""0HL4DCQ0V2589"" completed keep alive response. -2017-04-27 13:11:28.695 +01:00 [Information] Request finished in 39.9585ms 204 -2017-04-27 13:11:28.703 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:11:28.706 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" completed keep alive response. -2017-04-27 13:11:28.707 +01:00 [Information] Request finished in 3.133ms 200 text/html -2017-04-27 13:11:30.808 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:30.808 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" completed keep alive response. -2017-04-27 13:11:30.808 +01:00 [Information] Request finished in 0.4923ms 200 application/json -2017-04-27 13:11:31.542 +01:00 [Warning] Failed to process the job 'd1d6d763-fe13-48c0-a24a-150af5de22ce': an exception occurred. Retry attempt 1 of 10 will be performed in 00:00:32. -System.InvalidOperationException: No service for type 'Ombi.Schedule.Jobs.PlexContentCacher' has been registered. - at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType) - at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context) - at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass8_0.b__0() - at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation) - at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters) - at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context) - at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId) -2017-04-27 13:11:32.808 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:11:32.808 +01:00 [Debug] Connection id ""0HL4DCQ0V258C"" completed keep alive response. -2017-04-27 13:11:32.808 +01:00 [Information] Request finished in 0.6141ms 200 application/json -2017-04-27 13:11:32.808 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:11:32.838 +01:00 [Debug] Connection id ""0HL4DCQ0V258B"" completed keep alive response. -2017-04-27 13:11:32.838 +01:00 [Information] Request finished in 29.5845ms 200 text/html -2017-04-27 13:11:34.019 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/scheduled -2017-04-27 13:11:34.056 +01:00 [Debug] Connection id ""0HL4DCQ0V258A"" completed keep alive response. -2017-04-27 13:11:34.057 +01:00 [Information] Request finished in 37.3661ms 200 text/html -2017-04-27 13:11:36.193 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:36.193 +01:00 [Debug] Connection id ""0HL4DCQ0V2588"" completed keep alive response. -2017-04-27 13:11:36.194 +01:00 [Information] Request finished in 0.5204ms 200 application/json -2017-04-27 13:11:36.304 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/d1d6d763-fe13-48c0-a24a-150af5de22ce -2017-04-27 13:11:36.382 +01:00 [Debug] Connection id ""0HL4DCQ0V2589"" completed keep alive response. -2017-04-27 13:11:36.382 +01:00 [Information] Request finished in 78.8903ms 200 text/html -2017-04-27 13:11:38.511 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:38.511 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" completed keep alive response. -2017-04-27 13:11:38.511 +01:00 [Information] Request finished in 0.586ms 200 application/json -2017-04-27 13:11:40.512 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:40.512 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" completed keep alive response. -2017-04-27 13:11:40.512 +01:00 [Information] Request finished in 0.783ms 200 application/json -2017-04-27 13:11:42.520 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:42.521 +01:00 [Debug] Connection id ""0HL4DCQ0V258C"" completed keep alive response. -2017-04-27 13:11:42.521 +01:00 [Information] Request finished in 0.5873ms 200 application/json -2017-04-27 13:11:44.522 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:44.522 +01:00 [Debug] Connection id ""0HL4DCQ0V258B"" completed keep alive response. -2017-04-27 13:11:44.522 +01:00 [Information] Request finished in 0.5006ms 200 application/json -2017-04-27 13:11:46.522 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:46.523 +01:00 [Debug] Connection id ""0HL4DCQ0V258A"" completed keep alive response. -2017-04-27 13:11:46.523 +01:00 [Information] Request finished in 0.6591ms 200 application/json -2017-04-27 13:11:48.525 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:48.526 +01:00 [Debug] Connection id ""0HL4DCQ0V2588"" completed keep alive response. -2017-04-27 13:11:48.526 +01:00 [Information] Request finished in 0.6638ms 200 application/json -2017-04-27 13:11:50.520 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:50.520 +01:00 [Debug] Connection id ""0HL4DCQ0V2589"" completed keep alive response. -2017-04-27 13:11:50.520 +01:00 [Information] Request finished in 0.6184ms 200 application/json -2017-04-27 13:11:52.519 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:52.519 +01:00 [Debug] Connection id ""0HL4DCQ0V258D"" completed keep alive response. -2017-04-27 13:11:52.519 +01:00 [Information] Request finished in 0.6346ms 200 application/json -2017-04-27 13:11:54.521 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:11:54.522 +01:00 [Debug] Connection id ""0HL4DCQ0V258E"" completed keep alive response. -2017-04-27 13:11:54.522 +01:00 [Information] Request finished in 0.8008ms 200 application/json -2017-04-27 13:18:21.837 +01:00 [Information] Starting Hangfire Server -2017-04-27 13:18:21.870 +01:00 [Information] Using job storage: 'Hangfire.MemoryStorage.MemoryStorage' -2017-04-27 13:18:21.871 +01:00 [Information] Using the following options for Hangfire Server: -2017-04-27 13:18:21.871 +01:00 [Information] Worker count: 20 -2017-04-27 13:18:21.871 +01:00 [Information] Listening queues: 'default' -2017-04-27 13:18:21.871 +01:00 [Information] Shutdown timeout: 00:00:15 -2017-04-27 13:18:21.871 +01:00 [Information] Schedule polling interval: 00:00:15 -2017-04-27 13:18:21.892 +01:00 [Debug] Background process 'BackgroundProcessingServer' started. -2017-04-27 13:18:22.172 +01:00 [Debug] Background process 'ServerHeartbeat' started. -2017-04-27 13:18:22.174 +01:00 [Debug] Background process 'ServerWatchdog' started. -2017-04-27 13:18:22.189 +01:00 [Debug] Background process 'Composite C1 Records Expiration Manager' started. -2017-04-27 13:18:22.196 +01:00 [Debug] Background process 'Counter Table Aggregator' started. -2017-04-27 13:18:22.204 +01:00 [Debug] Background process 'Worker #50275286' started. -2017-04-27 13:18:22.225 +01:00 [Debug] Background process 'Worker #019ce7db' started. -2017-04-27 13:18:22.237 +01:00 [Debug] Background process 'Worker #76784628' started. -2017-04-27 13:18:22.239 +01:00 [Debug] Background process 'Worker #2d675e4d' started. -2017-04-27 13:18:22.250 +01:00 [Debug] Background process 'Worker #62561819' started. -2017-04-27 13:18:22.260 +01:00 [Debug] Background process 'Worker #e869ae5c' started. -2017-04-27 13:18:22.278 +01:00 [Debug] Background process 'Worker #11f38292' started. -2017-04-27 13:18:22.288 +01:00 [Debug] Background process 'Worker #e2227905' started. -2017-04-27 13:18:22.293 +01:00 [Debug] Background process 'Worker #1f9b9e18' started. -2017-04-27 13:18:22.298 +01:00 [Debug] Background process 'Worker #251e7fd8' started. -2017-04-27 13:18:22.307 +01:00 [Debug] Background process 'Worker #180b3225' started. -2017-04-27 13:18:22.309 +01:00 [Debug] Background process 'Worker #b41e8f1c' started. -2017-04-27 13:18:22.314 +01:00 [Debug] Background process 'Worker #de98f5d3' started. -2017-04-27 13:18:22.321 +01:00 [Debug] Background process 'Worker #9ab5659e' started. -2017-04-27 13:18:22.329 +01:00 [Debug] Background process 'Worker #a6565058' started. -2017-04-27 13:18:22.332 +01:00 [Debug] Background process 'Worker #ee27acb4' started. -2017-04-27 13:18:22.336 +01:00 [Debug] Background process 'Worker #46f19a46' started. -2017-04-27 13:18:22.348 +01:00 [Debug] Background process 'Worker #13d238fa' started. -2017-04-27 13:18:22.355 +01:00 [Debug] Background process 'Worker #744bdc87' started. -2017-04-27 13:18:22.357 +01:00 [Debug] Background process 'Worker #83a9ed02' started. -2017-04-27 13:18:22.365 +01:00 [Debug] Background process 'RecurringJobScheduler' started. -2017-04-27 13:18:22.365 +01:00 [Debug] Background process 'DelayedJobScheduler' started. -2017-04-27 13:18:28.416 +01:00 [Debug] Hosting starting -2017-04-27 13:18:28.542 +01:00 [Debug] Hosting started -2017-04-27 13:18:28.746 +01:00 [Debug] Connection id ""0HL4DCU1I6NNF"" started. -2017-04-27 13:18:28.758 +01:00 [Debug] Connection id ""0HL4DCU1I6NNG"" started. -2017-04-27 13:18:28.784 +01:00 [Debug] Connection id ""0HL4DCU1I6NNH"" started. -2017-04-27 13:18:28.825 +01:00 [Debug] Connection id ""0HL4DCU1I6NNI"" started. -2017-04-27 13:18:28.851 +01:00 [Debug] Connection id ""0HL4DCU1I6NNJ"" started. -2017-04-27 13:18:28.872 +01:00 [Debug] Connection id ""0HL4DCU1I6NNK"" started. -2017-04-27 13:18:28.879 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/d1d6d763-fe13-48c0-a24a-150af5de22ce -2017-04-27 13:18:28.879 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/ -2017-04-27 13:18:28.879 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:28.885 +01:00 [Debug] Connection id ""0HL4DCU1I6NNL"" started. -2017-04-27 13:18:28.879 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:28.899 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:28.906 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:28.917 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:29.006 +01:00 [Debug] The request path "/" does not match a supported file type -2017-04-27 13:18:29.172 +01:00 [Debug] Connection id ""0HL4DCU1I6NNI"" completed keep alive response. -2017-04-27 13:18:29.172 +01:00 [Debug] Connection id ""0HL4DCU1I6NNL"" completed keep alive response. -2017-04-27 13:18:29.177 +01:00 [Debug] Connection id ""0HL4DCU1I6NNK"" completed keep alive response. -2017-04-27 13:18:29.177 +01:00 [Debug] Connection id ""0HL4DCU1I6NNJ"" completed keep alive response. -2017-04-27 13:18:29.177 +01:00 [Debug] Connection id ""0HL4DCU1I6NNH"" completed keep alive response. -2017-04-27 13:18:29.181 +01:00 [Debug] Connection id ""0HL4DCU1I6NNG"" completed keep alive response. -2017-04-27 13:18:29.182 +01:00 [Information] Request finished in 337.2116ms 200 text/html -2017-04-27 13:18:29.182 +01:00 [Information] Request finished in 256.6225ms 200 application/json -2017-04-27 13:18:29.182 +01:00 [Information] Request finished in 297.9722ms 200 application/json -2017-04-27 13:18:29.201 +01:00 [Information] Request finished in 279.0847ms 200 application/json -2017-04-27 13:18:29.201 +01:00 [Information] Request finished in 305.1168ms 200 application/json -2017-04-27 13:18:29.201 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:29.201 +01:00 [Information] Request finished in 271.3112ms 200 application/json -2017-04-27 13:18:29.207 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:29.207 +01:00 [Debug] Connection id ""0HL4DCU1I6NNH"" completed keep alive response. -2017-04-27 13:18:29.208 +01:00 [Information] Request finished in 0.6664ms 200 application/json -2017-04-27 13:18:29.207 +01:00 [Debug] Connection id ""0HL4DCU1I6NNI"" completed keep alive response. -2017-04-27 13:18:29.213 +01:00 [Information] Request finished in 11.5628ms 200 application/json -2017-04-27 13:18:29.213 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:29.216 +01:00 [Debug] Connection id ""0HL4DCU1I6NNK"" completed keep alive response. -2017-04-27 13:18:29.217 +01:00 [Information] Request finished in 3.6349ms 200 application/json -2017-04-27 13:18:29.219 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:29.220 +01:00 [Debug] Connection id ""0HL4DCU1I6NNJ"" completed keep alive response. -2017-04-27 13:18:29.220 +01:00 [Information] Request finished in 1.1995ms 200 application/json -2017-04-27 13:18:29.236 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:29.236 +01:00 [Debug] Connection id ""0HL4DCU1I6NNG"" completed keep alive response. -2017-04-27 13:18:29.237 +01:00 [Information] Request finished in 0.63ms 200 application/json -2017-04-27 13:18:29.240 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:18:29.240 +01:00 [Debug] Connection id ""0HL4DCU1I6NNL"" completed keep alive response. -2017-04-27 13:18:29.240 +01:00 [Information] Request finished in 0.7346ms 200 application/json -2017-04-27 13:18:29.367 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 13:18:29.471 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 13:18:29.595 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 13:18:29.612 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 13:18:29.762 +01:00 [Debug] View lookup cache miss for view '"Index"' in controller '"Home"'. -2017-04-27 13:18:29.785 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:18:30.177 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' completed in 387.2785ms. -2017-04-27 13:18:30.192 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:18:30.467 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:18:30.548 +01:00 [Debug] Connection id ""0HL4DCU1I6NNH"" completed keep alive response. -2017-04-27 13:18:30.548 +01:00 [Information] Request finished in 81.1936ms 200 text/html -2017-04-27 13:18:32.904 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:18:32.904 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/recurring/trigger application/x-www-form-urlencoded; charset=UTF-8 41 -2017-04-27 13:18:33.108 +01:00 [Debug] Connection id ""0HL4DCU1I6NNK"" completed keep alive response. -2017-04-27 13:18:33.108 +01:00 [Information] Request finished in 203.6483ms 200 application/json -2017-04-27 13:18:33.109 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' completed in 2917.1584ms. -2017-04-27 13:18:33.118 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:18:33.193 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 75.0758ms. -2017-04-27 13:18:33.193 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:18:33.214 +01:00 [Debug] Connection id ""0HL4DCU1I6NNI"" completed keep alive response. -2017-04-27 13:18:33.214 +01:00 [Information] Request finished in 309.9566ms 204 -2017-04-27 13:18:33.237 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:18:33.251 +01:00 [Debug] Connection id ""0HL4DCU1I6NNG"" completed keep alive response. -2017-04-27 13:18:33.251 +01:00 [Information] Request finished in 13.9072ms 200 text/html -2017-04-27 13:18:34.870 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 1676.1625ms. -2017-04-27 13:18:34.877 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 13:18:34.878 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 13:18:35.003 +01:00 [Information] User profile is available. Using '"C:\Users\Jamie.Rees\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. -2017-04-27 13:18:35.042 +01:00 [Debug] View lookup cache miss for view '"_Layout"' in controller '"Home"'. -2017-04-27 13:18:35.042 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:18:35.164 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 121.8984ms. -2017-04-27 13:18:35.164 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:18:36.818 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:18:36.818 +01:00 [Debug] Connection id ""0HL4DCU1I6NNL"" completed keep alive response. -2017-04-27 13:18:36.819 +01:00 [Information] Request finished in 0.7489ms 200 application/json -2017-04-27 13:18:36.826 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 1660.6561ms. -2017-04-27 13:18:36.928 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 7452.3722ms -2017-04-27 13:18:36.934 +01:00 [Debug] Connection id ""0HL4DCU1I6NNF"" completed keep alive response. -2017-04-27 13:18:36.934 +01:00 [Information] Request finished in 8089.1437ms 200 text/html; charset=utf-8 -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNJ"" received FIN. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNM"" started. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNF"" received FIN. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNK"" received FIN. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNG"" received FIN. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNN"" started. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNO"" started. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNN"" received FIN. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNP"" started. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNO"" received FIN. -2017-04-27 13:23:02.950 +01:00 [Debug] Connection id ""0HL4DCU1I6NNQ"" started. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNR"" started. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNQ"" received FIN. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNS"" started. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNT"" started. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNU"" started. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNI"" received FIN. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNM"" received FIN. -2017-04-27 13:23:02.951 +01:00 [Debug] Connection id ""0HL4DCU1I6NNP"" received FIN. -2017-04-27 13:23:02.952 +01:00 [Debug] Connection id ""0HL4DCU1I6NNH"" received FIN. -2017-04-27 13:23:02.952 +01:00 [Debug] Connection id ""0HL4DCU1I6NNL"" received FIN. -2017-04-27 13:23:02.952 +01:00 [Debug] Connection id ""0HL4DCU1I6NNV"" started. -2017-04-27 13:23:02.952 +01:00 [Debug] Connection id ""0HL4DCU1I6NO0"" started. -2017-04-27 13:23:02.953 +01:00 [Debug] Connection id ""0HL4DCU1I6NNV"" received FIN. -2017-04-27 13:23:02.953 +01:00 [Debug] Connection id ""0HL4DCU1I6NO1"" started. -2017-04-27 13:29:48.774 +01:00 [Information] Starting Hangfire Server -2017-04-27 13:29:48.818 +01:00 [Information] Using job storage: 'Hangfire.MemoryStorage.MemoryStorage' -2017-04-27 13:29:48.818 +01:00 [Information] Using the following options for Hangfire Server: -2017-04-27 13:29:48.818 +01:00 [Information] Worker count: 20 -2017-04-27 13:29:48.819 +01:00 [Information] Listening queues: 'default' -2017-04-27 13:29:48.819 +01:00 [Information] Shutdown timeout: 00:00:15 -2017-04-27 13:29:48.819 +01:00 [Information] Schedule polling interval: 00:00:15 -2017-04-27 13:29:48.851 +01:00 [Debug] Background process 'BackgroundProcessingServer' started. -2017-04-27 13:29:49.120 +01:00 [Debug] Background process 'ServerHeartbeat' started. -2017-04-27 13:29:49.128 +01:00 [Debug] Background process 'ServerWatchdog' started. -2017-04-27 13:29:49.132 +01:00 [Debug] Background process 'Composite C1 Records Expiration Manager' started. -2017-04-27 13:29:49.138 +01:00 [Debug] Background process 'Counter Table Aggregator' started. -2017-04-27 13:29:49.147 +01:00 [Debug] Background process 'Worker #9fc8c618' started. -2017-04-27 13:29:49.184 +01:00 [Debug] Background process 'Worker #14841c50' started. -2017-04-27 13:29:49.186 +01:00 [Debug] Background process 'Worker #c63b30bb' started. -2017-04-27 13:29:49.214 +01:00 [Debug] Background process 'Worker #1515f8d2' started. -2017-04-27 13:29:49.215 +01:00 [Debug] Background process 'Worker #edabb8f9' started. -2017-04-27 13:29:49.222 +01:00 [Debug] Background process 'Worker #8fb8d986' started. -2017-04-27 13:29:49.227 +01:00 [Debug] Background process 'Worker #5e301df5' started. -2017-04-27 13:29:49.251 +01:00 [Debug] Background process 'Worker #b4c3dd68' started. -2017-04-27 13:29:49.258 +01:00 [Debug] Background process 'Worker #4c912ce0' started. -2017-04-27 13:29:49.261 +01:00 [Debug] Background process 'Worker #ae3ade35' started. -2017-04-27 13:29:49.265 +01:00 [Debug] Background process 'Worker #6c4835bc' started. -2017-04-27 13:29:49.272 +01:00 [Debug] Background process 'Worker #5f65d750' started. -2017-04-27 13:29:49.279 +01:00 [Debug] Background process 'Worker #4eccf27d' started. -2017-04-27 13:29:49.310 +01:00 [Debug] Background process 'Worker #6ffd64b7' started. -2017-04-27 13:29:49.315 +01:00 [Debug] Background process 'Worker #41840fd8' started. -2017-04-27 13:29:49.322 +01:00 [Debug] Background process 'Worker #0819c8fe' started. -2017-04-27 13:29:49.322 +01:00 [Debug] Background process 'Worker #1689ac1f' started. -2017-04-27 13:29:49.347 +01:00 [Debug] Background process 'Worker #05064b32' started. -2017-04-27 13:29:49.351 +01:00 [Debug] Background process 'Worker #43dda367' started. -2017-04-27 13:29:49.360 +01:00 [Debug] Background process 'Worker #ddb8e5d6' started. -2017-04-27 13:29:49.369 +01:00 [Debug] Background process 'DelayedJobScheduler' started. -2017-04-27 13:29:49.398 +01:00 [Debug] Background process 'RecurringJobScheduler' started. -2017-04-27 13:29:56.181 +01:00 [Debug] Hosting starting -2017-04-27 13:29:56.310 +01:00 [Debug] Hosting started -2017-04-27 13:29:56.394 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" started. -2017-04-27 13:29:56.414 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" started. -2017-04-27 13:29:56.436 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" started. -2017-04-27 13:29:56.460 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" started. -2017-04-27 13:29:56.491 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" started. -2017-04-27 13:29:56.520 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" started. -2017-04-27 13:29:56.531 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" started. -2017-04-27 13:29:56.577 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/ -2017-04-27 13:29:56.577 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:56.577 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:56.577 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:56.577 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:56.577 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:56.577 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:29:56.713 +01:00 [Debug] The request path "/" does not match a supported file type -2017-04-27 13:29:56.939 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:29:56.939 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:29:56.940 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:29:56.940 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:29:56.942 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:29:56.943 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:29:56.949 +01:00 [Information] Request finished in 386.5958ms 200 text/html -2017-04-27 13:29:56.949 +01:00 [Information] Request finished in 407.9383ms 200 application/json -2017-04-27 13:29:56.949 +01:00 [Information] Request finished in 389.0985ms 200 application/json -2017-04-27 13:29:56.949 +01:00 [Information] Request finished in 407.9493ms 200 application/json -2017-04-27 13:29:56.949 +01:00 [Information] Request finished in 407.94ms 200 application/json -2017-04-27 13:29:56.949 +01:00 [Information] Request finished in 401.8973ms 200 application/json -2017-04-27 13:29:57.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.049 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.082 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:29:57.083 +01:00 [Information] Request finished in 33.3179ms 200 application/json -2017-04-27 13:29:57.087 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.088 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:29:57.088 +01:00 [Information] Request finished in 0.6843ms 200 application/json -2017-04-27 13:29:57.092 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:29:57.092 +01:00 [Information] Request finished in 43.3786ms 200 application/json -2017-04-27 13:29:57.116 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.116 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:29:57.116 +01:00 [Information] Request finished in 0.5489ms 200 application/json -2017-04-27 13:29:57.125 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.127 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.127 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.129 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.130 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.170 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:57.171 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:29:57.172 +01:00 [Information] Request finished in 1.9524ms 200 application/json -2017-04-27 13:29:57.188 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:29:57.188 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:29:57.188 +01:00 [Information] Request finished in 61.4384ms 200 application/json -2017-04-27 13:29:57.188 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:29:57.201 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:29:57.201 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:29:57.201 +01:00 [Information] Request finished in 72.0775ms 200 application/json -2017-04-27 13:29:57.201 +01:00 [Information] Request finished in 76.0436ms 200 application/json -2017-04-27 13:29:57.188 +01:00 [Information] Request finished in 61.4718ms 200 application/json -2017-04-27 13:29:57.201 +01:00 [Information] Request finished in 58.7139ms 200 application/json -2017-04-27 13:29:57.231 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 13:29:57.314 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 13:29:57.414 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 13:29:57.428 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 13:29:57.767 +01:00 [Debug] View lookup cache miss for view '"Index"' in controller '"Home"'. -2017-04-27 13:29:57.806 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:29:58.229 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' completed in 419.927ms. -2017-04-27 13:29:58.244 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 13:29:59.553 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:29:59.553 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:29:59.553 +01:00 [Information] Request finished in 0.5317ms 200 application/json -2017-04-27 13:29:59.576 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/recurring/trigger application/x-www-form-urlencoded; charset=UTF-8 41 -2017-04-27 13:30:05.876 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:05.878 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:30:05.878 +01:00 [Information] Request finished in 1.3862ms 200 application/json -2017-04-27 13:30:05.892 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:05.892 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:05.892 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:30:05.892 +01:00 [Information] Request finished in 0.534ms 200 application/json -2017-04-27 13:30:05.892 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:30:05.892 +01:00 [Information] Request finished in 0.3661ms 200 application/json -2017-04-27 13:30:06.287 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' completed in 8042.384ms. -2017-04-27 13:30:06.295 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:30:06.313 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:30:06.313 +01:00 [Information] Request finished in 6737.0891ms 204 -2017-04-27 13:30:06.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/recurring -2017-04-27 13:30:06.338 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:30:06.338 +01:00 [Information] Request finished in 3.3181ms 200 text/html -2017-04-27 13:30:06.342 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 46.6381ms. -2017-04-27 13:30:06.342 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 13:30:07.748 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 1405.1211ms. -2017-04-27 13:30:07.758 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 13:30:07.760 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 13:30:07.860 +01:00 [Information] User profile is available. Using '"C:\Users\Jamie.Rees\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. -2017-04-27 13:30:07.906 +01:00 [Debug] View lookup cache miss for view '"_Layout"' in controller '"Home"'. -2017-04-27 13:30:07.906 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:30:08.033 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 126.8664ms. -2017-04-27 13:30:08.033 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 13:30:09.425 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:09.431 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 1397.0665ms. -2017-04-27 13:30:09.437 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:30:09.437 +01:00 [Information] Request finished in 11.4787ms 200 application/json -2017-04-27 13:30:09.528 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 12212.4072ms -2017-04-27 13:30:09.533 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" completed keep alive response. -2017-04-27 13:30:09.533 +01:00 [Information] Request finished in 13000.6264ms 200 text/html; charset=utf-8 -2017-04-27 13:30:10.503 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:10.503 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:30:10.503 +01:00 [Information] Request finished in 0.5625ms 200 application/json -2017-04-27 13:30:12.503 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:12.503 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:30:12.503 +01:00 [Information] Request finished in 0.6068ms 200 application/json -2017-04-27 13:30:14.503 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:14.503 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:30:14.503 +01:00 [Information] Request finished in 0.4751ms 200 application/json -2017-04-27 13:30:16.505 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:16.505 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:30:16.505 +01:00 [Information] Request finished in 0.4684ms 200 application/json -2017-04-27 13:30:18.504 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:18.505 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:30:18.505 +01:00 [Information] Request finished in 0.7038ms 200 application/json -2017-04-27 13:30:20.504 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:20.505 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:30:20.505 +01:00 [Information] Request finished in 0.5452ms 200 application/json -2017-04-27 13:30:25.914 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:25.918 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" completed keep alive response. -2017-04-27 13:30:25.920 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:25.920 +01:00 [Information] Request finished in 5.3364ms 200 application/json -2017-04-27 13:30:25.920 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:30:25.920 +01:00 [Information] Request finished in 0.5648ms 200 application/json -2017-04-27 13:30:39.240 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:39.241 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:30:39.241 +01:00 [Information] Request finished in 0.7522ms 200 application/json -2017-04-27 13:30:39.247 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:39.291 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:30:39.291 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:39.291 +01:00 [Information] Request finished in 44.404ms 200 application/json -2017-04-27 13:30:39.291 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:39.291 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:39.291 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:30:39.292 +01:00 [Information] Request finished in 0.3996ms 200 application/json -2017-04-27 13:30:39.291 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:30:39.292 +01:00 [Information] Request finished in 0.6135ms 200 application/json -2017-04-27 13:30:39.292 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:30:39.302 +01:00 [Information] Request finished in 0.7068ms 200 application/json -2017-04-27 13:30:39.307 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:39.309 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:39.317 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" completed keep alive response. -2017-04-27 13:30:39.317 +01:00 [Information] Request finished in 9.9637ms 200 application/json -2017-04-27 13:30:39.330 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:30:39.331 +01:00 [Information] Request finished in 42.5856ms 200 application/json -2017-04-27 13:30:44.446 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:44.446 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:44.447 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:30:44.448 +01:00 [Information] Request finished in 1.9729ms 200 application/json -2017-04-27 13:30:44.456 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:30:44.457 +01:00 [Information] Request finished in 10.8314ms 200 application/json -2017-04-27 13:30:59.428 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.429 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.429 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.429 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:30:59.429 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:30:59.429 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:30:59.429 +01:00 [Information] Request finished in 1.0631ms 200 application/json -2017-04-27 13:30:59.430 +01:00 [Information] Request finished in 0.433ms 200 application/json -2017-04-27 13:30:59.429 +01:00 [Information] Request finished in 0.4307ms 200 application/json -2017-04-27 13:30:59.441 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.441 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.441 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.442 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" completed keep alive response. -2017-04-27 13:30:59.442 +01:00 [Information] Request finished in 0.584ms 200 application/json -2017-04-27 13:30:59.442 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:30:59.442 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:30:59.442 +01:00 [Information] Request finished in 2.1911ms 200 application/json -2017-04-27 13:30:59.442 +01:00 [Information] Request finished in 0.7336ms 200 application/json -2017-04-27 13:30:59.471 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.472 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:30:59.472 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:30:59.472 +01:00 [Information] Request finished in 0.3701ms 200 application/json -2017-04-27 13:30:59.472 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:30:59.473 +01:00 [Information] Request finished in 2.0954ms 200 application/json -2017-04-27 13:31:12.463 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 13:31:12.463 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:12.463 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:31:12.463 +01:00 [Information] Request finished in 0.6072ms 200 application/json -2017-04-27 13:31:12.464 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:12.464 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:12.464 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:12.464 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:31:12.464 +01:00 [Information] Request finished in 0.3913ms 200 application/json -2017-04-27 13:31:12.464 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:31:12.464 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" completed keep alive response. -2017-04-27 13:31:12.464 +01:00 [Information] Request finished in 0.5032ms 200 application/json -2017-04-27 13:31:12.464 +01:00 [Information] Request finished in 0.3155ms 200 application/json -2017-04-27 13:31:12.465 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:12.466 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:31:12.466 +01:00 [Information] Request finished in 0.4486ms 200 application/json -2017-04-27 13:31:12.466 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:12.466 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:31:12.466 +01:00 [Information] Request finished in 0.3373ms 200 application/json -2017-04-27 13:31:12.519 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:12.520 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:31:12.520 +01:00 [Information] Request finished in 0.5224ms 200 application/json -2017-04-27 13:31:14.506 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 167 -2017-04-27 13:31:14.507 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:31:14.507 +01:00 [Information] Request finished in 1.2164ms 200 application/json -2017-04-27 13:31:16.428 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/enqueued -2017-04-27 13:31:16.459 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:31:16.460 +01:00 [Information] Request finished in 31.3052ms 200 text/html -2017-04-27 13:31:17.762 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/succeeded -2017-04-27 13:31:17.793 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:31:17.793 +01:00 [Information] Request finished in 31.8449ms 200 text/html -2017-04-27 13:31:18.804 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/hangfire/jobs/details/8966c244-1961-47a5-a740-c6a536ff7b56 -2017-04-27 13:31:18.850 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" completed keep alive response. -2017-04-27 13:31:18.850 +01:00 [Information] Request finished in 45.5631ms 200 text/html -2017-04-27 13:31:20.980 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:20.980 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:31:20.980 +01:00 [Information] Request finished in 0.8621ms 200 application/json -2017-04-27 13:31:22.980 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:22.980 +01:00 [Debug] Connection id ""0HL4DD4EG41LH"" completed keep alive response. -2017-04-27 13:31:22.980 +01:00 [Information] Request finished in 0.7254ms 200 application/json -2017-04-27 13:31:24.978 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:24.978 +01:00 [Debug] Connection id ""0HL4DD4EG41LK"" completed keep alive response. -2017-04-27 13:31:24.979 +01:00 [Information] Request finished in 0.5962ms 200 application/json -2017-04-27 13:31:26.979 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:26.979 +01:00 [Debug] Connection id ""0HL4DD4EG41LG"" completed keep alive response. -2017-04-27 13:31:26.979 +01:00 [Information] Request finished in 0.5406ms 200 application/json -2017-04-27 13:31:28.978 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:28.979 +01:00 [Debug] Connection id ""0HL4DD4EG41LJ"" completed keep alive response. -2017-04-27 13:31:28.979 +01:00 [Information] Request finished in 0.539ms 200 application/json -2017-04-27 13:31:30.979 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:30.979 +01:00 [Debug] Connection id ""0HL4DD4EG41LF"" completed keep alive response. -2017-04-27 13:31:30.979 +01:00 [Information] Request finished in 0.5598ms 200 application/json -2017-04-27 13:31:32.978 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:32.978 +01:00 [Debug] Connection id ""0HL4DD4EG41LI"" completed keep alive response. -2017-04-27 13:31:32.978 +01:00 [Information] Request finished in 0.4665ms 200 application/json -2017-04-27 13:31:34.979 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 13:31:34.979 +01:00 [Debug] Connection id ""0HL4DD4EG41LL"" completed keep alive response. -2017-04-27 13:31:34.979 +01:00 [Information] Request finished in 0.7522ms 200 application/json -2017-04-27 16:05:32.115 +01:00 [Information] Starting Hangfire Server -2017-04-27 16:05:32.155 +01:00 [Information] Using job storage: 'Hangfire.MemoryStorage.MemoryStorage' -2017-04-27 16:05:32.155 +01:00 [Information] Using the following options for Hangfire Server: -2017-04-27 16:05:32.155 +01:00 [Information] Worker count: 20 -2017-04-27 16:05:32.155 +01:00 [Information] Listening queues: 'default' -2017-04-27 16:05:32.156 +01:00 [Information] Shutdown timeout: 00:00:15 -2017-04-27 16:05:32.156 +01:00 [Information] Schedule polling interval: 00:00:15 -2017-04-27 16:05:32.178 +01:00 [Debug] Background process 'BackgroundProcessingServer' started. -2017-04-27 16:05:32.382 +01:00 [Debug] Background process 'ServerHeartbeat' started. -2017-04-27 16:05:32.385 +01:00 [Debug] Background process 'ServerWatchdog' started. -2017-04-27 16:05:32.410 +01:00 [Debug] Background process 'Composite C1 Records Expiration Manager' started. -2017-04-27 16:05:32.436 +01:00 [Debug] Background process 'Counter Table Aggregator' started. -2017-04-27 16:05:32.440 +01:00 [Debug] Background process 'Worker #b8c6194a' started. -2017-04-27 16:05:32.446 +01:00 [Debug] Background process 'Worker #30dc7ac4' started. -2017-04-27 16:05:32.447 +01:00 [Debug] Background process 'Worker #7b9c1cc7' started. -2017-04-27 16:05:32.453 +01:00 [Debug] Background process 'Worker #b3701a2a' started. -2017-04-27 16:05:32.458 +01:00 [Debug] Background process 'Worker #3316d904' started. -2017-04-27 16:05:32.463 +01:00 [Debug] Background process 'Worker #a2a71b1e' started. -2017-04-27 16:05:32.470 +01:00 [Debug] Background process 'Worker #dab23df9' started. -2017-04-27 16:05:32.500 +01:00 [Debug] Background process 'Worker #d7c27672' started. -2017-04-27 16:05:32.525 +01:00 [Debug] Background process 'Worker #32cdc313' started. -2017-04-27 16:05:32.526 +01:00 [Debug] Background process 'Worker #ddf7b63a' started. -2017-04-27 16:05:32.536 +01:00 [Debug] Background process 'Worker #1190b50e' started. -2017-04-27 16:05:32.541 +01:00 [Debug] Background process 'Worker #3952ec95' started. -2017-04-27 16:05:32.547 +01:00 [Debug] Background process 'Worker #ff85df2f' started. -2017-04-27 16:05:32.552 +01:00 [Debug] Background process 'Worker #db49c79a' started. -2017-04-27 16:05:32.557 +01:00 [Debug] Background process 'Worker #8b7327d1' started. -2017-04-27 16:05:32.563 +01:00 [Debug] Background process 'Worker #55fd0aca' started. -2017-04-27 16:05:32.565 +01:00 [Debug] Background process 'Worker #b991ab3c' started. -2017-04-27 16:05:32.571 +01:00 [Debug] Background process 'Worker #5fbe1f20' started. -2017-04-27 16:05:32.579 +01:00 [Debug] Background process 'Worker #de11fb8e' started. -2017-04-27 16:05:32.581 +01:00 [Debug] Background process 'Worker #1bfb2226' started. -2017-04-27 16:05:32.589 +01:00 [Debug] Background process 'DelayedJobScheduler' started. -2017-04-27 16:05:32.590 +01:00 [Debug] Background process 'RecurringJobScheduler' started. -2017-04-27 16:05:50.880 +01:00 [Debug] Hosting starting -2017-04-27 16:05:51.144 +01:00 [Debug] Hosting started -2017-04-27 16:05:51.202 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" started. -2017-04-27 16:05:51.219 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" started. -2017-04-27 16:05:51.252 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" started. -2017-04-27 16:05:51.289 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" started. -2017-04-27 16:05:51.352 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" started. -2017-04-27 16:05:51.403 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" started. -2017-04-27 16:05:51.403 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" started. -2017-04-27 16:05:51.543 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:51.543 +01:00 [Information] Request starting HTTP/1.1 DEBUG http://localhost:52038/ 0 -2017-04-27 16:05:51.543 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:51.543 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:51.543 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:51.543 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:51.543 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/ -2017-04-27 16:05:51.826 +01:00 [Debug] The request path "/" does not match a supported file type -2017-04-27 16:05:51.830 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:05:51.845 +01:00 [Information] Request finished in 334.0802ms 200 -2017-04-27 16:05:52.025 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:05:52.025 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:05:52.025 +01:00 [Information] Request finished in 526.7878ms 200 application/json -2017-04-27 16:05:52.025 +01:00 [Information] Request finished in 526.7372ms 200 application/json -2017-04-27 16:05:52.025 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:05:52.025 +01:00 [Information] Request finished in 527.01ms 200 application/json -2017-04-27 16:05:52.060 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:05:52.060 +01:00 [Information] Request finished in 561.7708ms 200 application/json -2017-04-27 16:05:52.072 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:05:52.072 +01:00 [Information] Request finished in 573.9584ms 200 application/json -2017-04-27 16:05:52.088 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.121 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:05:52.121 +01:00 [Information] Request finished in 32.6865ms 200 application/json -2017-04-27 16:05:52.124 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.153 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.153 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.154 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:05:52.154 +01:00 [Information] Request finished in 0.5082ms 200 application/json -2017-04-27 16:05:52.162 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.163 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:05:52.163 +01:00 [Information] Request finished in 0.7389ms 200 application/json -2017-04-27 16:05:52.167 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:05:52.167 +01:00 [Information] Request finished in 43.5752ms 200 application/json -2017-04-27 16:05:52.181 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.183 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:05:52.183 +01:00 [Information] Request finished in 2.6083ms 200 application/json -2017-04-27 16:05:52.184 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:05:52.184 +01:00 [Information] Request finished in 31.0628ms 200 application/json -2017-04-27 16:05:52.193 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.199 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:05:52.199 +01:00 [Information] Request finished in 6.3452ms 200 application/json -2017-04-27 16:05:52.202 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.203 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:05:52.203 +01:00 [Information] Request finished in 0.6634ms 200 application/json -2017-04-27 16:05:52.205 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:52.206 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:05:52.206 +01:00 [Information] Request finished in 0.6913ms 200 application/json -2017-04-27 16:05:52.429 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:05:52.509 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:05:52.573 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:05:52.578 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:05:52.757 +01:00 [Debug] View lookup cache miss for view '"Index"' in controller '"Home"'. -2017-04-27 16:05:52.782 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 16:05:53.304 +01:00 [Debug] Code generation for the Razor file at '"/Views/Home/Index.cshtml"' completed in 519.6354ms. -2017-04-27 16:05:53.388 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:05:53.388 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:05:53.388 +01:00 [Information] Request finished in 0.6678ms 200 application/json -2017-04-27 16:05:53.391 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' started. -2017-04-27 16:06:00.054 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:00.054 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:00.054 +01:00 [Information] Request finished in 0.6141ms 200 application/json -2017-04-27 16:06:00.057 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:00.057 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:00.058 +01:00 [Information] Request finished in 0.5452ms 200 application/json -2017-04-27 16:06:00.058 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:00.058 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:00.058 +01:00 [Information] Request finished in 0.5247ms 200 application/json -2017-04-27 16:06:01.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:01.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:01.329 +01:00 [Information] Request finished in 1.9616ms 200 application/json -2017-04-27 16:06:03.170 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Home/Index.cshtml"' completed in 9778.7146ms. -2017-04-27 16:06:03.176 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 16:06:03.206 +01:00 [Debug] Code generation for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 29.5077ms. -2017-04-27 16:06:03.206 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' started. -2017-04-27 16:06:04.533 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:04.534 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:04.660 +01:00 [Information] Request finished in 127.3074ms 200 application/json -2017-04-27 16:06:04.666 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/_ViewStart.cshtml"' completed in 1459.3766ms. -2017-04-27 16:06:04.687 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:06:04.689 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:06:04.839 +01:00 [Information] User profile is available. Using '"C:\Users\Jamie.Rees\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. -2017-04-27 16:06:04.891 +01:00 [Debug] View lookup cache miss for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:06:04.891 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 16:06:05.072 +01:00 [Debug] Code generation for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 180.2425ms. -2017-04-27 16:06:05.072 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' started. -2017-04-27 16:06:06.560 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:06.596 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:06.596 +01:00 [Information] Request finished in 36.0665ms 200 application/json -2017-04-27 16:06:06.706 +01:00 [Debug] Compilation of the generated code for the Razor file at '"/Views/Shared/_Layout.cshtml"' completed in 1634.2274ms. -2017-04-27 16:06:06.855 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 14343.7691ms -2017-04-27 16:06:06.862 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:06.862 +01:00 [Information] Request finished in 15363.6999ms 200 text/html; charset=utf-8 -2017-04-27 16:06:06.992 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:06:07.012 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:06:07.016 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:06:07.016 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:06:07.020 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:06:07.021 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:06:07.031 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:06:07.032 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:06:07.033 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:07.033 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:07.033 +01:00 [Information] Request finished in 12.9329ms 200 text/css -2017-04-27 16:06:07.033 +01:00 [Information] Request finished in 41.0024ms 200 application/javascript -2017-04-27 16:06:07.078 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:06:07.080 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:06:07.083 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:07.093 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:07.093 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:07.093 +01:00 [Information] Request finished in 15.1733ms 200 text/css -2017-04-27 16:06:07.093 +01:00 [Information] Request finished in 81.531ms 200 application/javascript -2017-04-27 16:06:07.110 +01:00 [Information] Request finished in 51.8458ms 200 application/javascript -2017-04-27 16:06:07.115 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:06:07.115 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:06:07.116 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:06:07.116 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:06:07.131 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:07.131 +01:00 [Information] Request finished in 15.559ms 200 application/javascript -2017-04-27 16:06:07.141 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:06:07.142 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:06:07.190 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:07.191 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:07.191 +01:00 [Information] Request finished in 75.3304ms 200 application/javascript -2017-04-27 16:06:07.191 +01:00 [Information] Request finished in 68.0068ms 200 application/javascript -2017-04-27 16:06:07.192 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:06:07.193 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:06:07.196 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:07.196 +01:00 [Information] Request finished in 3.4343ms 200 text/css -2017-04-27 16:06:07.219 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:06:07.219 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:06:07.220 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:06:07.221 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:06:07.221 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:07.222 +01:00 [Information] Request finished in 3.0118ms 200 text/css -2017-04-27 16:06:07.227 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:07.227 +01:00 [Information] Request finished in 7.2534ms 200 text/css -2017-04-27 16:06:07.352 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:07.352 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:07.352 +01:00 [Information] Request finished in 0.7495ms 200 application/json -2017-04-27 16:06:07.376 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:06:07.377 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:06:07.564 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:07.564 +01:00 [Information] Request finished in 188.2945ms 200 application/javascript -2017-04-27 16:06:07.777 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:06:07.996 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:06:07.997 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:06:08.000 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.001 +01:00 [Information] Request finished in 4.8974ms 200 application/javascript -2017-04-27 16:06:08.039 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:06:08.039 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:06:08.040 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:08.040 +01:00 [Information] Request finished in 1.4478ms 200 application/javascript -2017-04-27 16:06:08.044 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:06:08.044 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:06:08.045 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:08.045 +01:00 [Information] Request finished in 1.416ms 200 application/javascript -2017-04-27 16:06:08.050 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:06:08.051 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:06:08.053 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:08.053 +01:00 [Information] Request finished in 3.0791ms 200 application/javascript -2017-04-27 16:06:08.108 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:06:08.108 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:06:08.109 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:06:08.109 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:06:08.125 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:06:08.125 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:06:08.125 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:06:08.127 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:08.127 +01:00 [Information] Request finished in 19.3566ms 200 application/javascript -2017-04-27 16:06:08.129 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:06:08.129 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:06:08.129 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:06:08.129 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:06:08.129 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:08.130 +01:00 [Information] Request finished in 21.5795ms 200 application/javascript -2017-04-27 16:06:08.131 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:08.131 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.133 +01:00 [Information] Request finished in 7.1868ms 200 application/javascript -2017-04-27 16:06:08.133 +01:00 [Information] Request finished in 7.1978ms 200 application/javascript -2017-04-27 16:06:08.131 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:08.133 +01:00 [Information] Request finished in 7.5189ms 200 application/javascript -2017-04-27 16:06:08.131 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:06:08.149 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:08.150 +01:00 [Information] Request finished in 20.2714ms 200 application/javascript -2017-04-27 16:06:08.181 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:06:08.181 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:06:08.182 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:06:08.202 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:06:08.202 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:06:08.203 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:06:08.203 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:06:08.258 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:08.258 +01:00 [Information] Request finished in 56.3476ms 200 application/javascript -2017-04-27 16:06:08.253 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:06:08.281 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:06:08.288 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:08.288 +01:00 [Information] Request finished in 35.896ms 200 application/javascript -2017-04-27 16:06:08.255 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.289 +01:00 [Information] Request finished in 86.9622ms 200 application/javascript -2017-04-27 16:06:08.252 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:06:08.294 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:06:08.325 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:06:08.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:08.326 +01:00 [Information] Request finished in 74.662ms 200 application/javascript -2017-04-27 16:06:08.325 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:06:08.327 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:06:08.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.328 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:06:08.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:08.340 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:06:08.340 +01:00 [Information] Request finished in 14.6638ms 200 application/javascript -2017-04-27 16:06:08.344 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:06:08.371 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:08.328 +01:00 [Information] Request finished in 2.5374ms 200 application/javascript -2017-04-27 16:06:08.372 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:06:08.372 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:06:08.373 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.373 +01:00 [Information] Request finished in 1.2021ms 200 application/javascript -2017-04-27 16:06:08.375 +01:00 [Information] Request finished in 31.5061ms 200 application/javascript -2017-04-27 16:06:08.393 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:06:08.393 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:06:08.393 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:08.393 +01:00 [Information] Request finished in 212.7436ms 200 application/javascript -2017-04-27 16:06:08.393 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:06:08.182 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:06:08.395 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:06:08.401 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:06:08.394 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:08.403 +01:00 [Information] Request finished in 10.5404ms 200 application/javascript -2017-04-27 16:06:08.407 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:06:08.433 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:06:08.408 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:08.434 +01:00 [Information] Request finished in 253.7328ms 200 application/javascript -2017-04-27 16:06:08.434 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:08.434 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:06:08.434 +01:00 [Information] Request finished in 39.4267ms 200 application/javascript -2017-04-27 16:06:08.433 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:06:08.434 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:06:08.413 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.435 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:06:08.435 +01:00 [Information] Request finished in 41.5199ms 200 application/javascript -2017-04-27 16:06:08.435 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:06:08.435 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:06:08.438 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:08.439 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:06:08.438 +01:00 [Information] Request finished in 4.9941ms 200 application/javascript -2017-04-27 16:06:08.441 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:08.443 +01:00 [Information] Request finished in 8.782ms 200 application/javascript -2017-04-27 16:06:08.434 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:06:08.444 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:08.444 +01:00 [Information] Request finished in 10.4586ms 200 application/javascript -2017-04-27 16:06:08.411 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:06:08.440 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.444 +01:00 [Information] Request finished in 8.978ms 200 application/javascript -2017-04-27 16:06:08.444 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:06:08.445 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:08.445 +01:00 [Information] Request finished in 34.0909ms 200 application/javascript -2017-04-27 16:06:08.449 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:06:08.496 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:06:08.497 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:06:08.570 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:08.570 +01:00 [Information] Request finished in 73.8786ms 200 application/javascript -2017-04-27 16:06:08.572 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:06:08.572 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:06:08.573 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:08.573 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:06:08.581 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:06:08.574 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:06:08.589 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.589 +01:00 [Information] Request finished in 15.8762ms 200 application/javascript -2017-04-27 16:06:08.574 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:08.592 +01:00 [Information] Request finished in 157.7342ms 200 application/javascript -2017-04-27 16:06:08.598 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:06:08.608 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:06:08.608 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:08.608 +01:00 [Information] Request finished in 33.6301ms 200 application/javascript -2017-04-27 16:06:08.609 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:06:08.634 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:08.634 +01:00 [Information] Request finished in 25.8505ms 200 application/javascript -2017-04-27 16:06:08.640 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:06:08.640 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:06:08.682 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:06:08.682 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:06:08.718 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:08.718 +01:00 [Information] Request finished in 78.3208ms 200 application/javascript -2017-04-27 16:06:08.574 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:06:08.721 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:08.721 +01:00 [Information] Request finished in 38.8089ms 200 application/javascript -2017-04-27 16:06:08.721 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:06:08.723 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:08.723 +01:00 [Information] Request finished in 148.9273ms 200 application/javascript -2017-04-27 16:06:08.573 +01:00 [Information] Request finished in 0.8452ms 200 application/javascript -2017-04-27 16:06:08.724 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:06:08.724 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:06:08.726 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:08.726 +01:00 [Information] Request finished in 1.9199ms 200 application/javascript -2017-04-27 16:06:09.315 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:06:09.315 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:06:09.315 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:06:09.315 +01:00 [Information] The file "/app/settings/customization/customization.component.html" was not modified -2017-04-27 16:06:09.315 +01:00 [Information] The file "/app/settings/landingpage/landingpage.component.html" was not modified -2017-04-27 16:06:09.315 +01:00 [Information] The file "/app/settings/plex/plex.component.html" was not modified -2017-04-27 16:06:09.318 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:06:09.318 +01:00 [Information] The file "/app/settings/ombi/ombi.component.html" was not modified -2017-04-27 16:06:09.318 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:06:09.319 +01:00 [Information] The file "/app/settings/settingsmenu.component.html" was not modified -2017-04-27 16:06:09.320 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/landingpage/landingpage.component.html" -2017-04-27 16:06:09.320 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:09.320 +01:00 [Information] Request finished in 5.7652ms 304 text/html -2017-04-27 16:06:09.321 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:06:09.321 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/customization/customization.component.html" -2017-04-27 16:06:09.321 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/plex/plex.component.html" -2017-04-27 16:06:09.321 +01:00 [Information] The file "/app/settings/emby/emby.component.html" was not modified -2017-04-27 16:06:09.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:09.321 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/emby/emby.component.html" -2017-04-27 16:06:09.321 +01:00 [Information] Request finished in 6.0191ms 304 text/html -2017-04-27 16:06:09.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:09.322 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/ombi/ombi.component.html" -2017-04-27 16:06:09.322 +01:00 [Information] Request finished in 6.5157ms 304 text/html -2017-04-27 16:06:09.327 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/settingsmenu.component.html" -2017-04-27 16:06:09.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:09.328 +01:00 [Information] Request finished in 9.2353ms 304 text/html -2017-04-27 16:06:09.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:09.336 +01:00 [Information] Request finished in 18.0637ms 304 text/html -2017-04-27 16:06:09.370 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:06:09.370 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:06:09.370 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:06:09.370 +01:00 [Information] The file "/app/requests/request.component.html" was not modified -2017-04-27 16:06:09.370 +01:00 [Debug] Handled. Status code: 304 File: "/app/requests/request.component.html" -2017-04-27 16:06:09.370 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:09.370 +01:00 [Information] The file "/app/search/search.component.html" was not modified -2017-04-27 16:06:09.370 +01:00 [Information] Request finished in 0.54ms 304 text/html -2017-04-27 16:06:09.370 +01:00 [Debug] Handled. Status code: 304 File: "/app/search/search.component.html" -2017-04-27 16:06:09.373 +01:00 [Information] The file "/app/landingpage/landingpage.component.html" was not modified -2017-04-27 16:06:09.373 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:09.373 +01:00 [Debug] Handled. Status code: 304 File: "/app/landingpage/landingpage.component.html" -2017-04-27 16:06:09.373 +01:00 [Information] Request finished in 3.5353ms 304 text/html -2017-04-27 16:06:09.374 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:09.382 +01:00 [Information] Request finished in 11.9465ms 304 text/html -2017-04-27 16:06:09.382 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:06:09.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:09.383 +01:00 [Information] Request finished in 62.813ms 304 text/html -2017-04-27 16:06:09.383 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:06:09.383 +01:00 [Information] The file "/app/app.component.html" was not modified -2017-04-27 16:06:09.383 +01:00 [Debug] Handled. Status code: 304 File: "/app/app.component.html" -2017-04-27 16:06:09.384 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:09.384 +01:00 [Information] Request finished in 1.7176ms 304 text/html -2017-04-27 16:06:09.384 +01:00 [Information] The file "/app/search/tvsearch.component.html" was not modified -2017-04-27 16:06:09.385 +01:00 [Debug] Handled. Status code: 304 File: "/app/search/tvsearch.component.html" -2017-04-27 16:06:09.385 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:09.385 +01:00 [Information] Request finished in 1.8097ms 304 text/html -2017-04-27 16:06:09.403 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:09.414 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:09.415 +01:00 [Information] Request finished in 11.4973ms 200 application/json -2017-04-27 16:06:09.460 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:06:09.461 +01:00 [Information] The file "/app/landingpage/landingpage.component.css" was not modified -2017-04-27 16:06:09.461 +01:00 [Debug] Handled. Status code: 304 File: "/app/landingpage/landingpage.component.css" -2017-04-27 16:06:09.461 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:09.461 +01:00 [Information] Request finished in 0.6284ms 304 text/css -2017-04-27 16:06:11.180 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:06:11.180 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:06:11.181 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:06:11.196 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:06:11.200 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:06:11.214 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:06:11.292 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/status/Wizard/ application/json; charset=utf-8 -2017-04-27 16:06:11.292 +01:00 [Debug] The request path "/api/v1/status/Wizard/" does not match a supported file type -2017-04-27 16:06:11.292 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Status/Wizard"'. -2017-04-27 16:06:11.293 +01:00 [Debug] Executing action "Ombi.Controllers.StatusController.WizardStatus (Ombi)" -2017-04-27 16:06:11.295 +01:00 [Information] Executing action method "Ombi.Controllers.StatusController.WizardStatus (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:06:11.313 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:11.313 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:11.314 +01:00 [Information] Request finished in 0.9085ms 200 application/json -2017-04-27 16:06:11.351 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:06:11.351 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:06:11.360 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:11.360 +01:00 [Information] Request finished in 9.3985ms 200 application/font-woff2 -2017-04-27 16:06:11.366 +01:00 [Debug] Executed action method "Ombi.Controllers.StatusController.WizardStatus (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:06:11.366 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:06:11.393 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:06:11.393 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:06:11.398 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:06:11.398 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:06:11.399 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:06:11.399 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:06:11.416 +01:00 [Information] Executed action "Ombi.Controllers.StatusController.WizardStatus (Ombi)" in 122.8976ms -2017-04-27 16:06:11.417 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:11.417 +01:00 [Information] Request finished in 125.1411ms 200 application/json; charset=utf-8 -2017-04-27 16:06:11.418 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 217.9794ms -2017-04-27 16:06:11.418 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:11.418 +01:00 [Information] Request finished in 238.669ms 200 application/json; charset=utf-8 -2017-04-27 16:06:13.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:13.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:13.315 +01:00 [Information] Request finished in 0.6121ms 200 application/json -2017-04-27 16:06:15.311 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:15.313 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:15.313 +01:00 [Information] Request finished in 2.3649ms 200 application/json -2017-04-27 16:06:17.311 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:17.311 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:17.311 +01:00 [Information] Request finished in 0.6323ms 200 application/json -2017-04-27 16:06:18.746 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/api/v1/token/ application/json; charset=UTF-8 31 -2017-04-27 16:06:18.906 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:18.906 +01:00 [Information] Request finished in 160.4435ms 200 application/json -2017-04-27 16:06:19.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:19.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:19.319 +01:00 [Information] Request finished in 0.629ms 200 application/json -2017-04-27 16:06:21.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:21.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:21.332 +01:00 [Information] Request finished in 0.5191ms 200 application/json -2017-04-27 16:06:23.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:23.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:23.337 +01:00 [Information] Request finished in 0.6495ms 200 application/json -2017-04-27 16:06:25.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:25.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:25.329 +01:00 [Information] Request finished in 0.7634ms 200 application/json -2017-04-27 16:06:27.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:27.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:27.332 +01:00 [Information] Request finished in 0.9651ms 200 application/json -2017-04-27 16:06:29.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:29.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:29.323 +01:00 [Information] Request finished in 0.5446ms 200 application/json -2017-04-27 16:06:31.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:31.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:31.324 +01:00 [Information] Request finished in 0.4605ms 200 application/json -2017-04-27 16:06:33.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:33.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:33.322 +01:00 [Information] Request finished in 0.4737ms 200 application/json -2017-04-27 16:06:35.312 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:35.312 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:35.312 +01:00 [Information] Request finished in 0.6323ms 200 application/json -2017-04-27 16:06:37.311 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:37.312 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:37.312 +01:00 [Information] Request finished in 0.5439ms 200 application/json -2017-04-27 16:06:39.311 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:39.312 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:39.312 +01:00 [Information] Request finished in 0.5539ms 200 application/json -2017-04-27 16:06:41.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:41.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:41.330 +01:00 [Information] Request finished in 0.4509ms 200 application/json -2017-04-27 16:06:43.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:43.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:43.328 +01:00 [Information] Request finished in 0.7641ms 200 application/json -2017-04-27 16:06:45.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:45.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:45.333 +01:00 [Information] Request finished in 0.7409ms 200 application/json -2017-04-27 16:06:47.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:47.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:06:47.328 +01:00 [Information] Request finished in 0.5082ms 200 application/json -2017-04-27 16:06:49.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:49.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:06:49.324 +01:00 [Information] Request finished in 0.4671ms 200 application/json -2017-04-27 16:06:51.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:51.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:06:51.323 +01:00 [Information] Request finished in 0.5896ms 200 application/json -2017-04-27 16:06:53.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:53.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:06:53.322 +01:00 [Information] Request finished in 0.5161ms 200 application/json -2017-04-27 16:06:55.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:55.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:06:55.323 +01:00 [Information] Request finished in 0.6045ms 200 application/json -2017-04-27 16:06:57.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:57.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:06:57.325 +01:00 [Information] Request finished in 0.5651ms 200 application/json -2017-04-27 16:06:59.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:06:59.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:06:59.324 +01:00 [Information] Request finished in 0.5525ms 200 application/json -2017-04-27 16:07:01.313 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:01.313 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:07:01.313 +01:00 [Information] Request finished in 0.577ms 200 application/json -2017-04-27 16:07:03.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:03.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:07:03.335 +01:00 [Information] Request finished in 0.8111ms 200 application/json -2017-04-27 16:07:05.371 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:05.371 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:07:05.371 +01:00 [Information] Request finished in 0.6515ms 200 application/json -2017-04-27 16:07:06.572 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:07:07.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:07.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:07:07.331 +01:00 [Information] Request finished in 0.88ms 200 application/json -2017-04-27 16:07:09.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:09.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:07:09.332 +01:00 [Information] Request finished in 3.9359ms 200 application/json -2017-04-27 16:07:11.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:11.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:07:11.325 +01:00 [Information] Request finished in 0.6313ms 200 application/json -2017-04-27 16:07:13.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:13.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:07:13.335 +01:00 [Information] Request finished in 0.7661ms 200 application/json -2017-04-27 16:07:15.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:15.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:07:15.330 +01:00 [Information] Request finished in 0.828ms 200 application/json -2017-04-27 16:07:17.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:17.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:07:17.329 +01:00 [Information] Request finished in 0.731ms 200 application/json -2017-04-27 16:07:19.353 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:19.353 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:07:19.353 +01:00 [Information] Request finished in 0.6522ms 200 application/json -2017-04-27 16:07:21.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:21.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:07:21.315 +01:00 [Information] Request finished in 0.4817ms 200 application/json -2017-04-27 16:07:23.313 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:23.313 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:07:23.313 +01:00 [Information] Request finished in 0.4992ms 200 application/json -2017-04-27 16:07:25.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:25.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:07:25.338 +01:00 [Information] Request finished in 0.632ms 200 application/json -2017-04-27 16:07:27.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:27.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:07:27.344 +01:00 [Information] Request finished in 1.462ms 200 application/json -2017-04-27 16:07:29.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:29.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:07:29.323 +01:00 [Information] Request finished in 0.5075ms 200 application/json -2017-04-27 16:07:31.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:31.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:07:31.326 +01:00 [Information] Request finished in 0.6313ms 200 application/json -2017-04-27 16:07:33.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:33.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:07:33.325 +01:00 [Information] Request finished in 0.5499ms 200 application/json -2017-04-27 16:07:35.354 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:35.355 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:07:35.355 +01:00 [Information] Request finished in 0.5396ms 200 application/json -2017-04-27 16:07:37.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:37.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:07:37.336 +01:00 [Information] Request finished in 0.5297ms 200 application/json -2017-04-27 16:07:39.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:39.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:07:39.324 +01:00 [Information] Request finished in 0.4857ms 200 application/json -2017-04-27 16:07:41.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:41.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:07:41.328 +01:00 [Information] Request finished in 0.4684ms 200 application/json -2017-04-27 16:07:43.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:43.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:07:43.325 +01:00 [Information] Request finished in 0.5108ms 200 application/json -2017-04-27 16:07:45.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:45.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:07:45.324 +01:00 [Information] Request finished in 0.5294ms 200 application/json -2017-04-27 16:07:47.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:47.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:07:47.324 +01:00 [Information] Request finished in 0.6939ms 200 application/json -2017-04-27 16:07:49.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:49.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:07:49.316 +01:00 [Information] Request finished in 0.6055ms 200 application/json -2017-04-27 16:07:51.313 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:51.313 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:07:51.313 +01:00 [Information] Request finished in 0.5946ms 200 application/json -2017-04-27 16:07:53.315 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:53.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:07:53.316 +01:00 [Information] Request finished in 0.5105ms 200 application/json -2017-04-27 16:07:55.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:55.314 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:07:55.314 +01:00 [Information] Request finished in 0.8131ms 200 application/json -2017-04-27 16:07:57.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:57.314 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:07:57.314 +01:00 [Information] Request finished in 0.6512ms 200 application/json -2017-04-27 16:07:59.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:07:59.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:07:59.315 +01:00 [Information] Request finished in 0.5691ms 200 application/json -2017-04-27 16:08:01.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:01.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:01.331 +01:00 [Information] Request finished in 0.6237ms 200 application/json -2017-04-27 16:08:03.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:03.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:03.348 +01:00 [Information] Request finished in 8.6764ms 200 application/json -2017-04-27 16:08:05.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:05.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:05.325 +01:00 [Information] Request finished in 0.5863ms 200 application/json -2017-04-27 16:08:06.595 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:08:07.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:07.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:07.326 +01:00 [Information] Request finished in 0.7072ms 200 application/json -2017-04-27 16:08:09.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:09.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:09.327 +01:00 [Information] Request finished in 0.529ms 200 application/json -2017-04-27 16:08:11.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:11.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:11.326 +01:00 [Information] Request finished in 0.6889ms 200 application/json -2017-04-27 16:08:13.360 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:13.360 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:13.360 +01:00 [Information] Request finished in 0.4936ms 200 application/json -2017-04-27 16:08:15.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:15.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:15.327 +01:00 [Information] Request finished in 0.6873ms 200 application/json -2017-04-27 16:08:17.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:17.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:17.315 +01:00 [Information] Request finished in 0.7353ms 200 application/json -2017-04-27 16:08:19.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:19.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:19.339 +01:00 [Information] Request finished in 0.6197ms 200 application/json -2017-04-27 16:08:21.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:21.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:21.317 +01:00 [Information] Request finished in 0.7277ms 200 application/json -2017-04-27 16:08:23.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:23.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:23.335 +01:00 [Information] Request finished in 0.7499ms 200 application/json -2017-04-27 16:08:25.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:25.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:25.315 +01:00 [Information] Request finished in 0.4976ms 200 application/json -2017-04-27 16:08:27.315 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:27.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:27.316 +01:00 [Information] Request finished in 0.5741ms 200 application/json -2017-04-27 16:08:29.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:29.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:29.315 +01:00 [Information] Request finished in 0.6075ms 200 application/json -2017-04-27 16:08:31.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:31.314 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:31.314 +01:00 [Information] Request finished in 0.432ms 200 application/json -2017-04-27 16:08:33.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:33.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:33.319 +01:00 [Information] Request finished in 3.3794ms 200 application/json -2017-04-27 16:08:35.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:35.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:35.316 +01:00 [Information] Request finished in 0.4761ms 200 application/json -2017-04-27 16:08:37.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:37.314 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:37.314 +01:00 [Information] Request finished in 0.6052ms 200 application/json -2017-04-27 16:08:39.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:39.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:39.315 +01:00 [Information] Request finished in 0.8283ms 200 application/json -2017-04-27 16:08:41.314 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:41.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:41.315 +01:00 [Information] Request finished in 0.5651ms 200 application/json -2017-04-27 16:08:43.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:43.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:43.325 +01:00 [Information] Request finished in 0.5155ms 200 application/json -2017-04-27 16:08:45.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:45.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:45.326 +01:00 [Information] Request finished in 0.5469ms 200 application/json -2017-04-27 16:08:47.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:47.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:47.331 +01:00 [Information] Request finished in 0.679ms 200 application/json -2017-04-27 16:08:49.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:49.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:49.326 +01:00 [Information] Request finished in 0.6817ms 200 application/json -2017-04-27 16:08:50.931 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:08:50.931 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:08:50.931 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:08:50.932 +01:00 [Debug] No actions matched the current request -2017-04-27 16:08:50.936 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:08:50.936 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:08:50.936 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:08:50.936 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:08:50.938 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:08:50.938 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:08:50.938 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:08:50.938 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:08:50.939 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 2.7437ms -2017-04-27 16:08:50.939 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:50.939 +01:00 [Information] Request finished in 8.1943ms 200 text/html; charset=utf-8 -2017-04-27 16:08:51.029 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:08:51.030 +01:00 [Information] The file "/lib/system.js" was not modified -2017-04-27 16:08:51.030 +01:00 [Debug] Handled. Status code: 304 File: "/lib/system.js" -2017-04-27 16:08:51.030 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.030 +01:00 [Information] Request finished in 0.6747ms 304 application/javascript -2017-04-27 16:08:51.047 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:08:51.047 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:08:51.047 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:08:51.048 +01:00 [Information] The file "/css/Themes/plex.css" was not modified -2017-04-27 16:08:51.048 +01:00 [Information] The file "/lib/pace.js" was not modified -2017-04-27 16:08:51.048 +01:00 [Debug] Handled. Status code: 304 File: "/css/Themes/plex.css" -2017-04-27 16:08:51.048 +01:00 [Debug] Handled. Status code: 304 File: "/lib/pace.js" -2017-04-27 16:08:51.048 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.048 +01:00 [Information] The file "/css/lib/pace-theme-minimal.css" was not modified -2017-04-27 16:08:51.048 +01:00 [Information] Request finished in 0.5558ms 304 text/css -2017-04-27 16:08:51.048 +01:00 [Debug] Handled. Status code: 304 File: "/css/lib/pace-theme-minimal.css" -2017-04-27 16:08:51.140 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.140 +01:00 [Information] Request finished in 92.9561ms 304 text/css -2017-04-27 16:08:51.048 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:51.157 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:08:51.162 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:08:51.162 +01:00 [Information] The file "/css/base.css" was not modified -2017-04-27 16:08:51.198 +01:00 [Debug] Handled. Status code: 304 File: "/css/base.css" -2017-04-27 16:08:51.198 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:51.198 +01:00 [Information] Request finished in 41.0226ms 304 text/css -2017-04-27 16:08:51.198 +01:00 [Information] The file "/lib/tether.js" was not modified -2017-04-27 16:08:51.199 +01:00 [Debug] Handled. Status code: 304 File: "/lib/tether.js" -2017-04-27 16:08:51.199 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:08:51.199 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:51.199 +01:00 [Information] Request finished in 42.1281ms 304 application/javascript -2017-04-27 16:08:51.198 +01:00 [Information] Request finished in 108.9877ms 304 application/javascript -2017-04-27 16:08:51.200 +01:00 [Information] The file "/systemjs.config.js" was not modified -2017-04-27 16:08:51.200 +01:00 [Debug] Handled. Status code: 304 File: "/systemjs.config.js" -2017-04-27 16:08:51.200 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.200 +01:00 [Information] Request finished in 1.1905ms 304 application/javascript -2017-04-27 16:08:51.201 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:08:51.201 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:08:51.202 +01:00 [Information] The file "/lib/jquery.js" was not modified -2017-04-27 16:08:51.202 +01:00 [Debug] Handled. Status code: 304 File: "/lib/jquery.js" -2017-04-27 16:08:51.202 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:51.202 +01:00 [Information] Request finished in 0.5737ms 304 application/javascript -2017-04-27 16:08:51.202 +01:00 [Information] The file "/lib/bootstrap.js" was not modified -2017-04-27 16:08:51.204 +01:00 [Debug] Handled. Status code: 304 File: "/lib/bootstrap.js" -2017-04-27 16:08:51.204 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.204 +01:00 [Information] Request finished in 2.6652ms 304 application/javascript -2017-04-27 16:08:51.223 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:08:51.223 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:08:51.223 +01:00 [Information] The file "/css/lib/primeng.css" was not modified -2017-04-27 16:08:51.223 +01:00 [Information] The file "/css/bootstrap.css" was not modified -2017-04-27 16:08:51.223 +01:00 [Debug] Handled. Status code: 304 File: "/css/lib/primeng.css" -2017-04-27 16:08:51.223 +01:00 [Debug] Handled. Status code: 304 File: "/css/bootstrap.css" -2017-04-27 16:08:51.223 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.224 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:51.224 +01:00 [Information] Request finished in 0.5416ms 304 text/css -2017-04-27 16:08:51.224 +01:00 [Information] Request finished in 0.6436ms 304 text/css -2017-04-27 16:08:51.349 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:08:51.350 +01:00 [Information] The file "/lib/bundle.js" was not modified -2017-04-27 16:08:51.350 +01:00 [Debug] Handled. Status code: 304 File: "/lib/bundle.js" -2017-04-27 16:08:51.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.350 +01:00 [Information] Request finished in 0.5688ms 304 application/javascript -2017-04-27 16:08:51.355 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:51.355 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:51.355 +01:00 [Information] Request finished in 0.6889ms 200 application/json -2017-04-27 16:08:51.620 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:08:51.621 +01:00 [Information] The file "/app/main.js" was not modified -2017-04-27 16:08:51.621 +01:00 [Debug] Handled. Status code: 304 File: "/app/main.js" -2017-04-27 16:08:51.621 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:51.621 +01:00 [Information] Request finished in 0.8469ms 304 application/javascript -2017-04-27 16:08:51.662 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:08:51.663 +01:00 [Information] The file "/app/config.js" was not modified -2017-04-27 16:08:51.663 +01:00 [Debug] Handled. Status code: 304 File: "/app/config.js" -2017-04-27 16:08:51.663 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:51.663 +01:00 [Information] Request finished in 0.6393ms 304 application/javascript -2017-04-27 16:08:51.667 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:08:51.667 +01:00 [Information] The file "/app/polyfills.js" was not modified -2017-04-27 16:08:51.667 +01:00 [Debug] Handled. Status code: 304 File: "/app/polyfills.js" -2017-04-27 16:08:51.667 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.667 +01:00 [Information] Request finished in 0.5565ms 304 application/javascript -2017-04-27 16:08:51.672 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:08:51.672 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:08:51.674 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.674 +01:00 [Information] Request finished in 2.6132ms 200 application/javascript -2017-04-27 16:08:51.731 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:08:51.731 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:08:51.731 +01:00 [Information] The file "/app/app.component.js" was not modified -2017-04-27 16:08:51.731 +01:00 [Information] The file "/app/search/search.component.js" was not modified -2017-04-27 16:08:51.731 +01:00 [Debug] Handled. Status code: 304 File: "/app/app.component.js" -2017-04-27 16:08:51.731 +01:00 [Debug] Handled. Status code: 304 File: "/app/search/search.component.js" -2017-04-27 16:08:51.731 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.731 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:51.732 +01:00 [Information] Request finished in 0.6237ms 304 application/javascript -2017-04-27 16:08:51.732 +01:00 [Information] Request finished in 0.4698ms 304 application/javascript -2017-04-27 16:08:51.732 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:08:51.734 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:08:51.735 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:08:51.735 +01:00 [Information] The file "/app/search/tvsearch.component.js" was not modified -2017-04-27 16:08:51.735 +01:00 [Debug] Handled. Status code: 304 File: "/app/search/tvsearch.component.js" -2017-04-27 16:08:51.735 +01:00 [Information] The file "/app/login/login.component.js" was not modified -2017-04-27 16:08:51.735 +01:00 [Debug] Handled. Status code: 304 File: "/app/login/login.component.js" -2017-04-27 16:08:51.735 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:51.735 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.735 +01:00 [Information] Request finished in 3.7081ms 304 application/javascript -2017-04-27 16:08:51.735 +01:00 [Information] Request finished in 0.8803ms 304 application/javascript -2017-04-27 16:08:51.735 +01:00 [Information] The file "/app/requests/request.component.js" was not modified -2017-04-27 16:08:51.736 +01:00 [Debug] Handled. Status code: 304 File: "/app/requests/request.component.js" -2017-04-27 16:08:51.736 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:51.736 +01:00 [Information] Request finished in 1.0737ms 304 application/javascript -2017-04-27 16:08:51.738 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:08:51.738 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:08:51.739 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.739 +01:00 [Information] Request finished in 0.8532ms 200 application/javascript -2017-04-27 16:08:51.744 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:08:51.744 +01:00 [Information] The file "/app/landingpage/landingpage.component.js" was not modified -2017-04-27 16:08:51.744 +01:00 [Debug] Handled. Status code: 304 File: "/app/landingpage/landingpage.component.js" -2017-04-27 16:08:51.745 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:51.745 +01:00 [Information] Request finished in 1.1492ms 304 application/javascript -2017-04-27 16:08:51.747 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:08:51.747 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:08:51.747 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:08:51.747 +01:00 [Information] The file "/app/errors/not-found.component.js" was not modified -2017-04-27 16:08:51.747 +01:00 [Debug] Handled. Status code: 304 File: "/app/errors/not-found.component.js" -2017-04-27 16:08:51.748 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.748 +01:00 [Information] Request finished in 0.5668ms 304 application/javascript -2017-04-27 16:08:51.747 +01:00 [Information] The file "/app/search/moviesearch.component.js" was not modified -2017-04-27 16:08:51.752 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:08:51.753 +01:00 [Information] The file "/app/services/request.service.js" was not modified -2017-04-27 16:08:51.753 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/request.service.js" -2017-04-27 16:08:51.752 +01:00 [Debug] Handled. Status code: 304 File: "/app/search/moviesearch.component.js" -2017-04-27 16:08:51.753 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:51.753 +01:00 [Information] Request finished in 1.0872ms 304 application/javascript -2017-04-27 16:08:51.752 +01:00 [Information] The file "/app/services/search.service.js" was not modified -2017-04-27 16:08:51.759 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/search.service.js" -2017-04-27 16:08:51.759 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.759 +01:00 [Information] Request finished in 12.4137ms 304 application/javascript -2017-04-27 16:08:51.754 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:08:51.753 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:51.768 +01:00 [Information] Request finished in 20.5495ms 304 application/javascript -2017-04-27 16:08:51.768 +01:00 [Information] The file "/app/services/notification.service.js" was not modified -2017-04-27 16:08:51.768 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/notification.service.js" -2017-04-27 16:08:51.767 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:08:51.768 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.767 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:08:51.767 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:08:51.768 +01:00 [Information] Request finished in 13.6804ms 304 application/javascript -2017-04-27 16:08:51.768 +01:00 [Information] The file "/app/services/settings.service.js" was not modified -2017-04-27 16:08:51.768 +01:00 [Information] The file "/app/auth/auth.module.js" was not modified -2017-04-27 16:08:51.768 +01:00 [Information] The file "/app/auth/auth.service.js" was not modified -2017-04-27 16:08:51.768 +01:00 [Debug] Handled. Status code: 304 File: "/app/auth/auth.module.js" -2017-04-27 16:08:51.769 +01:00 [Debug] Handled. Status code: 304 File: "/app/auth/auth.service.js" -2017-04-27 16:08:51.769 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:51.769 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.769 +01:00 [Information] Request finished in 1.6253ms 304 application/javascript -2017-04-27 16:08:51.769 +01:00 [Information] Request finished in 1.5623ms 304 application/javascript -2017-04-27 16:08:51.769 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/settings.service.js" -2017-04-27 16:08:51.770 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:51.771 +01:00 [Information] Request finished in 3.4833ms 304 application/javascript -2017-04-27 16:08:51.783 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:08:51.783 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:08:51.784 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:08:51.785 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:08:51.785 +01:00 [Information] The file "/app/settings/settings.module.js" was not modified -2017-04-27 16:08:51.785 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/settings.module.js" -2017-04-27 16:08:51.785 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:51.785 +01:00 [Information] The file "/app/services/identity.service.js" was not modified -2017-04-27 16:08:51.785 +01:00 [Information] Request finished in 2.5483ms 304 application/javascript -2017-04-27 16:08:51.785 +01:00 [Information] The file "/app/wizard/wizard.module.js" was not modified -2017-04-27 16:08:51.785 +01:00 [Debug] Handled. Status code: 304 File: "/app/wizard/wizard.module.js" -2017-04-27 16:08:51.785 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.785 +01:00 [Information] The file "/app/services/status.service.js" was not modified -2017-04-27 16:08:51.785 +01:00 [Information] Request finished in 2.75ms 304 application/javascript -2017-04-27 16:08:51.785 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/status.service.js" -2017-04-27 16:08:51.785 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.785 +01:00 [Information] Request finished in 2.9162ms 304 application/javascript -2017-04-27 16:08:51.785 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/identity.service.js" -2017-04-27 16:08:51.786 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.786 +01:00 [Information] Request finished in 1.4541ms 304 application/javascript -2017-04-27 16:08:51.819 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:08:51.820 +01:00 [Information] The file "/app/auth/auth.guard.js" was not modified -2017-04-27 16:08:51.820 +01:00 [Debug] Handled. Status code: 304 File: "/app/auth/auth.guard.js" -2017-04-27 16:08:51.820 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:08:51.820 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:51.820 +01:00 [Information] Request finished in 0.8565ms 304 application/javascript -2017-04-27 16:08:51.821 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:08:51.821 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:08:51.821 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:08:51.821 +01:00 [Information] The file "/app/wizard/welcome/welcome.component.js" was not modified -2017-04-27 16:08:51.821 +01:00 [Information] The file "/app/wizard/plex/plex.component.js" was not modified -2017-04-27 16:08:51.821 +01:00 [Debug] Handled. Status code: 304 File: "/app/wizard/welcome/welcome.component.js" -2017-04-27 16:08:51.821 +01:00 [Debug] Handled. Status code: 304 File: "/app/wizard/plex/plex.component.js" -2017-04-27 16:08:51.821 +01:00 [Information] The file "/app/wizard/mediaserver/mediaserver.component.js" was not modified -2017-04-27 16:08:51.821 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.821 +01:00 [Debug] Handled. Status code: 304 File: "/app/wizard/mediaserver/mediaserver.component.js" -2017-04-27 16:08:51.821 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.822 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:51.822 +01:00 [Information] Request finished in 0.6237ms 304 application/javascript -2017-04-27 16:08:51.822 +01:00 [Information] Request finished in 0.5148ms 304 application/javascript -2017-04-27 16:08:51.822 +01:00 [Information] The file "/app/services/service.helpers.js" was not modified -2017-04-27 16:08:51.822 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/service.helpers.js" -2017-04-27 16:08:51.822 +01:00 [Information] Request finished in 0.5386ms 304 application/javascript -2017-04-27 16:08:51.827 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:08:51.828 +01:00 [Information] The file "/app/wizard/emby/emby.component.js" was not modified -2017-04-27 16:08:51.828 +01:00 [Debug] Handled. Status code: 304 File: "/app/wizard/emby/emby.component.js" -2017-04-27 16:08:51.828 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:51.828 +01:00 [Information] Request finished in 0.8167ms 304 application/javascript -2017-04-27 16:08:51.828 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:08:51.829 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:08:51.829 +01:00 [Information] The file "/app/services/applications/emby.service.js" was not modified -2017-04-27 16:08:51.829 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/applications/emby.service.js" -2017-04-27 16:08:51.829 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:51.830 +01:00 [Information] Request finished in 1.558ms 304 application/javascript -2017-04-27 16:08:51.832 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:08:51.832 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:08:51.830 +01:00 [Information] The file "/app/wizard/createadmin/createadmin.component.js" was not modified -2017-04-27 16:08:51.832 +01:00 [Information] The file "/app/services/applications/sonarr.service.js" was not modified -2017-04-27 16:08:51.832 +01:00 [Debug] Handled. Status code: 304 File: "/app/wizard/createadmin/createadmin.component.js" -2017-04-27 16:08:51.832 +01:00 [Information] The file "/app/services/applications/plex.service.js" was not modified -2017-04-27 16:08:51.832 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/applications/plex.service.js" -2017-04-27 16:08:51.832 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.833 +01:00 [Information] Request finished in 0.6601ms 304 application/javascript -2017-04-27 16:08:51.832 +01:00 [Debug] Handled. Status code: 304 File: "/app/services/applications/sonarr.service.js" -2017-04-27 16:08:51.833 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:51.833 +01:00 [Information] Request finished in 1.027ms 304 application/javascript -2017-04-27 16:08:51.833 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.833 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:08:51.833 +01:00 [Information] Request finished in 10.6437ms 304 application/javascript -2017-04-27 16:08:51.822 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:51.834 +01:00 [Information] Request finished in 13.9311ms 304 application/javascript -2017-04-27 16:08:51.839 +01:00 [Information] The file "/app/settings/plex/plex.component.js" was not modified -2017-04-27 16:08:51.839 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:08:51.839 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/plex/plex.component.js" -2017-04-27 16:08:51.839 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:08:51.839 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:51.839 +01:00 [Information] Request finished in 6.0727ms 304 application/javascript -2017-04-27 16:08:51.840 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:08:51.840 +01:00 [Information] The file "/app/settings/emby/emby.component.js" was not modified -2017-04-27 16:08:51.840 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/emby/emby.component.js" -2017-04-27 16:08:51.840 +01:00 [Information] The file "/app/settings/customization/customization.component.js" was not modified -2017-04-27 16:08:51.840 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/customization/customization.component.js" -2017-04-27 16:08:51.840 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:51.840 +01:00 [Information] Request finished in 0.8267ms 304 application/javascript -2017-04-27 16:08:51.841 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:08:51.842 +01:00 [Information] The file "/app/settings/settingsmenu.component.js" was not modified -2017-04-27 16:08:51.842 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/settingsmenu.component.js" -2017-04-27 16:08:51.842 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:51.842 +01:00 [Information] Request finished in 1.8246ms 304 application/javascript -2017-04-27 16:08:51.841 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:08:51.843 +01:00 [Information] The file "/app/settings/landingpage/landingpage.component.js" was not modified -2017-04-27 16:08:51.843 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/landingpage/landingpage.component.js" -2017-04-27 16:08:51.843 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:51.843 +01:00 [Information] Request finished in 2.294ms 304 application/javascript -2017-04-27 16:08:51.845 +01:00 [Information] The file "/app/settings/ombi/ombi.component.js" was not modified -2017-04-27 16:08:51.846 +01:00 [Debug] Handled. Status code: 304 File: "/app/settings/ombi/ombi.component.js" -2017-04-27 16:08:51.841 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:51.846 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:51.846 +01:00 [Information] Request finished in 7.3438ms 304 application/javascript -2017-04-27 16:08:51.846 +01:00 [Information] Request finished in 7.5252ms 304 application/javascript -2017-04-27 16:08:52.319 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:08:52.319 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:08:52.320 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:08:52.320 +01:00 [Information] The file "/app/search/moviesearch.component.html" was not modified -2017-04-27 16:08:52.320 +01:00 [Debug] Handled. Status code: 304 File: "/app/search/moviesearch.component.html" -2017-04-27 16:08:52.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:52.322 +01:00 [Information] Request finished in 2.5556ms 304 text/html -2017-04-27 16:08:52.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:52.323 +01:00 [Information] Request finished in 3.8015ms 200 text/html -2017-04-27 16:08:53.315 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:53.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:53.316 +01:00 [Information] Request finished in 0.6873ms 200 application/json -2017-04-27 16:08:53.690 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:08:53.690 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:08:53.690 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:08:53.692 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:08:53.692 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:08:53.692 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:08:53.723 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:08:53.724 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:08:53.724 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:08:53.724 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:08:53.724 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 32.6808ms -2017-04-27 16:08:53.726 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:53.726 +01:00 [Information] Request finished in 35.9351ms 200 application/json; charset=utf-8 -2017-04-27 16:08:53.874 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/ text/plain -2017-04-27 16:08:53.916 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:08:53.916 +01:00 [Information] The file "/fonts/lib/fontawesome-webfont.woff2" was not modified -2017-04-27 16:08:53.916 +01:00 [Debug] Handled. Status code: 304 File: "/fonts/lib/fontawesome-webfont.woff2" -2017-04-27 16:08:53.917 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:53.917 +01:00 [Information] Request finished in 0.6618ms 304 application/font-woff2 -2017-04-27 16:08:53.955 +01:00 [Information] Successfully validated the token. -2017-04-27 16:08:53.968 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:08:53.968 +01:00 [Debug] The request path "/api/v1/Identity/" does not match a supported file type -2017-04-27 16:08:53.968 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity"'. -2017-04-27 16:08:53.968 +01:00 [Debug] Action '"Ombi.Controllers.IdentityController.CreateUser (Ombi)"' with id '"2c4a4292-1aba-464f-83ef-bcf1ae2c4139"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:08:53.968 +01:00 [Debug] Action '"Ombi.Controllers.IdentityController.DeleteUser (Ombi)"' with id '"980f0f4c-7fb6-4ced-96b2-31b7c064e335"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:08:53.969 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetUser (Ombi)" -2017-04-27 16:08:53.988 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:08:53.989 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetUser (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:08:54.005 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetUser (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:08:54.005 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:08:54.005 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:08:54.005 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:08:54.028 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetUser (Ombi)" in 57.9871ms -2017-04-27 16:08:54.028 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:54.028 +01:00 [Information] Request finished in 154.331ms 200 application/json; charset=utf-8 -2017-04-27 16:08:55.315 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:55.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:55.316 +01:00 [Information] Request finished in 0.7297ms 200 application/json -2017-04-27 16:08:56.975 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:08:56.975 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:08:56.978 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:08:56.978 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:08:56.980 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:08:56.980 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:08:56.981 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:08:56.982 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:08:56.982 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:08:56.982 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:56.986 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:56.988 +01:00 [Information] Request finished in 8.0119ms 200 application/octet-stream -2017-04-27 16:08:56.988 +01:00 [Information] Request finished in 13.004ms 200 application/octet-stream -2017-04-27 16:08:56.984 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:08:56.989 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:08:56.986 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:56.994 +01:00 [Information] Request finished in 14.0834ms 200 application/octet-stream -2017-04-27 16:08:56.995 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:08:56.995 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:08:56.995 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:56.995 +01:00 [Information] Request finished in 11.5496ms 200 application/octet-stream -2017-04-27 16:08:56.995 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:08:56.995 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:08:56.995 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:08:56.995 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:08:57.000 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:57.000 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:08:57.000 +01:00 [Information] Request finished in 18.2965ms 200 application/octet-stream -2017-04-27 16:08:57.000 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:57.002 +01:00 [Information] Request finished in 6.1439ms 200 application/octet-stream -2017-04-27 16:08:57.002 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:08:57.002 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:57.002 +01:00 [Information] Request finished in 6.6084ms 200 application/octet-stream -2017-04-27 16:08:57.002 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:08:57.003 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:57.003 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:57.003 +01:00 [Information] Request finished in 0.9879ms 200 application/octet-stream -2017-04-27 16:08:57.003 +01:00 [Information] Request finished in 8.2222ms 200 application/octet-stream -2017-04-27 16:08:57.003 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:08:57.004 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:08:57.010 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:08:57.002 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:08:57.010 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:57.010 +01:00 [Information] Request finished in 6.7862ms 200 application/octet-stream -2017-04-27 16:08:57.010 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:08:57.010 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:08:57.011 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:57.014 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:57.014 +01:00 [Information] Request finished in 12.2111ms 200 application/octet-stream -2017-04-27 16:08:57.015 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:08:57.014 +01:00 [Information] Request finished in 4.2981ms 200 application/octet-stream -2017-04-27 16:08:57.015 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:08:57.017 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:57.018 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:08:57.018 +01:00 [Information] Request finished in 2.793ms 200 application/octet-stream -2017-04-27 16:08:57.016 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:08:57.023 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:08:57.023 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:08:57.021 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:08:57.024 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:08:57.024 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:08:57.024 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:08:57.024 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:08:57.027 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:57.027 +01:00 [Information] Request finished in 11.4642ms 200 application/octet-stream -2017-04-27 16:08:57.020 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:57.028 +01:00 [Information] Request finished in 50.5095ms 200 application/octet-stream -2017-04-27 16:08:57.028 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:57.028 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:08:57.028 +01:00 [Information] Request finished in 8.979ms 200 application/octet-stream -2017-04-27 16:08:57.030 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:08:57.020 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:08:57.034 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:08:57.035 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:57.035 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:08:57.035 +01:00 [Information] Request finished in 6.6346ms 200 application/octet-stream -2017-04-27 16:08:57.035 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:57.038 +01:00 [Information] Request finished in 20.9723ms 200 application/octet-stream -2017-04-27 16:08:57.039 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:57.039 +01:00 [Information] Request finished in 18.3845ms 200 application/octet-stream -2017-04-27 16:08:57.040 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:57.040 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:08:57.042 +01:00 [Information] Request finished in 6.7776ms 200 application/octet-stream -2017-04-27 16:08:57.042 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:57.042 +01:00 [Information] Request finished in 19.0556ms 200 application/octet-stream -2017-04-27 16:08:57.042 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:08:57.042 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:08:57.042 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:08:57.043 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:08:57.043 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:08:57.043 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:08:57.043 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:08:57.050 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:08:57.050 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:08:57.051 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:08:57.052 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:57.052 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:57.052 +01:00 [Information] Request finished in 8.9049ms 200 application/octet-stream -2017-04-27 16:08:57.052 +01:00 [Information] Request finished in 11.7446ms 200 application/octet-stream -2017-04-27 16:08:57.053 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:57.054 +01:00 [Information] Request finished in 4.605ms 200 application/octet-stream -2017-04-27 16:08:57.054 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:57.055 +01:00 [Information] Request finished in 12.8739ms 200 application/octet-stream -2017-04-27 16:08:57.052 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:57.051 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:08:57.056 +01:00 [Information] Request finished in 13.5543ms 200 application/octet-stream -2017-04-27 16:08:57.063 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:57.063 +01:00 [Information] Request finished in 12.816ms 200 application/octet-stream -2017-04-27 16:08:57.063 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:08:57.063 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:08:57.063 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:08:57.063 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:08:57.065 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:57.065 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:57.065 +01:00 [Information] Request finished in 2.2901ms 200 application/octet-stream -2017-04-27 16:08:57.065 +01:00 [Information] Request finished in 1.9583ms 200 application/octet-stream -2017-04-27 16:08:57.066 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:08:57.067 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:08:57.067 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:57.068 +01:00 [Information] Request finished in 1.3918ms 200 application/octet-stream -2017-04-27 16:08:57.076 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:08:57.076 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:08:57.076 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:08:57.076 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:08:57.081 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:08:57.081 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:08:57.081 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:08:57.082 +01:00 [Information] Request finished in 6.0181ms 200 application/octet-stream -2017-04-27 16:08:57.081 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:57.083 +01:00 [Information] Request finished in 7.4845ms 200 application/octet-stream -2017-04-27 16:08:57.082 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:08:57.084 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:08:57.082 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:08:57.085 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:08:57.086 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:08:57.086 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:08:57.086 +01:00 [Information] Request finished in 6.1916ms 200 application/octet-stream -2017-04-27 16:08:57.087 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:08:57.087 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:08:57.087 +01:00 [Information] Request finished in 5.8923ms 200 application/octet-stream -2017-04-27 16:08:57.089 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:08:57.089 +01:00 [Information] Request finished in 6.4654ms 200 application/octet-stream -2017-04-27 16:08:57.089 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:08:57.089 +01:00 [Information] Request finished in 4.9222ms 200 application/octet-stream -2017-04-27 16:08:57.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:57.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:08:57.317 +01:00 [Information] Request finished in 0.6538ms 200 application/json -2017-04-27 16:08:59.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:08:59.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:08:59.318 +01:00 [Information] Request finished in 1.8736ms 200 application/json -2017-04-27 16:09:01.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:01.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:01.316 +01:00 [Information] Request finished in 0.7168ms 200 application/json -2017-04-27 16:09:03.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:03.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:03.318 +01:00 [Information] Request finished in 2.3626ms 200 application/json -2017-04-27 16:09:05.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:05.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:05.318 +01:00 [Information] Request finished in 0.7207ms 200 application/json -2017-04-27 16:09:06.668 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:09:07.315 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:07.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:07.316 +01:00 [Information] Request finished in 0.5638ms 200 application/json -2017-04-27 16:09:09.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:09.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:09.316 +01:00 [Information] Request finished in 0.7091ms 200 application/json -2017-04-27 16:09:11.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:11.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:11.319 +01:00 [Information] Request finished in 0.5628ms 200 application/json -2017-04-27 16:09:13.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:13.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:13.316 +01:00 [Information] Request finished in 0.4943ms 200 application/json -2017-04-27 16:09:15.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:15.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:15.317 +01:00 [Information] Request finished in 0.7307ms 200 application/json -2017-04-27 16:09:17.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:17.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:17.317 +01:00 [Information] Request finished in 0.9012ms 200 application/json -2017-04-27 16:09:19.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:19.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:19.324 +01:00 [Information] Request finished in 0.8515ms 200 application/json -2017-04-27 16:09:21.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:21.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:21.318 +01:00 [Information] Request finished in 0.7803ms 200 application/json -2017-04-27 16:09:23.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:23.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:23.319 +01:00 [Information] Request finished in 0.5155ms 200 application/json -2017-04-27 16:09:25.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:25.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:25.336 +01:00 [Information] Request finished in 0.5698ms 200 application/json -2017-04-27 16:09:27.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:27.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:27.317 +01:00 [Information] Request finished in 0.5198ms 200 application/json -2017-04-27 16:09:29.006 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/ -2017-04-27 16:09:29.006 +01:00 [Debug] The request path "/" does not match a supported file type -2017-04-27 16:09:29.006 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:09:29.006 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:09:29.006 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:09:29.007 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:09:29.007 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:09:29.007 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:09:29.007 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:09:29.007 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:09:29.007 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 0.9253ms -2017-04-27 16:09:29.007 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:29.007 +01:00 [Information] Request finished in 1.7405ms 200 text/html; charset=utf-8 -2017-04-27 16:09:29.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:09:29.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:09:29.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:09:29.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:09:29.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:09:29.051 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:09:29.051 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:09:29.051 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:09:29.051 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:09:29.052 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:09:29.097 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:09:29.097 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:09:29.098 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:29.098 +01:00 [Information] Request finished in 1.1174ms 200 application/javascript -2017-04-27 16:09:29.108 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:29.108 +01:00 [Information] Request finished in 57.0439ms 200 text/css -2017-04-27 16:09:29.153 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:09:29.153 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:09:29.187 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:09:29.188 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:09:29.191 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:09:29.194 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:29.194 +01:00 [Information] Request finished in 142.5768ms 200 text/css -2017-04-27 16:09:29.194 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:09:29.206 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:29.206 +01:00 [Information] Request finished in 154.4439ms 200 application/javascript -2017-04-27 16:09:29.221 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:29.222 +01:00 [Information] Request finished in 170.0079ms 200 text/css -2017-04-27 16:09:29.247 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:29.247 +01:00 [Information] Request finished in 195.8387ms 200 application/javascript -2017-04-27 16:09:29.277 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:09:29.278 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:29.278 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:29.281 +01:00 [Information] Request finished in 128.2761ms 200 application/javascript -2017-04-27 16:09:29.281 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:09:29.281 +01:00 [Information] Request finished in 94.7093ms 200 application/javascript -2017-04-27 16:09:29.282 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:29.282 +01:00 [Information] Request finished in 91.1074ms 200 application/javascript -2017-04-27 16:09:29.277 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:09:29.316 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:09:29.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:29.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:29.335 +01:00 [Information] Request finished in 1.0392ms 200 application/json -2017-04-27 16:09:29.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:29.335 +01:00 [Information] Request finished in 58.5099ms 200 text/css -2017-04-27 16:09:29.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:29.338 +01:00 [Information] Request finished in 61.5645ms 200 text/css -2017-04-27 16:09:29.486 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:09:29.486 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:09:29.701 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:29.702 +01:00 [Information] Request finished in 215.7913ms 200 application/javascript -2017-04-27 16:09:29.718 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:09:29.718 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:09:29.722 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:29.722 +01:00 [Information] Request finished in 3.9333ms 200 application/octet-stream -2017-04-27 16:09:30.038 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:09:30.038 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:09:30.041 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.041 +01:00 [Information] Request finished in 3.5505ms 200 application/javascript -2017-04-27 16:09:30.090 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:09:30.091 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:09:30.094 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:09:30.094 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:30.094 +01:00 [Information] Request finished in 4.3676ms 200 application/javascript -2017-04-27 16:09:30.095 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:09:30.097 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.097 +01:00 [Information] Request finished in 4.4491ms 200 application/javascript -2017-04-27 16:09:30.102 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:09:30.103 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:09:30.136 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.136 +01:00 [Information] Request finished in 34.2714ms 200 application/javascript -2017-04-27 16:09:30.298 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:09:30.298 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:09:30.304 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:09:30.311 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:09:30.312 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.312 +01:00 [Information] Request finished in 14.4515ms 200 application/javascript -2017-04-27 16:09:30.312 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:09:30.312 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:09:30.314 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.314 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:09:30.314 +01:00 [Information] Request finished in 5.2695ms 200 application/javascript -2017-04-27 16:09:30.315 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:09:30.315 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:09:30.315 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:09:30.327 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:09:30.327 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:09:30.327 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:09:30.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:30.327 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:09:30.328 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:09:30.328 +01:00 [Information] Request finished in 24.4355ms 200 application/javascript -2017-04-27 16:09:30.329 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:09:30.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:30.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.331 +01:00 [Information] Request finished in 16.1828ms 200 application/javascript -2017-04-27 16:09:30.331 +01:00 [Information] Request finished in 18.4971ms 200 application/javascript -2017-04-27 16:09:30.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.332 +01:00 [Information] Request finished in 5.2434ms 200 application/javascript -2017-04-27 16:09:30.332 +01:00 [Information] Request finished in 5.1831ms 200 application/javascript -2017-04-27 16:09:30.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.333 +01:00 [Information] Request finished in 6.4081ms 200 application/javascript -2017-04-27 16:09:30.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:09:30.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:09:30.335 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:09:30.335 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:09:30.337 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:09:30.338 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:09:30.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:30.338 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:09:30.338 +01:00 [Information] Request finished in 3.4108ms 200 application/javascript -2017-04-27 16:09:30.339 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:09:30.341 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:09:30.341 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:09:30.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.343 +01:00 [Information] Request finished in 3.7641ms 200 application/javascript -2017-04-27 16:09:30.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.346 +01:00 [Information] Request finished in 4.1339ms 200 application/javascript -2017-04-27 16:09:30.346 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.346 +01:00 [Information] Request finished in 11.0798ms 200 application/javascript -2017-04-27 16:09:30.346 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:30.347 +01:00 [Information] Request finished in 10.1097ms 200 application/javascript -2017-04-27 16:09:30.347 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:09:30.348 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:09:30.350 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:09:30.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.350 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:09:30.350 +01:00 [Information] Request finished in 2.6986ms 200 application/javascript -2017-04-27 16:09:30.354 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.354 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:09:30.354 +01:00 [Information] Request finished in 4.5636ms 200 application/javascript -2017-04-27 16:09:30.346 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:09:30.346 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:09:30.354 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:09:30.354 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:09:30.355 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:30.356 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.356 +01:00 [Information] Request finished in 9.9259ms 200 application/javascript -2017-04-27 16:09:30.356 +01:00 [Information] Request finished in 9.8865ms 200 application/javascript -2017-04-27 16:09:30.356 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:09:30.356 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:09:30.358 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:09:30.358 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.358 +01:00 [Information] Request finished in 4.1793ms 200 application/javascript -2017-04-27 16:09:30.360 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:09:30.361 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:09:30.359 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:30.361 +01:00 [Information] Request finished in 4.9815ms 200 application/javascript -2017-04-27 16:09:30.362 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:30.362 +01:00 [Information] Request finished in 3.6432ms 200 application/javascript -2017-04-27 16:09:30.486 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:09:30.486 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:09:30.487 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.488 +01:00 [Information] Request finished in 1.4322ms 200 application/javascript -2017-04-27 16:09:30.515 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:09:30.515 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:09:30.516 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.517 +01:00 [Information] Request finished in 1.5779ms 200 application/javascript -2017-04-27 16:09:30.518 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:09:30.519 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:09:30.528 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:09:30.528 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.528 +01:00 [Information] Request finished in 10.0302ms 200 application/javascript -2017-04-27 16:09:30.528 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:09:30.535 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:09:30.535 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:09:30.535 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.536 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:09:30.536 +01:00 [Information] Request finished in 7.6371ms 200 application/javascript -2017-04-27 16:09:30.536 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:09:30.547 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.548 +01:00 [Information] Request finished in 12.2581ms 200 application/javascript -2017-04-27 16:09:30.548 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:09:30.548 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:09:30.551 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:09:30.552 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:09:30.552 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.552 +01:00 [Information] Request finished in 3.6747ms 200 application/javascript -2017-04-27 16:09:30.553 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.557 +01:00 [Information] Request finished in 5.7466ms 200 application/javascript -2017-04-27 16:09:30.559 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:09:30.559 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:09:30.560 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.560 +01:00 [Information] Request finished in 1.4167ms 200 application/javascript -2017-04-27 16:09:30.536 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.561 +01:00 [Information] Request finished in 25.6671ms 200 application/javascript -2017-04-27 16:09:30.561 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:09:30.561 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:09:30.562 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:09:30.562 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:09:30.569 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.569 +01:00 [Information] Request finished in 7.9318ms 200 application/javascript -2017-04-27 16:09:30.569 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:09:30.569 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:09:30.570 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.570 +01:00 [Information] Request finished in 8.24ms 200 application/javascript -2017-04-27 16:09:30.570 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:09:30.570 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:09:30.572 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:30.573 +01:00 [Information] Request finished in 3.9296ms 200 application/javascript -2017-04-27 16:09:30.573 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:09:30.574 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:09:30.574 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:09:30.574 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:09:30.575 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:30.577 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:30.577 +01:00 [Information] Request finished in 3.5661ms 200 application/javascript -2017-04-27 16:09:30.577 +01:00 [Information] Request finished in 3.2006ms 200 application/javascript -2017-04-27 16:09:30.579 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.579 +01:00 [Information] Request finished in 10.0984ms 200 application/javascript -2017-04-27 16:09:30.885 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:09:30.886 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:09:30.886 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.886 +01:00 [Information] Request finished in 0.8687ms 200 text/html -2017-04-27 16:09:30.890 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:09:30.890 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:09:30.892 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:09:30.892 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:09:30.892 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:09:30.892 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:09:30.909 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:09:30.910 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:30.912 +01:00 [Information] Request finished in 20.1214ms 200 text/html -2017-04-27 16:09:30.913 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:30.913 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:09:30.914 +01:00 [Information] Request finished in 21.8063ms 200 text/html -2017-04-27 16:09:30.915 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.915 +01:00 [Information] Request finished in 6.2764ms 200 text/html -2017-04-27 16:09:30.920 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.920 +01:00 [Information] Request finished in 30.3576ms 200 text/html -2017-04-27 16:09:30.921 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:09:30.921 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:09:30.923 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:30.923 +01:00 [Information] Request finished in 1.8719ms 200 text/html -2017-04-27 16:09:30.943 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:09:30.944 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:09:30.951 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:09:30.952 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.952 +01:00 [Information] Request finished in 9.228ms 200 text/html -2017-04-27 16:09:30.951 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:09:30.953 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:09:30.953 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:09:30.958 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.958 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:30.958 +01:00 [Information] Request finished in 8.4354ms 200 text/html -2017-04-27 16:09:30.958 +01:00 [Information] Request finished in 8.4655ms 200 text/html -2017-04-27 16:09:30.964 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:09:30.965 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:09:30.973 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:09:30.974 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:09:30.974 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:09:30.978 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:30.978 +01:00 [Information] Request finished in 4.9557ms 200 text/html -2017-04-27 16:09:30.978 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:09:30.980 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:30.980 +01:00 [Information] Request finished in 7.3517ms 200 text/html -2017-04-27 16:09:30.982 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:09:30.982 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:09:30.973 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.983 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:09:30.983 +01:00 [Information] Request finished in 27.7371ms 200 text/html -2017-04-27 16:09:30.983 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:09:30.993 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:09:30.993 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:30.994 +01:00 [Information] Request finished in 11.4373ms 200 text/html -2017-04-27 16:09:30.993 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:09:30.994 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:09:30.994 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:09:30.995 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:30.995 +01:00 [Information] Request finished in 12.5981ms 200 text/html -2017-04-27 16:09:30.995 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:09:30.998 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:30.998 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:09:30.998 +01:00 [Information] Request finished in 5.1824ms 200 text/html -2017-04-27 16:09:31.002 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:31.003 +01:00 [Information] Request finished in 9.4058ms 200 text/html -2017-04-27 16:09:31.003 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:09:31.003 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.003 +01:00 [Information] Request finished in 8.5016ms 200 text/html -2017-04-27 16:09:31.004 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:09:31.005 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:31.005 +01:00 [Information] Request finished in 2.1543ms 200 text/html -2017-04-27 16:09:31.012 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:09:31.013 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:09:31.013 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:09:31.028 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:09:31.028 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:09:31.035 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:09:31.035 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:09:31.035 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:09:31.048 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:09:31.048 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:09:31.066 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:09:31.066 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:31.067 +01:00 [Information] Request finished in 54.418ms 200 application/octet-stream -2017-04-27 16:09:31.078 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:09:31.080 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:09:31.080 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:31.083 +01:00 [Information] Request finished in 47.8036ms 200 application/octet-stream -2017-04-27 16:09:31.083 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:09:31.084 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.084 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:31.084 +01:00 [Information] Request finished in 48.8279ms 200 application/octet-stream -2017-04-27 16:09:31.084 +01:00 [Information] Request finished in 56.3403ms 200 application/octet-stream -2017-04-27 16:09:31.085 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:09:31.085 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:31.085 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:09:31.085 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:31.085 +01:00 [Information] Request finished in 18.9841ms 200 application/octet-stream -2017-04-27 16:09:31.085 +01:00 [Information] Request finished in 72.499ms 200 text/html -2017-04-27 16:09:31.085 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:31.085 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:09:31.085 +01:00 [Information] Request finished in 15.0488ms 200 application/octet-stream -2017-04-27 16:09:31.085 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:09:31.090 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.091 +01:00 [Information] Request finished in 6.1989ms 200 application/octet-stream -2017-04-27 16:09:31.091 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:31.091 +01:00 [Information] Request finished in 6.5492ms 200 application/octet-stream -2017-04-27 16:09:31.096 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:09:31.096 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:09:31.103 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:31.103 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:09:31.103 +01:00 [Information] Request finished in 7.1229ms 200 application/octet-stream -2017-04-27 16:09:31.103 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:09:31.103 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:09:31.103 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:09:31.116 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:09:31.117 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:09:31.129 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:09:31.129 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:09:31.134 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.134 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:31.134 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:09:31.134 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:09:31.134 +01:00 [Information] Request finished in 30.6221ms 200 application/octet-stream -2017-04-27 16:09:31.134 +01:00 [Information] Request finished in 18.2273ms 200 application/octet-stream -2017-04-27 16:09:31.134 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:09:31.136 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:09:31.152 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:09:31.154 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:31.155 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:09:31.155 +01:00 [Information] Request finished in 52.2401ms 200 application/octet-stream -2017-04-27 16:09:31.155 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.152 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:09:31.155 +01:00 [Information] Request finished in 21.3107ms 200 application/octet-stream -2017-04-27 16:09:31.155 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:31.155 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:09:31.155 +01:00 [Information] Request finished in 27.0116ms 200 text/css -2017-04-27 16:09:31.160 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:09:31.161 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:09:31.161 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:09:31.162 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:09:31.172 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:31.173 +01:00 [Information] Request finished in 20.3138ms 200 application/octet-stream -2017-04-27 16:09:31.173 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:31.174 +01:00 [Information] Request finished in 47.0235ms 200 application/octet-stream -2017-04-27 16:09:31.174 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:09:31.175 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:31.175 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:31.175 +01:00 [Information] Request finished in 13.9238ms 200 application/octet-stream -2017-04-27 16:09:31.175 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:09:31.175 +01:00 [Information] Request finished in 15.2753ms 200 application/octet-stream -2017-04-27 16:09:31.177 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.177 +01:00 [Information] Request finished in 3.0152ms 200 application/octet-stream -2017-04-27 16:09:31.177 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:31.177 +01:00 [Information] Request finished in 25.0221ms 200 application/octet-stream -2017-04-27 16:09:31.180 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:09:31.180 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:09:31.182 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:09:31.182 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:31.182 +01:00 [Information] Request finished in 1.8411ms 200 application/octet-stream -2017-04-27 16:09:31.189 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:09:31.189 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:09:31.189 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:09:31.191 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:31.192 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:09:31.192 +01:00 [Information] Request finished in 11.4274ms 200 application/octet-stream -2017-04-27 16:09:31.195 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:09:31.195 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:09:31.195 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:09:31.199 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.199 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:31.199 +01:00 [Information] Request finished in 3.7091ms 200 application/octet-stream -2017-04-27 16:09:31.199 +01:00 [Information] Request finished in 7.1226ms 200 application/octet-stream -2017-04-27 16:09:31.199 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:31.199 +01:00 [Information] Request finished in 10.4702ms 200 application/octet-stream -2017-04-27 16:09:31.203 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:09:31.203 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:09:31.204 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:09:31.205 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:09:31.205 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:09:31.205 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:09:31.206 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:31.206 +01:00 [Information] Request finished in 2.4209ms 200 application/octet-stream -2017-04-27 16:09:31.205 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:31.206 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:31.206 +01:00 [Information] Request finished in 1.069ms 200 application/octet-stream -2017-04-27 16:09:31.206 +01:00 [Information] Request finished in 2.9407ms 200 application/octet-stream -2017-04-27 16:09:31.207 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:09:31.207 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:09:31.210 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:09:31.210 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:09:31.218 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.218 +01:00 [Information] Request finished in 8.5854ms 200 application/octet-stream -2017-04-27 16:09:31.218 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:09:31.219 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:31.219 +01:00 [Information] Request finished in 11.9465ms 200 application/octet-stream -2017-04-27 16:09:31.219 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:09:31.219 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:09:31.219 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:09:31.219 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:31.255 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:09:31.256 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:09:31.272 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:31.272 +01:00 [Information] Request finished in 53.48ms 200 application/octet-stream -2017-04-27 16:09:31.275 +01:00 [Information] Request finished in 0.7446ms 200 application/octet-stream -2017-04-27 16:09:31.275 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:09:31.275 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:09:31.275 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:09:31.275 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:09:31.276 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:09:31.276 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:09:31.282 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:09:31.284 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:09:31.284 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:31.284 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:31.284 +01:00 [Information] Request finished in 8.9654ms 200 application/octet-stream -2017-04-27 16:09:31.284 +01:00 [Information] Request finished in 9.0436ms 200 application/octet-stream -2017-04-27 16:09:31.284 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:31.285 +01:00 [Information] Request finished in 9.4555ms 200 application/octet-stream -2017-04-27 16:09:31.285 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:31.285 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:09:31.285 +01:00 [Information] Request finished in 3.1916ms 200 application/octet-stream -2017-04-27 16:09:31.286 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:09:31.293 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:31.293 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:31.293 +01:00 [Information] Request finished in 11.0572ms 200 application/octet-stream -2017-04-27 16:09:31.293 +01:00 [Information] Request finished in 37.3677ms 200 application/octet-stream -2017-04-27 16:09:31.293 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:09:31.295 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:09:31.296 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:09:31.297 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:09:31.298 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:31.298 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:31.298 +01:00 [Information] Request finished in 3.1956ms 200 application/octet-stream -2017-04-27 16:09:31.299 +01:00 [Information] Request finished in 5.0083ms 200 application/octet-stream -2017-04-27 16:09:31.388 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:31.388 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:31.388 +01:00 [Information] Request finished in 0.5049ms 200 application/json -2017-04-27 16:09:32.988 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:09:32.988 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:09:32.988 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:09:32.988 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:09:32.988 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:09:32.988 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:09:32.997 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:09:32.997 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:09:32.997 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:09:32.998 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:09:32.998 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 9.3853ms -2017-04-27 16:09:32.998 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:32.998 +01:00 [Information] Request finished in 10.3931ms 200 application/json; charset=utf-8 -2017-04-27 16:09:33.105 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:09:33.105 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:09:33.110 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:33.110 +01:00 [Information] Request finished in 5.5655ms 200 application/font-woff2 -2017-04-27 16:09:33.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:33.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:33.319 +01:00 [Information] Request finished in 0.8055ms 200 application/json -2017-04-27 16:09:35.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:35.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:35.336 +01:00 [Information] Request finished in 0.6343ms 200 application/json -2017-04-27 16:09:37.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:37.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:37.326 +01:00 [Information] Request finished in 0.5098ms 200 application/json -2017-04-27 16:09:39.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:39.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:39.327 +01:00 [Information] Request finished in 0.5025ms 200 application/json -2017-04-27 16:09:41.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:41.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:41.334 +01:00 [Information] Request finished in 0.6409ms 200 application/json -2017-04-27 16:09:42.366 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:09:42.367 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:09:42.367 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:09:42.367 +01:00 [Debug] No actions matched the current request -2017-04-27 16:09:42.367 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:09:42.367 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:09:42.367 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:09:42.367 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:09:42.368 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:09:42.368 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:09:42.368 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:09:42.368 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:09:42.368 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 0.6711ms -2017-04-27 16:09:42.368 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:42.368 +01:00 [Information] Request finished in 1.8908ms 200 text/html; charset=utf-8 -2017-04-27 16:09:42.393 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:09:42.394 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:09:42.397 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:09:42.398 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:09:42.398 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:09:42.399 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:09:42.400 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:42.401 +01:00 [Information] Request finished in 7.0415ms 200 application/javascript -2017-04-27 16:09:42.401 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:42.401 +01:00 [Information] Request finished in 3.3625ms 200 text/css -2017-04-27 16:09:42.403 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:42.403 +01:00 [Information] Request finished in 6.6359ms 200 application/javascript -2017-04-27 16:09:42.404 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:09:42.405 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:09:42.431 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:09:42.430 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:09:42.431 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:09:42.431 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:09:42.445 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:42.451 +01:00 [Information] Request finished in 46.164ms 200 text/css -2017-04-27 16:09:42.450 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:09:42.456 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:42.456 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:42.456 +01:00 [Information] Request finished in 25.5191ms 200 text/css -2017-04-27 16:09:42.456 +01:00 [Information] Request finished in 25.629ms 200 application/javascript -2017-04-27 16:09:42.457 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:09:42.462 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:42.473 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:09:42.474 +01:00 [Information] Request finished in 25.3052ms 200 application/javascript -2017-04-27 16:09:42.495 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:09:42.495 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:09:42.499 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:42.499 +01:00 [Information] Request finished in 4.2677ms 200 application/javascript -2017-04-27 16:09:42.521 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:09:42.560 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:42.560 +01:00 [Information] Request finished in 150.7635ms 200 application/javascript -2017-04-27 16:09:42.645 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:09:42.646 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:09:42.647 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:09:42.648 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:09:42.654 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:42.655 +01:00 [Information] Request finished in 9.3641ms 200 text/css -2017-04-27 16:09:42.657 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:42.658 +01:00 [Information] Request finished in 10.6768ms 200 text/css -2017-04-27 16:09:42.904 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:09:42.905 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:09:42.917 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:09:42.918 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:09:42.921 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:42.921 +01:00 [Information] Request finished in 4.0938ms 200 application/octet-stream -2017-04-27 16:09:43.068 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:43.068 +01:00 [Information] Request finished in 163.2697ms 200 application/javascript -2017-04-27 16:09:43.350 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:43.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:43.351 +01:00 [Information] Request finished in 1.1256ms 200 application/json -2017-04-27 16:09:43.467 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:09:43.467 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:09:43.469 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:43.469 +01:00 [Information] Request finished in 2.1586ms 200 application/javascript -2017-04-27 16:09:43.541 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:09:43.542 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:09:43.547 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:09:43.547 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:43.548 +01:00 [Information] Request finished in 6.1701ms 200 application/javascript -2017-04-27 16:09:43.548 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:09:43.551 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:43.551 +01:00 [Information] Request finished in 4.0376ms 200 application/javascript -2017-04-27 16:09:43.554 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:09:43.555 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:09:43.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:43.555 +01:00 [Information] Request finished in 1.3521ms 200 application/javascript -2017-04-27 16:09:43.747 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:09:43.747 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:09:43.747 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:09:43.748 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:09:43.748 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:09:43.766 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:43.766 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:09:43.767 +01:00 [Information] Request finished in 20.4512ms 200 application/javascript -2017-04-27 16:09:43.767 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:09:43.767 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:09:43.767 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:43.767 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:09:43.768 +01:00 [Information] Request finished in 20.9895ms 200 application/javascript -2017-04-27 16:09:43.779 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:43.783 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:09:43.783 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:09:43.783 +01:00 [Information] Request finished in 36.1801ms 200 application/javascript -2017-04-27 16:09:43.788 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:09:43.788 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:09:43.788 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:09:43.788 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:43.789 +01:00 [Information] Request finished in 23.0313ms 200 application/javascript -2017-04-27 16:09:43.789 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:09:43.789 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:43.797 +01:00 [Information] Request finished in 11.2751ms 200 application/javascript -2017-04-27 16:09:43.799 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:09:43.799 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:09:43.799 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:43.799 +01:00 [Information] Request finished in 11.9482ms 200 application/javascript -2017-04-27 16:09:43.799 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:09:43.805 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:43.805 +01:00 [Information] Request finished in 6.6647ms 200 application/javascript -2017-04-27 16:09:43.805 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:43.805 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:09:43.806 +01:00 [Information] Request finished in 23.3359ms 200 application/javascript -2017-04-27 16:09:43.807 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:09:43.808 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:43.808 +01:00 [Information] Request finished in 41.2169ms 200 application/javascript -2017-04-27 16:09:43.808 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:09:43.808 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:43.809 +01:00 [Information] Request finished in 3.8462ms 200 application/javascript -2017-04-27 16:09:43.809 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:09:43.809 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:43.810 +01:00 [Information] Request finished in 0.975ms 200 application/javascript -2017-04-27 16:09:43.814 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:09:43.815 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:09:43.815 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:09:43.815 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:09:43.816 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:09:43.816 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:43.817 +01:00 [Information] Request finished in 2.2914ms 200 application/javascript -2017-04-27 16:09:43.817 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:09:43.817 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:09:43.818 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:43.819 +01:00 [Information] Request finished in 2.3907ms 200 application/javascript -2017-04-27 16:09:43.820 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:09:43.820 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:09:43.821 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:09:43.825 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:09:43.825 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:43.825 +01:00 [Information] Request finished in 5.1169ms 200 application/javascript -2017-04-27 16:09:43.825 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:09:43.825 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:09:43.825 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:09:43.836 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:09:43.836 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:43.837 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:43.837 +01:00 [Information] Request finished in 11.7098ms 200 application/javascript -2017-04-27 16:09:43.837 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:09:43.837 +01:00 [Information] Request finished in 11.7827ms 200 application/javascript -2017-04-27 16:09:43.837 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:09:43.851 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:43.851 +01:00 [Information] Request finished in 16.1007ms 200 application/javascript -2017-04-27 16:09:43.852 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:09:43.853 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:43.853 +01:00 [Information] Request finished in 36.0046ms 200 application/javascript -2017-04-27 16:09:43.870 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:43.870 +01:00 [Information] Request finished in 49.2431ms 200 application/javascript -2017-04-27 16:09:43.875 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:43.875 +01:00 [Information] Request finished in 60.8586ms 200 application/javascript -2017-04-27 16:09:44.003 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:09:44.003 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:09:44.005 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.005 +01:00 [Information] Request finished in 2.2546ms 200 application/javascript -2017-04-27 16:09:44.029 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:09:44.029 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:09:44.033 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:09:44.033 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:44.033 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:09:44.033 +01:00 [Information] Request finished in 4.5895ms 200 application/javascript -2017-04-27 16:09:44.034 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:09:44.034 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:09:44.034 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.034 +01:00 [Information] Request finished in 1.0316ms 200 application/javascript -2017-04-27 16:09:44.035 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.035 +01:00 [Information] Request finished in 1.7286ms 200 application/javascript -2017-04-27 16:09:44.037 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:09:44.037 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:09:44.037 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:09:44.037 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:09:44.038 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:09:44.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:09:44.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:09:44.052 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:09:44.052 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.052 +01:00 [Information] Request finished in 15.0396ms 200 application/javascript -2017-04-27 16:09:44.052 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:09:44.052 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:09:44.037 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:09:44.059 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.059 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.074 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:44.074 +01:00 [Information] Request finished in 23.1055ms 200 application/javascript -2017-04-27 16:09:44.074 +01:00 [Information] Request finished in 36.7148ms 200 application/javascript -2017-04-27 16:09:44.062 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:09:44.074 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:09:44.073 +01:00 [Information] Request finished in 17.634ms 200 application/javascript -2017-04-27 16:09:44.075 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:09:44.077 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:09:44.078 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:09:44.078 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.078 +01:00 [Information] Request finished in 15.5325ms 200 application/javascript -2017-04-27 16:09:44.079 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.080 +01:00 [Information] Request finished in 5.1483ms 200 application/javascript -2017-04-27 16:09:44.052 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:09:44.061 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.080 +01:00 [Information] Request finished in 42.9068ms 200 application/javascript -2017-04-27 16:09:44.084 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.084 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:09:44.084 +01:00 [Information] Request finished in 33.393ms 200 application/javascript -2017-04-27 16:09:44.084 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:09:44.085 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.085 +01:00 [Information] Request finished in 0.9154ms 200 application/javascript -2017-04-27 16:09:44.057 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:09:44.086 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:09:44.086 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:09:44.098 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:44.095 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.098 +01:00 [Information] Request finished in 41.8215ms 200 application/javascript -2017-04-27 16:09:44.098 +01:00 [Information] Request finished in 20.7488ms 200 application/javascript -2017-04-27 16:09:44.566 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:09:44.567 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:09:44.567 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:09:44.567 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:09:44.576 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.580 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:09:44.580 +01:00 [Information] Request finished in 13.1507ms 200 text/html -2017-04-27 16:09:44.580 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:09:44.580 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:09:44.580 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.580 +01:00 [Information] Request finished in 14.0665ms 200 text/html -2017-04-27 16:09:44.580 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:09:44.576 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:09:44.581 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.581 +01:00 [Information] Request finished in 1.2458ms 200 text/html -2017-04-27 16:09:44.581 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:09:44.597 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.597 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:44.598 +01:00 [Information] Request finished in 18.166ms 200 text/html -2017-04-27 16:09:44.597 +01:00 [Information] Request finished in 21.1408ms 200 text/html -2017-04-27 16:09:44.598 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:09:44.598 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:09:44.600 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.600 +01:00 [Information] Request finished in 1.952ms 200 text/html -2017-04-27 16:09:44.618 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:09:44.619 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:09:44.635 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:09:44.635 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:09:44.635 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:09:44.635 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:09:44.635 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:09:44.635 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:09:44.635 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:09:44.636 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:09:44.650 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:44.650 +01:00 [Information] Request finished in 15.3551ms 200 text/html -2017-04-27 16:09:44.647 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.655 +01:00 [Information] Request finished in 18.2385ms 200 text/html -2017-04-27 16:09:44.640 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.659 +01:00 [Information] Request finished in 23.9796ms 200 text/html -2017-04-27 16:09:44.659 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:09:44.641 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:09:44.640 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.660 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:09:44.660 +01:00 [Information] Request finished in 24.6219ms 200 text/html -2017-04-27 16:09:44.660 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:09:44.660 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:09:44.662 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:09:44.662 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.635 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.662 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:09:44.662 +01:00 [Information] Request finished in 21.3968ms 200 text/html -2017-04-27 16:09:44.662 +01:00 [Information] Request finished in 43.7441ms 200 text/html -2017-04-27 16:09:44.663 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.664 +01:00 [Information] Request finished in 2.0822ms 200 text/html -2017-04-27 16:09:44.664 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:09:44.664 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:09:44.667 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.667 +01:00 [Information] Request finished in 4.0713ms 200 text/html -2017-04-27 16:09:44.667 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.668 +01:00 [Information] Request finished in 8.2576ms 200 text/html -2017-04-27 16:09:44.668 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:09:44.675 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:09:44.675 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:09:44.676 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.676 +01:00 [Information] Request finished in 16.0196ms 200 text/html -2017-04-27 16:09:44.681 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:09:44.681 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:09:44.685 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:09:44.687 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.687 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:09:44.687 +01:00 [Information] Request finished in 6.2866ms 200 text/html -2017-04-27 16:09:44.689 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:09:44.689 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:09:44.694 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:09:44.694 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:09:44.694 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.699 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:09:44.695 +01:00 [Information] Request finished in 7.3501ms 200 application/octet-stream -2017-04-27 16:09:44.700 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.701 +01:00 [Information] Request finished in 13.9407ms 200 application/octet-stream -2017-04-27 16:09:44.704 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.704 +01:00 [Information] Request finished in 9.9143ms 200 application/octet-stream -2017-04-27 16:09:44.708 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:09:44.708 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:09:44.708 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:09:44.708 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:09:44.709 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:09:44.710 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.710 +01:00 [Information] Request finished in 2.3351ms 200 application/octet-stream -2017-04-27 16:09:44.710 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:09:44.712 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.712 +01:00 [Information] Request finished in 2.7036ms 200 application/octet-stream -2017-04-27 16:09:44.750 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:09:44.750 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.750 +01:00 [Information] Request finished in 42.1784ms 200 application/octet-stream -2017-04-27 16:09:44.750 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:09:44.750 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:09:44.750 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:09:44.750 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:09:44.756 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.756 +01:00 [Information] Request finished in 6.0827ms 200 application/octet-stream -2017-04-27 16:09:44.757 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:09:44.757 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.757 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:09:44.757 +01:00 [Information] Request finished in 7.5934ms 200 application/octet-stream -2017-04-27 16:09:44.760 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.760 +01:00 [Information] Request finished in 3.483ms 200 application/octet-stream -2017-04-27 16:09:44.762 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:09:44.762 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.762 +01:00 [Information] Request finished in 12.031ms 200 application/octet-stream -2017-04-27 16:09:44.767 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:09:44.767 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:09:44.771 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:09:44.775 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.775 +01:00 [Information] Request finished in 7.7557ms 200 application/octet-stream -2017-04-27 16:09:44.775 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:09:44.775 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:09:44.775 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:09:44.778 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:09:44.778 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.779 +01:00 [Information] Request finished in 10.0524ms 200 application/octet-stream -2017-04-27 16:09:44.779 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:09:44.779 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.779 +01:00 [Information] Request finished in 4.3233ms 200 application/octet-stream -2017-04-27 16:09:44.782 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:09:44.782 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:09:44.787 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.787 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:09:44.787 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:09:44.787 +01:00 [Information] Request finished in 12.2094ms 200 application/octet-stream -2017-04-27 16:09:44.787 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:09:44.787 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:09:44.787 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.788 +01:00 [Information] Request finished in 102.5679ms 200 application/octet-stream -2017-04-27 16:09:44.791 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.794 +01:00 [Information] Request finished in 6.624ms 200 application/octet-stream -2017-04-27 16:09:44.787 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:09:44.794 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:09:44.792 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.795 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.795 +01:00 [Information] Request finished in 8.392ms 200 application/octet-stream -2017-04-27 16:09:44.794 +01:00 [Information] Request finished in 12.3439ms 200 application/octet-stream -2017-04-27 16:09:44.797 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:09:44.797 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:09:44.798 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.799 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:09:44.799 +01:00 [Information] Request finished in 1.8186ms 200 application/octet-stream -2017-04-27 16:09:44.799 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:09:44.799 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:09:44.800 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.800 +01:00 [Information] Request finished in 1.8285ms 200 application/octet-stream -2017-04-27 16:09:44.801 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:09:44.801 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:09:44.801 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:09:44.804 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.805 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.805 +01:00 [Information] Request finished in 6.7968ms 200 application/octet-stream -2017-04-27 16:09:44.805 +01:00 [Information] Request finished in 4.5845ms 200 application/octet-stream -2017-04-27 16:09:44.792 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:09:44.810 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:09:44.810 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:09:44.810 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.811 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.817 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:44.817 +01:00 [Information] Request finished in 0.685ms 200 application/octet-stream -2017-04-27 16:09:44.817 +01:00 [Information] Request finished in 141.8302ms 200 text/html -2017-04-27 16:09:44.811 +01:00 [Information] Request finished in 23.2813ms 200 application/octet-stream -2017-04-27 16:09:44.817 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:09:44.817 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:09:44.817 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:09:44.817 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:09:44.818 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:09:44.817 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:09:44.811 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:09:44.826 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:09:44.827 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.828 +01:00 [Information] Request finished in 16.9364ms 200 application/octet-stream -2017-04-27 16:09:44.824 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.828 +01:00 [Information] Request finished in 10.7692ms 200 application/octet-stream -2017-04-27 16:09:44.825 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.829 +01:00 [Information] Request finished in 11.9002ms 200 application/octet-stream -2017-04-27 16:09:44.833 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:09:44.824 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:09:44.833 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:09:44.833 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:09:44.825 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.834 +01:00 [Information] Request finished in 16.9112ms 200 application/octet-stream -2017-04-27 16:09:44.835 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.835 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:09:44.835 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:09:44.835 +01:00 [Information] Request finished in 10.2607ms 200 application/octet-stream -2017-04-27 16:09:44.835 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:09:44.835 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:09:44.843 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.843 +01:00 [Information] Request finished in 8.4824ms 200 text/css -2017-04-27 16:09:44.843 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:44.843 +01:00 [Information] Request finished in 10.8728ms 200 text/html -2017-04-27 16:09:44.845 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:09:44.845 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:09:44.859 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:09:44.860 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.860 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:09:44.860 +01:00 [Information] Request finished in 25.0817ms 200 application/octet-stream -2017-04-27 16:09:44.860 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:09:44.861 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:09:44.861 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:09:44.861 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:09:44.865 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.865 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:44.865 +01:00 [Information] Request finished in 5.9929ms 200 application/octet-stream -2017-04-27 16:09:44.865 +01:00 [Information] Request finished in 30.4973ms 200 application/octet-stream -2017-04-27 16:09:44.868 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:09:44.871 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:09:44.869 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.873 +01:00 [Information] Request finished in 23.1217ms 200 application/octet-stream -2017-04-27 16:09:44.873 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:44.873 +01:00 [Information] Request finished in 5.2189ms 200 application/octet-stream -2017-04-27 16:09:44.873 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:09:44.874 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:09:44.874 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:09:44.875 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:09:44.876 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:44.876 +01:00 [Information] Request finished in 2.8632ms 200 application/octet-stream -2017-04-27 16:09:44.879 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:09:44.880 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:09:44.880 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:44.880 +01:00 [Information] Request finished in 6.4002ms 200 application/octet-stream -2017-04-27 16:09:44.881 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:44.881 +01:00 [Information] Request finished in 2.0136ms 200 application/octet-stream -2017-04-27 16:09:44.882 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:44.882 +01:00 [Information] Request finished in 21.6596ms 200 application/octet-stream -2017-04-27 16:09:44.882 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:09:44.884 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:09:44.890 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:44.891 +01:00 [Information] Request finished in 8.0156ms 200 application/octet-stream -2017-04-27 16:09:45.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:45.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:45.321 +01:00 [Information] Request finished in 0.777ms 200 application/json -2017-04-27 16:09:46.944 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:09:46.944 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:09:46.944 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:09:46.944 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:09:46.944 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:09:46.944 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:09:46.948 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:09:46.949 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:09:46.949 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:09:46.949 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:09:46.949 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 4.8547ms -2017-04-27 16:09:46.949 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:46.950 +01:00 [Information] Request finished in 5.9787ms 200 application/json; charset=utf-8 -2017-04-27 16:09:47.059 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/ text/plain -2017-04-27 16:09:47.059 +01:00 [Information] Successfully validated the token. -2017-04-27 16:09:47.059 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:09:47.059 +01:00 [Debug] The request path "/api/v1/Identity/" does not match a supported file type -2017-04-27 16:09:47.059 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity"'. -2017-04-27 16:09:47.059 +01:00 [Debug] Action '"Ombi.Controllers.IdentityController.CreateUser (Ombi)"' with id '"2c4a4292-1aba-464f-83ef-bcf1ae2c4139"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:09:47.060 +01:00 [Debug] Action '"Ombi.Controllers.IdentityController.DeleteUser (Ombi)"' with id '"980f0f4c-7fb6-4ced-96b2-31b7c064e335"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:09:47.060 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetUser (Ombi)" -2017-04-27 16:09:47.060 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:09:47.060 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetUser (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:09:47.102 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetUser (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:09:47.102 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:09:47.103 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:09:47.103 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:09:47.102 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:09:47.104 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetUser (Ombi)" in 43.8332ms -2017-04-27 16:09:47.104 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:09:47.104 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:47.104 +01:00 [Information] Request finished in 45.1552ms 200 application/json; charset=utf-8 -2017-04-27 16:09:47.117 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:47.118 +01:00 [Information] Request finished in 15.5097ms 200 application/font-woff2 -2017-04-27 16:09:47.315 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:47.315 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:09:47.316 +01:00 [Information] Request finished in 0.7072ms 200 application/json -2017-04-27 16:09:49.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:49.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:09:49.318 +01:00 [Information] Request finished in 0.6886ms 200 application/json -2017-04-27 16:09:51.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:51.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:09:51.317 +01:00 [Information] Request finished in 0.7601ms 200 application/json -2017-04-27 16:09:53.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:53.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:09:53.327 +01:00 [Information] Request finished in 0.7174ms 200 application/json -2017-04-27 16:09:55.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:55.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:09:55.318 +01:00 [Information] Request finished in 0.7595ms 200 application/json -2017-04-27 16:09:57.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:57.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:09:57.343 +01:00 [Information] Request finished in 0.5347ms 200 application/json -2017-04-27 16:09:59.347 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:09:59.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:09:59.348 +01:00 [Information] Request finished in 0.6621ms 200 application/json -2017-04-27 16:10:01.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:01.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:01.341 +01:00 [Information] Request finished in 0.7035ms 200 application/json -2017-04-27 16:10:03.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:03.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:03.329 +01:00 [Information] Request finished in 0.6724ms 200 application/json -2017-04-27 16:10:05.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:05.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:05.343 +01:00 [Information] Request finished in 0.7757ms 200 application/json -2017-04-27 16:10:06.703 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:10:07.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:07.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:07.329 +01:00 [Information] Request finished in 0.5668ms 200 application/json -2017-04-27 16:10:09.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:09.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:09.328 +01:00 [Information] Request finished in 0.8555ms 200 application/json -2017-04-27 16:10:11.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:11.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:11.327 +01:00 [Information] Request finished in 0.7121ms 200 application/json -2017-04-27 16:10:13.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:13.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:13.327 +01:00 [Information] Request finished in 0.5479ms 200 application/json -2017-04-27 16:10:15.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:15.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:15.326 +01:00 [Information] Request finished in 0.4615ms 200 application/json -2017-04-27 16:10:17.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:17.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:17.340 +01:00 [Information] Request finished in 0.5671ms 200 application/json -2017-04-27 16:10:19.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:19.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:19.329 +01:00 [Information] Request finished in 0.4847ms 200 application/json -2017-04-27 16:10:21.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:21.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:21.329 +01:00 [Information] Request finished in 0.7058ms 200 application/json -2017-04-27 16:10:23.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:23.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:23.329 +01:00 [Information] Request finished in 0.5429ms 200 application/json -2017-04-27 16:10:25.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:25.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:25.327 +01:00 [Information] Request finished in 0.4863ms 200 application/json -2017-04-27 16:10:27.316 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:27.316 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:27.316 +01:00 [Information] Request finished in 0.6105ms 200 application/json -2017-04-27 16:10:29.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:29.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:29.321 +01:00 [Information] Request finished in 0.6889ms 200 application/json -2017-04-27 16:10:31.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:31.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:31.318 +01:00 [Information] Request finished in 0.7264ms 200 application/json -2017-04-27 16:10:31.804 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:10:31.804 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:10:31.804 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:10:31.804 +01:00 [Debug] No actions matched the current request -2017-04-27 16:10:31.804 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:10:31.804 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:10:31.804 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:10:31.805 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:10:31.805 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:10:31.805 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:10:31.805 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:10:31.805 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:10:31.805 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 0.8184ms -2017-04-27 16:10:31.805 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:31.805 +01:00 [Information] Request finished in 1.8623ms 200 text/html; charset=utf-8 -2017-04-27 16:10:31.824 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:10:31.825 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:10:31.828 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:31.828 +01:00 [Information] Request finished in 3.6075ms 200 application/javascript -2017-04-27 16:10:31.842 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:10:31.842 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:10:31.842 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:10:31.843 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:31.843 +01:00 [Information] Request finished in 1.4783ms 200 text/css -2017-04-27 16:10:31.844 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:10:31.850 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:10:31.850 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:10:31.851 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:31.851 +01:00 [Information] Request finished in 1.7825ms 200 text/css -2017-04-27 16:10:31.850 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:31.851 +01:00 [Information] Request finished in 9.5498ms 200 text/css -2017-04-27 16:10:31.854 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:10:31.854 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:10:31.859 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:10:31.859 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:10:31.864 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:10:31.864 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:31.864 +01:00 [Information] Request finished in 5.5142ms 200 application/javascript -2017-04-27 16:10:31.866 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:10:31.868 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:10:31.868 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:10:31.873 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:10:31.875 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:31.875 +01:00 [Information] Request finished in 21.3219ms 200 application/javascript -2017-04-27 16:10:31.875 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:10:31.882 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:31.882 +01:00 [Information] Request finished in 18.0935ms 200 application/javascript -2017-04-27 16:10:31.883 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:31.884 +01:00 [Information] Request finished in 18.0564ms 200 application/javascript -2017-04-27 16:10:31.884 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:31.884 +01:00 [Information] Request finished in 10.8596ms 200 application/javascript -2017-04-27 16:10:36.676 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:10:36.676 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:10:36.693 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:36.694 +01:00 [Information] Request finished in 18.5911ms 200 text/css -2017-04-27 16:10:36.709 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:36.709 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:36.738 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:10:36.738 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:10:36.739 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:36.740 +01:00 [Information] Request finished in 30.4374ms 200 application/json -2017-04-27 16:10:36.739 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:36.740 +01:00 [Information] Request finished in 30.7499ms 200 application/json -2017-04-27 16:10:36.742 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:36.742 +01:00 [Information] Request finished in 4.3229ms 200 text/css -2017-04-27 16:10:36.878 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:10:36.878 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:10:36.971 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:10:36.972 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:10:36.974 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:36.974 +01:00 [Information] Request finished in 3.0956ms 200 application/octet-stream -2017-04-27 16:10:37.110 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:37.111 +01:00 [Information] Request finished in 232.6932ms 200 application/javascript -2017-04-27 16:10:37.344 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:37.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:37.344 +01:00 [Information] Request finished in 0.6803ms 200 application/json -2017-04-27 16:10:37.478 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:10:37.478 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:10:37.486 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:37.486 +01:00 [Information] Request finished in 8.9413ms 200 application/javascript -2017-04-27 16:10:37.552 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:10:37.553 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:10:37.553 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:10:37.553 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:10:37.573 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:10:37.573 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:37.573 +01:00 [Information] Request finished in 20.8918ms 200 application/javascript -2017-04-27 16:10:37.574 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:10:37.578 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:37.578 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:37.578 +01:00 [Information] Request finished in 4.9004ms 200 application/javascript -2017-04-27 16:10:37.578 +01:00 [Information] Request finished in 24.9894ms 200 application/javascript -2017-04-27 16:10:37.804 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:10:37.804 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:10:37.804 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:10:37.804 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:10:37.804 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:10:37.804 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:10:37.804 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:10:37.804 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:10:37.822 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:10:37.835 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:10:37.835 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:37.806 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:37.806 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:37.840 +01:00 [Information] Request finished in 35.8649ms 200 application/javascript -2017-04-27 16:10:37.824 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:10:37.840 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:10:37.840 +01:00 [Information] Request finished in 31.2201ms 200 application/javascript -2017-04-27 16:10:37.840 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:10:37.840 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:37.841 +01:00 [Information] Request finished in 32.7841ms 200 application/javascript -2017-04-27 16:10:37.841 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:37.841 +01:00 [Information] Request finished in 17.7859ms 200 application/javascript -2017-04-27 16:10:37.841 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:10:37.821 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:37.842 +01:00 [Information] Request finished in 19.4255ms 200 application/javascript -2017-04-27 16:10:37.846 +01:00 [Information] Request finished in 42.2118ms 200 application/javascript -2017-04-27 16:10:37.853 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:10:37.842 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:10:37.850 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:10:37.854 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:10:37.844 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:10:37.854 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:10:37.858 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:37.858 +01:00 [Information] Request finished in 8.4241ms 200 application/javascript -2017-04-27 16:10:37.824 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:10:37.861 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:37.861 +01:00 [Information] Request finished in 21.6146ms 200 application/javascript -2017-04-27 16:10:37.862 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:37.855 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:10:37.862 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:10:37.862 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:10:37.863 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:37.863 +01:00 [Information] Request finished in 7.9063ms 200 application/javascript -2017-04-27 16:10:37.863 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:10:37.868 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:37.868 +01:00 [Information] Request finished in 5.9615ms 200 application/javascript -2017-04-27 16:10:37.873 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:10:37.874 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:10:37.877 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:37.877 +01:00 [Information] Request finished in 3.5836ms 200 application/javascript -2017-04-27 16:10:37.877 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:10:37.877 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:10:37.879 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:37.880 +01:00 [Information] Request finished in 2.8741ms 200 application/javascript -2017-04-27 16:10:37.883 +01:00 [Information] Request finished in 20.678ms 200 application/javascript -2017-04-27 16:10:37.883 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:10:37.883 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:10:37.883 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:37.886 +01:00 [Information] Request finished in 0.6999ms 200 application/javascript -2017-04-27 16:10:37.889 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:10:37.890 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:10:37.890 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:37.890 +01:00 [Information] Request finished in 1.3207ms 200 application/javascript -2017-04-27 16:10:37.891 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:10:37.892 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:10:37.893 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:37.893 +01:00 [Information] Request finished in 2.0007ms 200 application/javascript -2017-04-27 16:10:37.896 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:10:37.896 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:10:37.899 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:37.900 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:10:37.900 +01:00 [Information] Request finished in 4.126ms 200 application/javascript -2017-04-27 16:10:37.900 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:10:37.900 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:10:37.902 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:37.904 +01:00 [Information] Request finished in 50.3751ms 200 application/javascript -2017-04-27 16:10:37.905 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:37.903 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:37.905 +01:00 [Information] Request finished in 5.4857ms 200 application/javascript -2017-04-27 16:10:37.905 +01:00 [Information] Request finished in 81.0536ms 200 application/javascript -2017-04-27 16:10:37.994 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:10:37.994 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:10:37.996 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:37.996 +01:00 [Information] Request finished in 2.7251ms 200 application/javascript -2017-04-27 16:10:38.045 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:10:38.045 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:10:38.045 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:10:38.045 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:10:38.045 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:10:38.045 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:10:38.051 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:10:38.052 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:38.052 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:10:38.052 +01:00 [Information] Request finished in 7.3531ms 200 application/javascript -2017-04-27 16:10:38.052 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:38.052 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:38.052 +01:00 [Information] Request finished in 7.6759ms 200 application/javascript -2017-04-27 16:10:38.055 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:10:38.053 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.055 +01:00 [Information] Request finished in 4.3587ms 200 application/javascript -2017-04-27 16:10:38.056 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:10:38.057 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:38.057 +01:00 [Information] Request finished in 1.4581ms 200 application/javascript -2017-04-27 16:10:38.058 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:10:38.059 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:10:38.060 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:38.060 +01:00 [Information] Request finished in 2.3669ms 200 application/javascript -2017-04-27 16:10:38.053 +01:00 [Information] Request finished in 7.7136ms 200 application/javascript -2017-04-27 16:10:38.070 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:10:38.071 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:10:38.071 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:10:38.071 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:10:38.089 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:38.089 +01:00 [Information] Request finished in 17.8313ms 200 application/javascript -2017-04-27 16:10:38.089 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.089 +01:00 [Information] Request finished in 19.0546ms 200 application/javascript -2017-04-27 16:10:38.093 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:10:38.093 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:10:38.093 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:10:38.093 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:10:38.098 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:10:38.098 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:10:38.099 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:38.099 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:38.099 +01:00 [Information] Request finished in 6.0635ms 200 application/javascript -2017-04-27 16:10:38.099 +01:00 [Information] Request finished in 6.0072ms 200 application/javascript -2017-04-27 16:10:38.099 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:10:38.099 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:10:38.105 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:38.105 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.106 +01:00 [Information] Request finished in 7.8159ms 200 application/javascript -2017-04-27 16:10:38.106 +01:00 [Information] Request finished in 7.563ms 200 application/javascript -2017-04-27 16:10:38.110 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:10:38.110 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:10:38.110 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:10:38.110 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:10:38.121 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:38.121 +01:00 [Information] Request finished in 11.2235ms 200 application/javascript -2017-04-27 16:10:38.123 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.123 +01:00 [Information] Request finished in 12.91ms 200 application/javascript -2017-04-27 16:10:38.567 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:10:38.567 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:10:38.567 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:10:38.567 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:10:38.568 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:10:38.568 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:10:38.568 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:10:38.568 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:10:38.567 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:10:38.577 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:38.577 +01:00 [Information] Request finished in 9.6889ms 200 text/html -2017-04-27 16:10:38.577 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:38.577 +01:00 [Information] Request finished in 9.8001ms 200 text/html -2017-04-27 16:10:38.577 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:10:38.568 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.579 +01:00 [Information] Request finished in 10.7325ms 200 text/html -2017-04-27 16:10:38.577 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:38.579 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:10:38.579 +01:00 [Information] Request finished in 11.684ms 200 text/html -2017-04-27 16:10:38.579 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:38.580 +01:00 [Information] Request finished in 11.875ms 200 text/html -2017-04-27 16:10:38.580 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:10:38.585 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:10:38.585 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:10:38.585 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.585 +01:00 [Information] Request finished in 6.3124ms 200 text/html -2017-04-27 16:10:38.587 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:10:38.587 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.587 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:10:38.587 +01:00 [Information] Request finished in 2.6811ms 200 text/html -2017-04-27 16:10:38.593 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:10:38.593 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:10:38.593 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:38.593 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:10:38.593 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:10:38.593 +01:00 [Information] Request finished in 6.721ms 200 text/html -2017-04-27 16:10:38.597 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:38.598 +01:00 [Information] Request finished in 4.4895ms 200 text/html -2017-04-27 16:10:38.599 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:10:38.599 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:38.599 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:10:38.600 +01:00 [Information] Request finished in 6.5267ms 200 text/html -2017-04-27 16:10:38.602 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.602 +01:00 [Information] Request finished in 2.9976ms 200 text/html -2017-04-27 16:10:38.603 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:10:38.603 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:10:38.606 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:10:38.606 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.607 +01:00 [Information] Request finished in 4.115ms 200 text/html -2017-04-27 16:10:38.607 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:10:38.607 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:10:38.607 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:10:38.599 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:10:38.610 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:38.613 +01:00 [Information] Request finished in 6.4839ms 200 text/html -2017-04-27 16:10:38.613 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:10:38.610 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:38.613 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:10:38.613 +01:00 [Information] Request finished in 6.0343ms 200 text/html -2017-04-27 16:10:38.610 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:10:38.614 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:10:38.614 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:10:38.616 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:38.616 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:10:38.616 +01:00 [Information] Request finished in 5.8522ms 200 text/html -2017-04-27 16:10:38.616 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:10:38.621 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:10:38.621 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:38.621 +01:00 [Information] Request finished in 5.4824ms 200 text/html -2017-04-27 16:10:38.621 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:10:38.622 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.622 +01:00 [Information] Request finished in 8.7049ms 200 text/html -2017-04-27 16:10:38.629 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:10:38.629 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:10:38.630 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:38.630 +01:00 [Information] Request finished in 0.9856ms 200 application/octet-stream -2017-04-27 16:10:38.637 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:10:38.637 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:10:38.638 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:38.638 +01:00 [Information] Request finished in 1.2561ms 200 application/octet-stream -2017-04-27 16:10:38.654 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:10:38.622 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.654 +01:00 [Information] Request finished in 33.1096ms 200 text/html -2017-04-27 16:10:38.654 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:10:38.654 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:10:38.654 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:38.655 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:10:38.655 +01:00 [Information] Request finished in 1.1263ms 200 application/octet-stream -2017-04-27 16:10:38.659 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:10:38.659 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:10:38.659 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:10:38.659 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:10:38.683 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.683 +01:00 [Information] Request finished in 29.0535ms 200 application/octet-stream -2017-04-27 16:10:38.684 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:10:38.684 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:10:38.684 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:10:38.686 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:10:38.686 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:38.686 +01:00 [Information] Request finished in 1.9176ms 200 application/octet-stream -2017-04-27 16:10:38.691 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:38.691 +01:00 [Information] Request finished in 7.7626ms 200 application/octet-stream -2017-04-27 16:10:38.691 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:38.694 +01:00 [Information] Request finished in 35.113ms 200 application/octet-stream -2017-04-27 16:10:38.725 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:10:38.737 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:10:38.738 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:10:38.738 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:10:38.742 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:38.742 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:38.743 +01:00 [Information] Request finished in 5.4268ms 200 application/octet-stream -2017-04-27 16:10:38.743 +01:00 [Information] Request finished in 17.3178ms 200 application/octet-stream -2017-04-27 16:10:38.743 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:10:38.736 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.743 +01:00 [Information] Request finished in 84.3118ms 200 application/octet-stream -2017-04-27 16:10:38.743 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:10:38.743 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:10:38.744 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:10:38.736 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:10:38.749 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:38.756 +01:00 [Information] Request finished in 13.448ms 200 application/octet-stream -2017-04-27 16:10:38.757 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:10:38.760 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.760 +01:00 [Information] Request finished in 16.984ms 200 application/octet-stream -2017-04-27 16:10:38.770 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:10:38.770 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:10:38.770 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:10:38.770 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:10:38.771 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:10:38.774 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:10:38.774 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:10:38.774 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:10:38.794 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:10:38.794 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:10:38.798 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:38.798 +01:00 [Information] Request finished in 5.9903ms 200 application/octet-stream -2017-04-27 16:10:39.316 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:10:39.317 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:10:39.491 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:39.491 +01:00 [Information] Request finished in 890.8301ms 200 text/html -2017-04-27 16:10:39.500 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:39.500 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:10:39.500 +01:00 [Information] Request finished in 729.2824ms 200 text/css -2017-04-27 16:10:39.500 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:39.500 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:10:39.501 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:10:39.501 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:10:39.501 +01:00 [Information] Request finished in 525.9744ms 200 application/octet-stream -2017-04-27 16:10:39.501 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:39.501 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:39.501 +01:00 [Information] Request finished in 765.0109ms 200 application/octet-stream -2017-04-27 16:10:39.501 +01:00 [Information] Request finished in 730.9166ms 200 application/octet-stream -2017-04-27 16:10:39.502 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:10:39.502 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:39.502 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:10:39.502 +01:00 [Information] Request finished in 734.3536ms 200 application/octet-stream -2017-04-27 16:10:39.502 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:10:39.503 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:39.504 +01:00 [Information] Request finished in 3.0297ms 200 application/octet-stream -2017-04-27 16:10:39.513 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:39.513 +01:00 [Information] Request finished in 13.0037ms 200 application/octet-stream -2017-04-27 16:10:39.530 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:39.530 +01:00 [Information] Request finished in 28.9022ms 200 application/octet-stream -2017-04-27 16:10:39.532 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:10:39.532 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:10:39.534 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:39.534 +01:00 [Information] Request finished in 1.8474ms 200 application/octet-stream -2017-04-27 16:10:39.534 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:10:39.541 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:39.541 +01:00 [Information] Request finished in 768.3903ms 200 application/octet-stream -2017-04-27 16:10:39.541 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:10:39.542 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:10:39.550 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:39.550 +01:00 [Information] Request finished in 8.5443ms 200 application/octet-stream -2017-04-27 16:10:39.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:39.555 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:39.555 +01:00 [Information] Request finished in 52.6073ms 200 application/octet-stream -2017-04-27 16:10:39.555 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:10:39.555 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:10:39.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:39.558 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:39.558 +01:00 [Information] Request finished in 3.3592ms 200 application/octet-stream -2017-04-27 16:10:39.559 +01:00 [Information] Request finished in 0.779ms 200 application/json -2017-04-27 16:10:39.570 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:10:39.570 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:10:39.571 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:10:39.571 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:10:39.589 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:39.589 +01:00 [Information] Request finished in 18.3216ms 200 application/octet-stream -2017-04-27 16:10:39.590 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:39.590 +01:00 [Information] Request finished in 20.2562ms 200 application/octet-stream -2017-04-27 16:10:39.614 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:10:39.614 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:10:39.648 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:39.654 +01:00 [Information] Request finished in 39.7582ms 200 application/octet-stream -2017-04-27 16:10:39.648 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:10:39.656 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:10:39.661 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:10:39.661 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:39.661 +01:00 [Information] Request finished in 13.3563ms 200 application/octet-stream -2017-04-27 16:10:39.661 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:10:39.661 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:10:39.661 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:10:39.661 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:10:39.662 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:10:39.667 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:39.667 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:39.667 +01:00 [Information] Request finished in 5.6946ms 200 application/octet-stream -2017-04-27 16:10:39.667 +01:00 [Information] Request finished in 5.7615ms 200 application/octet-stream -2017-04-27 16:10:39.662 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:39.667 +01:00 [Information] Request finished in 6.5247ms 200 application/octet-stream -2017-04-27 16:10:39.668 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:10:39.668 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:10:39.669 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:39.669 +01:00 [Information] Request finished in 1.0803ms 200 application/octet-stream -2017-04-27 16:10:39.679 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:10:39.679 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:10:39.698 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:39.698 +01:00 [Information] Request finished in 19.4122ms 200 application/octet-stream -2017-04-27 16:10:39.698 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:10:39.700 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:10:39.704 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:39.704 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:10:39.704 +01:00 [Information] Request finished in 6.4664ms 200 application/octet-stream -2017-04-27 16:10:39.705 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:10:39.705 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:10:39.705 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:39.705 +01:00 [Information] Request finished in 0.825ms 200 application/octet-stream -2017-04-27 16:10:39.706 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:10:39.709 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:39.709 +01:00 [Information] Request finished in 4.7752ms 200 application/octet-stream -2017-04-27 16:10:39.709 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:10:39.709 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:10:39.710 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:10:39.710 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:10:39.711 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:39.712 +01:00 [Information] Request finished in 2.0855ms 200 application/octet-stream -2017-04-27 16:10:39.712 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:39.712 +01:00 [Information] Request finished in 3.092ms 200 application/octet-stream -2017-04-27 16:10:41.055 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:10:41.055 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:10:41.055 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:10:41.055 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:10:41.055 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:10:41.055 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:10:41.058 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:10:41.059 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:10:41.059 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:10:41.059 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:10:41.060 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 4.4037ms -2017-04-27 16:10:41.060 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:41.060 +01:00 [Information] Request finished in 5.2738ms 200 application/json; charset=utf-8 -2017-04-27 16:10:41.199 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/Users text/plain -2017-04-27 16:10:41.200 +01:00 [Information] Successfully validated the token. -2017-04-27 16:10:41.200 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:10:41.200 +01:00 [Debug] The request path "/api/v1/Identity/Users" does not match a supported file type -2017-04-27 16:10:41.200 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity/Users"'. -2017-04-27 16:10:41.201 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" -2017-04-27 16:10:41.201 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:10:41.201 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:10:47.403 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:47.403 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:10:47.404 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:47.404 +01:00 [Information] Request finished in 0.7277ms 200 application/json -2017-04-27 16:10:47.404 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:47.405 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:47.405 +01:00 [Information] Request finished in 1.0737ms 200 application/json -2017-04-27 16:10:47.421 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:10:47.422 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:47.422 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:47.422 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:47.422 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:47.422 +01:00 [Information] Request finished in 0.6025ms 200 application/json -2017-04-27 16:10:47.422 +01:00 [Information] Request finished in 0.4069ms 200 application/json -2017-04-27 16:10:47.466 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:47.467 +01:00 [Information] Request finished in 63.4338ms 200 application/font-woff2 -2017-04-27 16:10:47.524 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:10:47.524 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:10:47.524 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:10:47.524 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:10:47.537 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" in 6336.4442ms -2017-04-27 16:10:47.537 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:10:47.537 +01:00 [Information] Request finished in 6338.389ms 200 application/json; charset=utf-8 -2017-04-27 16:10:49.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:49.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:10:49.333 +01:00 [Information] Request finished in 0.5287ms 200 application/json -2017-04-27 16:10:51.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:51.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:10:51.317 +01:00 [Information] Request finished in 0.9253ms 200 application/json -2017-04-27 16:10:53.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:53.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:10:53.324 +01:00 [Information] Request finished in 0.6178ms 200 application/json -2017-04-27 16:10:55.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:55.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:10:55.319 +01:00 [Information] Request finished in 0.7446ms 200 application/json -2017-04-27 16:10:57.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:57.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:10:57.318 +01:00 [Information] Request finished in 0.7144ms 200 application/json -2017-04-27 16:10:59.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:10:59.317 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:10:59.317 +01:00 [Information] Request finished in 0.4807ms 200 application/json -2017-04-27 16:11:01.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:01.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:01.318 +01:00 [Information] Request finished in 0.6171ms 200 application/json -2017-04-27 16:11:03.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:03.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:03.318 +01:00 [Information] Request finished in 0.6469ms 200 application/json -2017-04-27 16:11:05.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:05.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:05.318 +01:00 [Information] Request finished in 0.6495ms 200 application/json -2017-04-27 16:11:06.771 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:11:07.317 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:07.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:07.318 +01:00 [Information] Request finished in 0.6254ms 200 application/json -2017-04-27 16:11:09.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:09.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:09.318 +01:00 [Information] Request finished in 0.5585ms 200 application/json -2017-04-27 16:11:11.353 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:11.363 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:11.363 +01:00 [Information] Request finished in 10.7967ms 200 application/json -2017-04-27 16:11:13.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:13.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:13.350 +01:00 [Information] Request finished in 9.8902ms 200 application/json -2017-04-27 16:11:15.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:15.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:15.349 +01:00 [Information] Request finished in 18.5004ms 200 application/json -2017-04-27 16:11:17.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:17.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:17.329 +01:00 [Information] Request finished in 0.4549ms 200 application/json -2017-04-27 16:11:19.369 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:19.378 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:19.392 +01:00 [Information] Request finished in 21.4057ms 200 application/json -2017-04-27 16:11:21.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:21.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:21.334 +01:00 [Information] Request finished in 0.5873ms 200 application/json -2017-04-27 16:11:23.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:23.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:23.329 +01:00 [Information] Request finished in 0.5082ms 200 application/json -2017-04-27 16:11:25.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:25.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:25.328 +01:00 [Information] Request finished in 0.4665ms 200 application/json -2017-04-27 16:11:27.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:27.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:27.331 +01:00 [Information] Request finished in 0.7012ms 200 application/json -2017-04-27 16:11:29.360 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:29.360 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:29.360 +01:00 [Information] Request finished in 0.5207ms 200 application/json -2017-04-27 16:11:31.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:31.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:31.319 +01:00 [Information] Request finished in 0.6843ms 200 application/json -2017-04-27 16:11:33.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:33.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:33.319 +01:00 [Information] Request finished in 0.7019ms 200 application/json -2017-04-27 16:11:35.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:35.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:35.328 +01:00 [Information] Request finished in 5.3056ms 200 application/json -2017-04-27 16:11:36.956 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:11:36.956 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:11:36.956 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:11:36.956 +01:00 [Debug] No actions matched the current request -2017-04-27 16:11:36.956 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:11:36.956 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:11:36.957 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:11:36.957 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:11:36.957 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:11:36.957 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:11:36.957 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:11:36.957 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:11:36.957 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 0.5347ms -2017-04-27 16:11:36.957 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:36.957 +01:00 [Information] Request finished in 1.2018ms 200 text/html; charset=utf-8 -2017-04-27 16:11:37.015 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:11:37.016 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:11:37.069 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:11:37.069 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:11:37.072 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:11:37.072 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:37.073 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:37.073 +01:00 [Information] Request finished in 3.7939ms 200 text/css -2017-04-27 16:11:37.073 +01:00 [Information] Request finished in 57.4385ms 200 application/javascript -2017-04-27 16:11:37.073 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:11:37.073 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:11:37.075 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:11:37.076 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:11:37.076 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:11:37.076 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:11:37.076 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:11:37.076 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:37.076 +01:00 [Information] Request finished in 0.5433ms 200 text/css -2017-04-27 16:11:37.085 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:11:37.088 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:11:37.088 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:11:37.088 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:11:37.090 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:11:37.089 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:11:37.091 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:37.092 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:37.092 +01:00 [Information] Request finished in 20.4042ms 200 text/css -2017-04-27 16:11:37.092 +01:00 [Information] Request finished in 4.4097ms 200 application/javascript -2017-04-27 16:11:37.092 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:37.093 +01:00 [Information] Request finished in 5.4238ms 200 application/javascript -2017-04-27 16:11:37.097 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:37.092 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:37.097 +01:00 [Information] Request finished in 12.5226ms 200 application/javascript -2017-04-27 16:11:37.097 +01:00 [Information] Request finished in 21.4305ms 200 application/javascript -2017-04-27 16:11:37.101 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:37.101 +01:00 [Information] Request finished in 27.6609ms 200 application/javascript -2017-04-27 16:11:37.238 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:11:37.238 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:11:37.238 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:11:37.238 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:11:37.248 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:37.249 +01:00 [Information] Request finished in 10.7768ms 200 text/css -2017-04-27 16:11:37.258 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:37.258 +01:00 [Information] Request finished in 20.2416ms 200 text/css -2017-04-27 16:11:37.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:37.419 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:37.420 +01:00 [Information] Request finished in 77.6659ms 200 application/json -2017-04-27 16:11:37.506 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:11:37.507 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:11:37.769 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:11:37.770 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:11:37.804 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:37.804 +01:00 [Information] Request finished in 34.7011ms 200 application/octet-stream -2017-04-27 16:11:38.064 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:38.064 +01:00 [Information] Request finished in 559.1635ms 200 application/javascript -2017-04-27 16:11:38.639 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:11:38.640 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:11:38.653 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:38.653 +01:00 [Information] Request finished in 13.9884ms 200 application/javascript -2017-04-27 16:11:38.694 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:11:38.694 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:11:38.695 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:38.696 +01:00 [Information] Request finished in 1.5316ms 200 application/javascript -2017-04-27 16:11:38.709 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:11:38.711 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:11:38.713 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:38.713 +01:00 [Information] Request finished in 3.7273ms 200 application/javascript -2017-04-27 16:11:38.716 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:11:38.718 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:11:38.756 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:38.757 +01:00 [Information] Request finished in 40.8391ms 200 application/javascript -2017-04-27 16:11:39.046 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:11:39.046 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:11:39.054 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:11:39.054 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:11:39.054 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:11:39.054 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:11:39.054 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:11:39.054 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:11:39.095 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:11:39.054 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:39.119 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:11:39.117 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:39.119 +01:00 [Information] Request finished in 72.7023ms 200 application/javascript -2017-04-27 16:11:39.119 +01:00 [Information] Request finished in 65.2343ms 200 application/javascript -2017-04-27 16:11:39.119 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:11:39.119 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:11:39.118 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:39.125 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:11:39.125 +01:00 [Information] Request finished in 70.8816ms 200 application/javascript -2017-04-27 16:11:39.125 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:11:39.130 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:11:39.130 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:39.132 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:39.133 +01:00 [Information] Request finished in 50.0798ms 200 application/javascript -2017-04-27 16:11:39.133 +01:00 [Information] Request finished in 78.5751ms 200 application/javascript -2017-04-27 16:11:39.139 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:11:39.139 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:39.139 +01:00 [Information] Request finished in 19.9675ms 200 application/javascript -2017-04-27 16:11:39.139 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:11:39.169 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:11:39.170 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:11:39.142 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:11:39.397 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:11:39.397 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:11:39.398 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:11:39.399 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:11:39.526 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:11:39.527 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:11:39.599 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:39.601 +01:00 [Information] Request finished in 482.0127ms 200 application/javascript -2017-04-27 16:11:39.601 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:11:39.601 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:11:39.692 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:39.693 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:39.693 +01:00 [Information] Request finished in 568.0488ms 200 application/javascript -2017-04-27 16:11:39.697 +01:00 [Information] Request finished in 298.8003ms 200 application/javascript -2017-04-27 16:11:39.693 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:39.697 +01:00 [Information] Request finished in 528.878ms 200 application/javascript -2017-04-27 16:11:39.697 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:11:39.697 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:11:39.774 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:39.774 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:11:39.774 +01:00 [Information] Request finished in 252.9686ms 200 application/javascript -2017-04-27 16:11:39.774 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:39.776 +01:00 [Information] Request finished in 378.3803ms 200 application/javascript -2017-04-27 16:11:39.776 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:11:39.777 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:11:39.777 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:11:39.777 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:11:39.777 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:11:39.775 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:11:39.777 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:11:39.782 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:39.782 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:39.782 +01:00 [Information] Request finished in 643.3859ms 200 application/javascript -2017-04-27 16:11:39.783 +01:00 [Information] Request finished in 181.3698ms 200 application/javascript -2017-04-27 16:11:39.783 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:11:39.782 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:39.785 +01:00 [Information] Request finished in 88.0306ms 200 application/javascript -2017-04-27 16:11:39.785 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:11:39.851 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:39.851 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:39.852 +01:00 [Information] Request finished in 77.4924ms 200 application/javascript -2017-04-27 16:11:39.851 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:39.853 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:39.853 +01:00 [Information] Request finished in 78.493ms 200 application/javascript -2017-04-27 16:11:39.853 +01:00 [Information] Request finished in 69.893ms 200 application/javascript -2017-04-27 16:11:39.853 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:11:39.858 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:39.858 +01:00 [Information] Request finished in 7.3355ms 200 application/json -2017-04-27 16:11:39.858 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:11:39.873 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:39.874 +01:00 [Information] Request finished in 96.8961ms 200 application/javascript -2017-04-27 16:11:39.874 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:39.874 +01:00 [Information] Request finished in 97.5122ms 200 application/javascript -2017-04-27 16:11:39.874 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:11:39.875 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:11:39.876 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:11:39.876 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:11:39.876 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:11:39.878 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:11:39.888 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:39.888 +01:00 [Information] Request finished in 34.9018ms 200 application/javascript -2017-04-27 16:11:39.889 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:11:39.893 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:39.893 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:39.893 +01:00 [Information] Request finished in 17.2817ms 200 application/javascript -2017-04-27 16:11:39.893 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:39.894 +01:00 [Information] Request finished in 19.3119ms 200 application/javascript -2017-04-27 16:11:39.893 +01:00 [Information] Request finished in 18.8358ms 200 application/javascript -2017-04-27 16:11:39.896 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:11:39.914 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:39.915 +01:00 [Information] Request finished in 25.7323ms 200 application/javascript -2017-04-27 16:11:39.915 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:11:39.915 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:11:39.915 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:11:39.915 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:11:39.916 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:11:39.917 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:39.916 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:11:39.917 +01:00 [Information] Request finished in 1.8418ms 200 application/javascript -2017-04-27 16:11:39.917 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:11:39.924 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:39.924 +01:00 [Information] Request finished in 7.3968ms 200 application/javascript -2017-04-27 16:11:39.932 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:11:39.932 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:39.980 +01:00 [Information] Request finished in 65.279ms 200 application/javascript -2017-04-27 16:11:39.979 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:11:39.974 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:39.982 +01:00 [Information] Request finished in 65.5806ms 200 application/javascript -2017-04-27 16:11:39.985 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:11:39.979 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:11:39.989 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:11:39.989 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:11:39.990 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:11:39.992 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:39.992 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:39.992 +01:00 [Information] Request finished in 13.5973ms 200 application/javascript -2017-04-27 16:11:39.992 +01:00 [Information] Request finished in 13.6367ms 200 application/javascript -2017-04-27 16:11:39.999 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:39.999 +01:00 [Information] Request finished in 9.7266ms 200 application/javascript -2017-04-27 16:11:40.001 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:11:40.001 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:11:40.002 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:11:40.003 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.003 +01:00 [Information] Request finished in 1.5763ms 200 application/javascript -2017-04-27 16:11:40.023 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:11:40.024 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:11:40.024 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:40.024 +01:00 [Information] Request finished in 0.9197ms 200 application/javascript -2017-04-27 16:11:40.041 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:11:40.051 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.051 +01:00 [Information] Request finished in 50.0155ms 200 application/javascript -2017-04-27 16:11:40.399 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:11:40.400 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:11:40.401 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.401 +01:00 [Information] Request finished in 2.1398ms 200 text/html -2017-04-27 16:11:40.402 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:11:40.402 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:11:40.404 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.404 +01:00 [Information] Request finished in 2.1189ms 200 text/html -2017-04-27 16:11:40.419 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:11:40.419 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:11:40.419 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:11:40.419 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:11:40.419 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:11:40.419 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:11:40.419 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:11:40.422 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.422 +01:00 [Information] Request finished in 3.3217ms 200 text/html -2017-04-27 16:11:40.422 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:11:40.422 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.422 +01:00 [Information] Request finished in 3.7068ms 200 text/html -2017-04-27 16:11:40.427 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.427 +01:00 [Information] Request finished in 8.5443ms 200 text/html -2017-04-27 16:11:40.430 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:40.430 +01:00 [Information] Request finished in 11.4059ms 200 text/html -2017-04-27 16:11:40.457 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:11:40.457 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:11:40.479 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:11:40.479 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:11:40.479 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:11:40.479 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:11:40.489 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:11:40.489 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:11:40.489 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:11:40.489 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:11:40.496 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:11:40.498 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:11:40.515 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.515 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.516 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.516 +01:00 [Information] Request finished in 36.7386ms 200 text/html -2017-04-27 16:11:40.516 +01:00 [Information] Request finished in 27.0799ms 200 text/html -2017-04-27 16:11:40.516 +01:00 [Information] Request finished in 27.1795ms 200 text/html -2017-04-27 16:11:40.516 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.517 +01:00 [Information] Request finished in 37.6471ms 200 text/html -2017-04-27 16:11:40.527 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.527 +01:00 [Information] Request finished in 31.2906ms 200 text/html -2017-04-27 16:11:40.532 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:11:40.532 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:11:40.532 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:11:40.532 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:11:40.535 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:11:40.535 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:11:40.535 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:11:40.535 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:11:40.539 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:11:40.539 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:11:40.550 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.550 +01:00 [Information] Request finished in 18.3342ms 200 text/html -2017-04-27 16:11:40.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:40.555 +01:00 [Information] Request finished in 23.8816ms 200 text/html -2017-04-27 16:11:40.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.555 +01:00 [Information] Request finished in 16.1199ms 200 text/html -2017-04-27 16:11:40.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.570 +01:00 [Information] Request finished in 35.6166ms 200 text/html -2017-04-27 16:11:40.571 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:11:40.571 +01:00 [Information] Request finished in 20.96ms 200 text/html -2017-04-27 16:11:40.571 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:11:40.573 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.573 +01:00 [Information] Request finished in 2.1977ms 200 text/html -2017-04-27 16:11:40.573 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.583 +01:00 [Information] Request finished in 126.2717ms 200 text/html -2017-04-27 16:11:40.591 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:11:40.581 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:11:40.581 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:11:40.591 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:11:40.591 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:11:40.591 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:11:40.594 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:11:40.594 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:11:40.594 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:11:40.594 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:11:40.581 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:11:40.597 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:11:40.600 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.597 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.601 +01:00 [Information] Request finished in 19.6135ms 200 application/octet-stream -2017-04-27 16:11:40.601 +01:00 [Information] Request finished in 7.0322ms 200 application/octet-stream -2017-04-27 16:11:40.599 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.602 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.602 +01:00 [Information] Request finished in 8.8254ms 200 application/octet-stream -2017-04-27 16:11:40.598 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.606 +01:00 [Information] Request finished in 24.2265ms 200 application/octet-stream -2017-04-27 16:11:40.617 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:11:40.602 +01:00 [Information] Request finished in 20.7975ms 200 text/html -2017-04-27 16:11:40.617 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:11:40.619 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:11:40.619 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:11:40.619 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:11:40.619 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:11:40.619 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:40.619 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:11:40.619 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:11:40.619 +01:00 [Information] Request finished in 28.5042ms 200 application/octet-stream -2017-04-27 16:11:40.665 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:11:40.665 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:11:40.663 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.635 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:11:40.667 +01:00 [Information] Request finished in 46.7944ms 200 application/octet-stream -2017-04-27 16:11:40.668 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:11:40.629 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.668 +01:00 [Information] Request finished in 48.9329ms 200 application/octet-stream -2017-04-27 16:11:40.669 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.620 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:11:40.669 +01:00 [Information] Request finished in 33.9857ms 200 text/css -2017-04-27 16:11:40.669 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.669 +01:00 [Information] Request finished in 50.0775ms 200 application/octet-stream -2017-04-27 16:11:40.622 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.670 +01:00 [Information] Request finished in 53.1049ms 200 application/octet-stream -2017-04-27 16:11:40.619 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:11:40.672 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:40.672 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.672 +01:00 [Information] Request finished in 7.5974ms 200 application/octet-stream -2017-04-27 16:11:40.672 +01:00 [Information] Request finished in 53.8509ms 200 application/octet-stream -2017-04-27 16:11:40.699 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:11:40.700 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:11:40.714 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.714 +01:00 [Information] Request finished in 14.3595ms 200 application/octet-stream -2017-04-27 16:11:40.761 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:11:40.761 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:11:40.761 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:11:40.761 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:11:40.766 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.767 +01:00 [Information] Request finished in 5.8281ms 200 application/octet-stream -2017-04-27 16:11:40.767 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:11:40.767 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.767 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:11:40.767 +01:00 [Information] Request finished in 6.7581ms 200 application/octet-stream -2017-04-27 16:11:40.774 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:11:40.774 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.774 +01:00 [Information] Request finished in 7.2074ms 200 application/octet-stream -2017-04-27 16:11:40.774 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:11:40.781 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:11:40.782 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:11:40.782 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.782 +01:00 [Information] Request finished in 8.0983ms 200 application/octet-stream -2017-04-27 16:11:40.782 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:11:40.782 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:11:40.784 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.784 +01:00 [Information] Request finished in 2.6135ms 200 application/octet-stream -2017-04-27 16:11:40.784 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.786 +01:00 [Information] Request finished in 5.303ms 200 application/octet-stream -2017-04-27 16:11:40.797 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:11:40.797 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:11:40.800 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:11:40.800 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:11:40.805 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:11:40.805 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:11:40.805 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:11:40.805 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:11:40.805 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:11:40.806 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:11:40.826 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:11:40.827 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.827 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:11:40.827 +01:00 [Information] Request finished in 28.0029ms 200 application/octet-stream -2017-04-27 16:11:40.827 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:11:40.835 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.841 +01:00 [Information] Request finished in 37.8594ms 200 application/octet-stream -2017-04-27 16:11:40.828 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.843 +01:00 [Information] Request finished in 16.9155ms 200 application/octet-stream -2017-04-27 16:11:40.844 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:11:40.830 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:11:40.844 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:11:40.832 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.844 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:11:40.844 +01:00 [Information] Request finished in 41.7337ms 200 application/octet-stream -2017-04-27 16:11:40.845 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.846 +01:00 [Information] Request finished in 1.8524ms 200 application/octet-stream -2017-04-27 16:11:40.834 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.846 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.846 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:11:40.846 +01:00 [Information] Request finished in 16.5003ms 200 application/octet-stream -2017-04-27 16:11:40.846 +01:00 [Information] Request finished in 41.888ms 200 application/octet-stream -2017-04-27 16:11:40.848 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.848 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:40.848 +01:00 [Information] Request finished in 20.6538ms 200 application/octet-stream -2017-04-27 16:11:40.848 +01:00 [Information] Request finished in 50.8452ms 200 application/octet-stream -2017-04-27 16:11:40.849 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:11:40.849 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:11:40.849 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:11:40.850 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:11:40.862 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:11:40.862 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.862 +01:00 [Information] Request finished in 12.9444ms 200 application/octet-stream -2017-04-27 16:11:40.864 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:11:40.864 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:11:40.869 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:11:40.862 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:11:40.874 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:11:40.874 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.875 +01:00 [Information] Request finished in 13.052ms 200 application/octet-stream -2017-04-27 16:11:40.875 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:11:40.875 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:11:40.875 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.875 +01:00 [Information] Request finished in 11.632ms 200 application/octet-stream -2017-04-27 16:11:40.877 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.879 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.880 +01:00 [Information] Request finished in 17.7647ms 200 application/octet-stream -2017-04-27 16:11:40.879 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:40.881 +01:00 [Information] Request finished in 6.9567ms 200 application/octet-stream -2017-04-27 16:11:40.881 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:11:40.881 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:11:40.879 +01:00 [Information] Request finished in 30.544ms 200 application/octet-stream -2017-04-27 16:11:40.892 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:40.892 +01:00 [Information] Request finished in 11.3804ms 200 application/octet-stream -2017-04-27 16:11:40.893 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:11:40.893 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:11:40.894 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:40.894 +01:00 [Information] Request finished in 1.4739ms 200 application/octet-stream -2017-04-27 16:11:40.894 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:11:40.895 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:11:40.896 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:40.896 +01:00 [Information] Request finished in 1.8103ms 200 application/octet-stream -2017-04-27 16:11:40.897 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:11:40.898 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:11:40.914 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:40.914 +01:00 [Information] Request finished in 16.9698ms 200 application/octet-stream -2017-04-27 16:11:40.915 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:11:40.915 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:11:40.928 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:40.928 +01:00 [Information] Request finished in 12.9607ms 200 application/octet-stream -2017-04-27 16:11:40.931 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:11:40.931 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:11:40.939 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:40.939 +01:00 [Information] Request finished in 8.1943ms 200 application/octet-stream -2017-04-27 16:11:41.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:41.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:41.342 +01:00 [Information] Request finished in 5.9426ms 200 application/json -2017-04-27 16:11:42.580 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:11:42.581 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:11:42.581 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:11:42.581 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:11:42.581 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:11:42.581 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:11:42.586 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:11:42.586 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:11:42.586 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:11:42.586 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:11:42.586 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 4.8057ms -2017-04-27 16:11:42.586 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:42.586 +01:00 [Information] Request finished in 6.0472ms 200 application/json; charset=utf-8 -2017-04-27 16:11:42.759 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/Users text/plain -2017-04-27 16:11:42.760 +01:00 [Information] Successfully validated the token. -2017-04-27 16:11:42.760 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:11:42.760 +01:00 [Debug] The request path "/api/v1/Identity/Users" does not match a supported file type -2017-04-27 16:11:42.760 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity/Users"'. -2017-04-27 16:11:42.760 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" -2017-04-27 16:11:42.760 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:11:42.760 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:11:51.921 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:11:51.921 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:51.921 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:51.921 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:11:51.921 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:51.921 +01:00 [Information] Request finished in 0.5803ms 200 application/json -2017-04-27 16:11:51.921 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:51.922 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:51.922 +01:00 [Information] Request finished in 0.8326ms 200 application/json -2017-04-27 16:11:51.922 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:51.922 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:11:51.922 +01:00 [Information] Request finished in 0.8945ms 200 application/json -2017-04-27 16:11:51.924 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:51.924 +01:00 [Information] Request finished in 3.7379ms 200 application/font-woff2 -2017-04-27 16:11:51.926 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:51.926 +01:00 [Information] Request finished in 4.7941ms 200 application/json -2017-04-27 16:11:51.951 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:52.007 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:11:52.007 +01:00 [Information] Request finished in 56.8071ms 200 application/json -2017-04-27 16:11:52.011 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:11:52.011 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:11:52.011 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:11:52.011 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:11:52.011 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" in 9250.3673ms -2017-04-27 16:11:52.011 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:11:52.011 +01:00 [Information] Request finished in 9251.5638ms 200 application/json; charset=utf-8 -2017-04-27 16:11:53.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:53.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:11:53.321 +01:00 [Information] Request finished in 0.6598ms 200 application/json -2017-04-27 16:11:55.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:55.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:11:55.319 +01:00 [Information] Request finished in 0.9041ms 200 application/json -2017-04-27 16:11:57.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:57.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:11:57.328 +01:00 [Information] Request finished in 0.8945ms 200 application/json -2017-04-27 16:11:59.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:11:59.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:11:59.320 +01:00 [Information] Request finished in 0.7307ms 200 application/json -2017-04-27 16:12:01.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:01.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:12:01.322 +01:00 [Information] Request finished in 2.4427ms 200 application/json -2017-04-27 16:12:03.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:03.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:12:03.319 +01:00 [Information] Request finished in 0.6098ms 200 application/json -2017-04-27 16:12:05.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:05.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:12:05.319 +01:00 [Information] Request finished in 0.7773ms 200 application/json -2017-04-27 16:12:06.923 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:12:07.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:07.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:12:07.319 +01:00 [Information] Request finished in 0.6396ms 200 application/json -2017-04-27 16:12:09.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:09.320 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:12:09.320 +01:00 [Information] Request finished in 0.7416ms 200 application/json -2017-04-27 16:12:11.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:11.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:12:11.319 +01:00 [Information] Request finished in 0.5588ms 200 application/json -2017-04-27 16:12:13.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:13.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:12:13.319 +01:00 [Information] Request finished in 0.6406ms 200 application/json -2017-04-27 16:12:15.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:15.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:12:15.320 +01:00 [Information] Request finished in 0.8323ms 200 application/json -2017-04-27 16:12:17.318 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:17.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:12:17.319 +01:00 [Information] Request finished in 0.585ms 200 application/json -2017-04-27 16:12:19.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:19.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:12:19.321 +01:00 [Information] Request finished in 0.5284ms 200 application/json -2017-04-27 16:12:21.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:21.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:12:21.321 +01:00 [Information] Request finished in 0.7509ms 200 application/json -2017-04-27 16:12:23.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:23.320 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:12:23.320 +01:00 [Information] Request finished in 0.575ms 200 application/json -2017-04-27 16:12:25.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:25.320 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:12:25.320 +01:00 [Information] Request finished in 0.4512ms 200 application/json -2017-04-27 16:12:27.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:27.320 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:12:27.320 +01:00 [Information] Request finished in 0.6039ms 200 application/json -2017-04-27 16:12:29.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:29.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:12:29.321 +01:00 [Information] Request finished in 0.6691ms 200 application/json -2017-04-27 16:12:31.319 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:31.319 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:12:31.319 +01:00 [Information] Request finished in 0.684ms 200 application/json -2017-04-27 16:12:33.321 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:33.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:12:33.324 +01:00 [Information] Request finished in 3.0152ms 200 application/json -2017-04-27 16:12:35.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:35.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:12:35.323 +01:00 [Information] Request finished in 2.6741ms 200 application/json -2017-04-27 16:12:37.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:37.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:12:37.332 +01:00 [Information] Request finished in 0.6323ms 200 application/json -2017-04-27 16:12:39.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:39.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:12:39.331 +01:00 [Information] Request finished in 0.5883ms 200 application/json -2017-04-27 16:12:41.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:41.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:12:41.335 +01:00 [Information] Request finished in 0.685ms 200 application/json -2017-04-27 16:12:43.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:43.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:12:43.331 +01:00 [Information] Request finished in 0.4913ms 200 application/json -2017-04-27 16:12:45.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:45.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:12:45.331 +01:00 [Information] Request finished in 0.7197ms 200 application/json -2017-04-27 16:12:47.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:47.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:12:47.333 +01:00 [Information] Request finished in 0.7184ms 200 application/json -2017-04-27 16:12:49.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:49.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:12:49.333 +01:00 [Information] Request finished in 0.7946ms 200 application/json -2017-04-27 16:12:51.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:51.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:12:51.333 +01:00 [Information] Request finished in 0.7538ms 200 application/json -2017-04-27 16:12:53.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:53.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:12:53.334 +01:00 [Information] Request finished in 0.6449ms 200 application/json -2017-04-27 16:12:55.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:55.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:12:55.334 +01:00 [Information] Request finished in 0.6234ms 200 application/json -2017-04-27 16:12:57.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:57.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:12:57.331 +01:00 [Information] Request finished in 0.7181ms 200 application/json -2017-04-27 16:12:59.346 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:12:59.347 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:12:59.347 +01:00 [Information] Request finished in 0.6194ms 200 application/json -2017-04-27 16:13:01.321 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:01.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:13:01.322 +01:00 [Information] Request finished in 0.6889ms 200 application/json -2017-04-27 16:13:03.321 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:03.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:13:03.322 +01:00 [Information] Request finished in 0.5244ms 200 application/json -2017-04-27 16:13:05.320 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:05.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:13:05.321 +01:00 [Information] Request finished in 0.772ms 200 application/json -2017-04-27 16:13:06.936 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:13:07.321 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:07.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:13:07.321 +01:00 [Information] Request finished in 0.5439ms 200 application/json -2017-04-27 16:13:09.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:09.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:13:09.323 +01:00 [Information] Request finished in 0.7651ms 200 application/json -2017-04-27 16:13:11.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:11.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:13:11.323 +01:00 [Information] Request finished in 0.6873ms 200 application/json -2017-04-27 16:13:13.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:13.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:13:13.334 +01:00 [Information] Request finished in 0.6409ms 200 application/json -2017-04-27 16:13:15.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:15.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:13:15.335 +01:00 [Information] Request finished in 0.6548ms 200 application/json -2017-04-27 16:13:17.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:17.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:13:17.332 +01:00 [Information] Request finished in 0.6813ms 200 application/json -2017-04-27 16:13:19.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:19.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:13:19.344 +01:00 [Information] Request finished in 0.5648ms 200 application/json -2017-04-27 16:13:21.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:21.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:13:21.334 +01:00 [Information] Request finished in 0.8224ms 200 application/json -2017-04-27 16:13:23.349 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:23.351 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:13:23.351 +01:00 [Information] Request finished in 1.3024ms 200 application/json -2017-04-27 16:13:25.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:25.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:13:25.333 +01:00 [Information] Request finished in 0.4777ms 200 application/json -2017-04-27 16:13:27.321 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:27.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:13:27.322 +01:00 [Information] Request finished in 0.6873ms 200 application/json -2017-04-27 16:13:29.321 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:29.321 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:13:29.322 +01:00 [Information] Request finished in 0.5787ms 200 application/json -2017-04-27 16:13:31.321 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:31.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:13:31.322 +01:00 [Information] Request finished in 0.5969ms 200 application/json -2017-04-27 16:13:33.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:33.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:13:33.326 +01:00 [Information] Request finished in 2.2735ms 200 application/json -2017-04-27 16:13:35.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:35.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:13:35.323 +01:00 [Information] Request finished in 0.6111ms 200 application/json -2017-04-27 16:13:37.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:37.322 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:13:37.322 +01:00 [Information] Request finished in 0.4797ms 200 application/json -2017-04-27 16:13:39.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:39.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:13:39.325 +01:00 [Information] Request finished in 1.1323ms 200 application/json -2017-04-27 16:13:41.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:41.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:13:41.333 +01:00 [Information] Request finished in 0.4903ms 200 application/json -2017-04-27 16:13:43.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:43.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:13:43.334 +01:00 [Information] Request finished in 0.7581ms 200 application/json -2017-04-27 16:13:45.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:45.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:13:45.335 +01:00 [Information] Request finished in 0.4489ms 200 application/json -2017-04-27 16:13:47.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:47.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:13:47.332 +01:00 [Information] Request finished in 0.4357ms 200 application/json -2017-04-27 16:13:49.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:49.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:13:49.340 +01:00 [Information] Request finished in 0.4479ms 200 application/json -2017-04-27 16:13:51.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:51.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:13:51.332 +01:00 [Information] Request finished in 0.4585ms 200 application/json -2017-04-27 16:13:53.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:53.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:13:53.335 +01:00 [Information] Request finished in 0.4439ms 200 application/json -2017-04-27 16:13:55.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:55.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:13:55.324 +01:00 [Information] Request finished in 0.5943ms 200 application/json -2017-04-27 16:13:57.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:57.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:13:57.323 +01:00 [Information] Request finished in 0.5737ms 200 application/json -2017-04-27 16:13:59.369 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:13:59.369 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:13:59.369 +01:00 [Information] Request finished in 0.4241ms 200 application/json -2017-04-27 16:14:01.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:01.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:14:01.323 +01:00 [Information] Request finished in 0.6462ms 200 application/json -2017-04-27 16:14:03.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:03.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:14:03.324 +01:00 [Information] Request finished in 0.6217ms 200 application/json -2017-04-27 16:14:05.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:05.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:14:05.323 +01:00 [Information] Request finished in 0.5499ms 200 application/json -2017-04-27 16:14:06.941 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:14:07.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:07.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:14:07.323 +01:00 [Information] Request finished in 0.6002ms 200 application/json -2017-04-27 16:14:09.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:09.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:14:09.323 +01:00 [Information] Request finished in 0.4343ms 200 application/json -2017-04-27 16:14:11.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:11.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:14:11.323 +01:00 [Information] Request finished in 0.6588ms 200 application/json -2017-04-27 16:14:13.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:13.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:14:13.323 +01:00 [Information] Request finished in 0.7429ms 200 application/json -2017-04-27 16:14:15.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:15.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:14:15.324 +01:00 [Information] Request finished in 0.5734ms 200 application/json -2017-04-27 16:14:17.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:17.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:14:17.327 +01:00 [Information] Request finished in 0.4837ms 200 application/json -2017-04-27 16:14:19.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:19.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:14:19.323 +01:00 [Information] Request finished in 0.6658ms 200 application/json -2017-04-27 16:14:21.322 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:21.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:14:21.323 +01:00 [Information] Request finished in 0.6164ms 200 application/json -2017-04-27 16:14:23.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:23.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:14:23.323 +01:00 [Information] Request finished in 0.489ms 200 application/json -2017-04-27 16:14:25.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:25.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:14:25.323 +01:00 [Information] Request finished in 0.5909ms 200 application/json -2017-04-27 16:14:27.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:27.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:14:27.323 +01:00 [Information] Request finished in 0.4787ms 200 application/json -2017-04-27 16:14:29.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:29.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:14:29.325 +01:00 [Information] Request finished in 0.4588ms 200 application/json -2017-04-27 16:14:31.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:31.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:14:31.323 +01:00 [Information] Request finished in 0.5174ms 200 application/json -2017-04-27 16:14:33.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:33.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:14:33.325 +01:00 [Information] Request finished in 0.5343ms 200 application/json -2017-04-27 16:14:35.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:35.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:14:35.323 +01:00 [Information] Request finished in 0.5019ms 200 application/json -2017-04-27 16:14:37.323 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:37.323 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:14:37.323 +01:00 [Information] Request finished in 0.4731ms 200 application/json -2017-04-27 16:14:39.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:39.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:14:39.324 +01:00 [Information] Request finished in 0.6452ms 200 application/json -2017-04-27 16:14:41.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:41.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:14:41.324 +01:00 [Information] Request finished in 0.5946ms 200 application/json -2017-04-27 16:14:43.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:43.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:14:43.327 +01:00 [Information] Request finished in 0.6131ms 200 application/json -2017-04-27 16:14:45.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:45.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:14:45.327 +01:00 [Information] Request finished in 0.7283ms 200 application/json -2017-04-27 16:14:47.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:47.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:14:47.338 +01:00 [Information] Request finished in 0.5015ms 200 application/json -2017-04-27 16:14:49.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:49.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:14:49.334 +01:00 [Information] Request finished in 0.4416ms 200 application/json -2017-04-27 16:14:51.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:51.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:14:51.335 +01:00 [Information] Request finished in 0.4976ms 200 application/json -2017-04-27 16:14:53.351 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:53.351 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:14:53.351 +01:00 [Information] Request finished in 0.4357ms 200 application/json -2017-04-27 16:14:55.351 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:55.351 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:14:55.351 +01:00 [Information] Request finished in 0.7485ms 200 application/json -2017-04-27 16:14:57.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:57.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:14:57.335 +01:00 [Information] Request finished in 0.7048ms 200 application/json -2017-04-27 16:14:59.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:14:59.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:14:59.334 +01:00 [Information] Request finished in 0.489ms 200 application/json -2017-04-27 16:15:01.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:01.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:15:01.335 +01:00 [Information] Request finished in 0.5876ms 200 application/json -2017-04-27 16:15:03.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:03.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:15:03.335 +01:00 [Information] Request finished in 0.5764ms 200 application/json -2017-04-27 16:15:05.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:05.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:15:05.343 +01:00 [Information] Request finished in 0.5452ms 200 application/json -2017-04-27 16:15:06.953 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:15:07.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:07.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:15:07.339 +01:00 [Information] Request finished in 0.9128ms 200 application/json -2017-04-27 16:15:09.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:09.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:15:09.337 +01:00 [Information] Request finished in 0.7903ms 200 application/json -2017-04-27 16:15:11.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:11.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:15:11.334 +01:00 [Information] Request finished in 0.4608ms 200 application/json -2017-04-27 16:15:13.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:13.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:15:13.336 +01:00 [Information] Request finished in 0.5512ms 200 application/json -2017-04-27 16:15:15.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:15.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:15:15.335 +01:00 [Information] Request finished in 0.6883ms 200 application/json -2017-04-27 16:15:17.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:17.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:15:17.336 +01:00 [Information] Request finished in 0.6568ms 200 application/json -2017-04-27 16:15:19.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:19.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:15:19.337 +01:00 [Information] Request finished in 0.6366ms 200 application/json -2017-04-27 16:15:21.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:21.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:15:21.324 +01:00 [Information] Request finished in 0.6509ms 200 application/json -2017-04-27 16:15:23.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:23.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:15:23.325 +01:00 [Information] Request finished in 0.725ms 200 application/json -2017-04-27 16:15:25.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:25.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:15:25.324 +01:00 [Information] Request finished in 0.4903ms 200 application/json -2017-04-27 16:15:27.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:27.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:15:27.325 +01:00 [Information] Request finished in 0.6525ms 200 application/json -2017-04-27 16:15:29.324 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:29.324 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:15:29.324 +01:00 [Information] Request finished in 0.5578ms 200 application/json -2017-04-27 16:15:31.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:31.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:15:31.336 +01:00 [Information] Request finished in 0.5393ms 200 application/json -2017-04-27 16:15:33.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:33.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:15:33.336 +01:00 [Information] Request finished in 0.5585ms 200 application/json -2017-04-27 16:15:35.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:35.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:15:35.336 +01:00 [Information] Request finished in 0.674ms 200 application/json -2017-04-27 16:15:37.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:37.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:15:37.343 +01:00 [Information] Request finished in 0.5059ms 200 application/json -2017-04-27 16:15:39.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:39.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:15:39.335 +01:00 [Information] Request finished in 0.6095ms 200 application/json -2017-04-27 16:15:41.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:41.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:15:41.336 +01:00 [Information] Request finished in 0.4572ms 200 application/json -2017-04-27 16:15:43.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:43.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:15:43.338 +01:00 [Information] Request finished in 0.477ms 200 application/json -2017-04-27 16:15:45.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:45.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:15:45.327 +01:00 [Information] Request finished in 2.4814ms 200 application/json -2017-04-27 16:15:47.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:47.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:15:47.326 +01:00 [Information] Request finished in 0.683ms 200 application/json -2017-04-27 16:15:49.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:49.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:15:49.331 +01:00 [Information] Request finished in 0.5171ms 200 application/json -2017-04-27 16:15:51.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:51.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:15:51.326 +01:00 [Information] Request finished in 0.6201ms 200 application/json -2017-04-27 16:15:53.325 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:53.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:15:53.326 +01:00 [Information] Request finished in 0.5207ms 200 application/json -2017-04-27 16:15:55.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:55.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:15:55.337 +01:00 [Information] Request finished in 0.4996ms 200 application/json -2017-04-27 16:15:57.344 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:57.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:15:57.344 +01:00 [Information] Request finished in 0.5959ms 200 application/json -2017-04-27 16:15:59.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:15:59.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:15:59.336 +01:00 [Information] Request finished in 0.5443ms 200 application/json -2017-04-27 16:16:01.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:01.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:16:01.338 +01:00 [Information] Request finished in 0.5151ms 200 application/json -2017-04-27 16:16:03.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:03.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:16:03.337 +01:00 [Information] Request finished in 0.9952ms 200 application/json -2017-04-27 16:16:05.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:05.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:16:05.338 +01:00 [Information] Request finished in 0.6664ms 200 application/json -2017-04-27 16:16:06.960 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:16:07.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:07.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:16:07.341 +01:00 [Information] Request finished in 0.5082ms 200 application/json -2017-04-27 16:16:09.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:09.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:16:09.337 +01:00 [Information] Request finished in 0.8548ms 200 application/json -2017-04-27 16:16:11.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:11.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:16:11.328 +01:00 [Information] Request finished in 0.7416ms 200 application/json -2017-04-27 16:16:13.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:13.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:16:13.326 +01:00 [Information] Request finished in 0.6545ms 200 application/json -2017-04-27 16:16:15.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:15.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:16:15.333 +01:00 [Information] Request finished in 0.6846ms 200 application/json -2017-04-27 16:16:17.351 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:17.351 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:16:17.351 +01:00 [Information] Request finished in 0.9796ms 200 application/json -2017-04-27 16:16:19.347 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:19.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:16:19.348 +01:00 [Information] Request finished in 0.5029ms 200 application/json -2017-04-27 16:16:21.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:21.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:16:21.339 +01:00 [Information] Request finished in 0.7674ms 200 application/json -2017-04-27 16:16:23.345 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:23.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:16:23.345 +01:00 [Information] Request finished in 0.7062ms 200 application/json -2017-04-27 16:16:25.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:25.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:16:25.339 +01:00 [Information] Request finished in 1.0508ms 200 application/json -2017-04-27 16:16:27.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:27.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:16:27.343 +01:00 [Information] Request finished in 0.8439ms 200 application/json -2017-04-27 16:16:29.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:29.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:16:29.336 +01:00 [Information] Request finished in 0.6466ms 200 application/json -2017-04-27 16:16:31.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:31.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:16:31.337 +01:00 [Information] Request finished in 0.6595ms 200 application/json -2017-04-27 16:16:33.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:33.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:16:33.338 +01:00 [Information] Request finished in 0.6711ms 200 application/json -2017-04-27 16:16:35.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:35.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:16:35.342 +01:00 [Information] Request finished in 0.4813ms 200 application/json -2017-04-27 16:16:37.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:37.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:16:37.337 +01:00 [Information] Request finished in 0.5188ms 200 application/json -2017-04-27 16:16:39.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:39.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:16:39.336 +01:00 [Information] Request finished in 0.4999ms 200 application/json -2017-04-27 16:16:41.360 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:41.361 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:16:41.361 +01:00 [Information] Request finished in 1.0382ms 200 application/json -2017-04-27 16:16:43.336 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:43.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:16:43.337 +01:00 [Information] Request finished in 0.6939ms 200 application/json -2017-04-27 16:16:45.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:45.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:16:45.338 +01:00 [Information] Request finished in 0.628ms 200 application/json -2017-04-27 16:16:47.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:47.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:16:47.342 +01:00 [Information] Request finished in 0.724ms 200 application/json -2017-04-27 16:16:49.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:49.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:16:49.339 +01:00 [Information] Request finished in 0.5707ms 200 application/json -2017-04-27 16:16:51.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:51.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:16:51.339 +01:00 [Information] Request finished in 0.7883ms 200 application/json -2017-04-27 16:16:53.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:53.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:16:53.340 +01:00 [Information] Request finished in 0.589ms 200 application/json -2017-04-27 16:16:55.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:55.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:16:55.341 +01:00 [Information] Request finished in 0.6989ms 200 application/json -2017-04-27 16:16:57.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:57.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:16:57.339 +01:00 [Information] Request finished in 0.6658ms 200 application/json -2017-04-27 16:16:59.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:16:59.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:16:59.339 +01:00 [Information] Request finished in 0.5509ms 200 application/json -2017-04-27 16:17:01.327 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:01.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:17:01.328 +01:00 [Information] Request finished in 0.6578ms 200 application/json -2017-04-27 16:17:03.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:03.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:17:03.326 +01:00 [Information] Request finished in 0.5386ms 200 application/json -2017-04-27 16:17:05.326 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:05.327 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:17:05.327 +01:00 [Information] Request finished in 0.6005ms 200 application/json -2017-04-27 16:17:06.967 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:17:07.353 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:07.354 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:17:07.354 +01:00 [Information] Request finished in 0.7889ms 200 application/json -2017-04-27 16:17:09.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:09.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:17:09.338 +01:00 [Information] Request finished in 0.6982ms 200 application/json -2017-04-27 16:17:11.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:11.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:17:11.339 +01:00 [Information] Request finished in 0.6346ms 200 application/json -2017-04-27 16:17:13.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:13.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:17:13.338 +01:00 [Information] Request finished in 0.6654ms 200 application/json -2017-04-27 16:17:15.347 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:15.347 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:17:15.347 +01:00 [Information] Request finished in 0.5254ms 200 application/json -2017-04-27 16:17:17.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:17.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:17:17.338 +01:00 [Information] Request finished in 0.4933ms 200 application/json -2017-04-27 16:17:19.349 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:19.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:17:19.350 +01:00 [Information] Request finished in 0.9217ms 200 application/json -2017-04-27 16:17:21.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:21.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:17:21.339 +01:00 [Information] Request finished in 0.526ms 200 application/json -2017-04-27 16:17:23.339 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:23.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:17:23.339 +01:00 [Information] Request finished in 0.5496ms 200 application/json -2017-04-27 16:17:25.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:25.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:17:25.339 +01:00 [Information] Request finished in 0.4721ms 200 application/json -2017-04-27 16:17:27.346 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:27.347 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:17:27.347 +01:00 [Information] Request finished in 0.681ms 200 application/json -2017-04-27 16:17:29.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:29.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:17:29.339 +01:00 [Information] Request finished in 0.5429ms 200 application/json -2017-04-27 16:17:31.339 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:31.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:17:31.340 +01:00 [Information] Request finished in 0.8657ms 200 application/json -2017-04-27 16:17:33.337 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:33.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:17:33.338 +01:00 [Information] Request finished in 0.5525ms 200 application/json -2017-04-27 16:17:35.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:35.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:17:35.340 +01:00 [Information] Request finished in 0.6684ms 200 application/json -2017-04-27 16:17:37.348 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:37.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:17:37.348 +01:00 [Information] Request finished in 0.6015ms 200 application/json -2017-04-27 16:17:39.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:39.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:17:39.340 +01:00 [Information] Request finished in 0.4721ms 200 application/json -2017-04-27 16:17:41.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:41.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:17:41.340 +01:00 [Information] Request finished in 0.6287ms 200 application/json -2017-04-27 16:17:43.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:43.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:17:43.339 +01:00 [Information] Request finished in 0.7846ms 200 application/json -2017-04-27 16:17:45.339 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:45.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:17:45.339 +01:00 [Information] Request finished in 0.5558ms 200 application/json -2017-04-27 16:17:47.339 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:47.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:17:47.340 +01:00 [Information] Request finished in 0.4926ms 200 application/json -2017-04-27 16:17:49.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:49.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:17:49.341 +01:00 [Information] Request finished in 0.6002ms 200 application/json -2017-04-27 16:17:51.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:51.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:17:51.328 +01:00 [Information] Request finished in 0.5724ms 200 application/json -2017-04-27 16:17:53.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:53.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:17:53.329 +01:00 [Information] Request finished in 0.6707ms 200 application/json -2017-04-27 16:17:55.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:55.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:17:55.329 +01:00 [Information] Request finished in 0.7085ms 200 application/json -2017-04-27 16:17:57.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:57.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:17:57.330 +01:00 [Information] Request finished in 0.6082ms 200 application/json -2017-04-27 16:17:59.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:17:59.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:17:59.330 +01:00 [Information] Request finished in 0.8293ms 200 application/json -2017-04-27 16:18:01.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:01.328 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:01.328 +01:00 [Information] Request finished in 0.5108ms 200 application/json -2017-04-27 16:18:03.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:03.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:03.330 +01:00 [Information] Request finished in 0.6866ms 200 application/json -2017-04-27 16:18:05.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:05.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:05.329 +01:00 [Information] Request finished in 0.6409ms 200 application/json -2017-04-27 16:18:06.975 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:18:07.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:07.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:07.329 +01:00 [Information] Request finished in 0.5704ms 200 application/json -2017-04-27 16:18:09.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:09.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:09.344 +01:00 [Information] Request finished in 5.6198ms 200 application/json -2017-04-27 16:18:11.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:11.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:11.331 +01:00 [Information] Request finished in 0.8091ms 200 application/json -2017-04-27 16:18:11.577 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:18:11.577 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:18:11.578 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:18:11.578 +01:00 [Debug] No actions matched the current request -2017-04-27 16:18:11.578 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:18:11.578 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:18:11.578 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:18:11.578 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:18:11.578 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:18:11.578 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:18:11.578 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:18:11.578 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:18:11.579 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 0.7869ms -2017-04-27 16:18:11.579 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:11.579 +01:00 [Information] Request finished in 1.6885ms 200 text/html; charset=utf-8 -2017-04-27 16:18:11.601 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:18:11.601 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:18:11.605 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:11.606 +01:00 [Information] Request finished in 4.8322ms 200 application/javascript -2017-04-27 16:18:11.679 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:18:11.680 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:18:11.682 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:11.682 +01:00 [Information] Request finished in 2.4298ms 200 text/css -2017-04-27 16:18:11.686 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:18:11.686 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:18:11.785 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:18:11.785 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:18:11.786 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:18:11.786 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:18:11.847 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:11.847 +01:00 [Information] Request finished in 160.8756ms 200 text/css -2017-04-27 16:18:11.859 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:18:11.859 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:18:11.860 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:18:11.860 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:18:11.868 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:18:11.869 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:18:11.869 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:11.869 +01:00 [Information] Request finished in 21.1756ms 200 application/javascript -2017-04-27 16:18:11.871 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:18:11.871 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:18:11.882 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:11.885 +01:00 [Information] Request finished in 98.7339ms 200 text/css -2017-04-27 16:18:11.885 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:11.885 +01:00 [Information] Request finished in 36.9611ms 200 application/javascript -2017-04-27 16:18:11.908 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:18:11.908 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:18:11.910 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:11.910 +01:00 [Information] Request finished in 124.0386ms 200 application/javascript -2017-04-27 16:18:11.930 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:18:11.930 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:18:11.934 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:11.934 +01:00 [Information] Request finished in 67.6396ms 200 application/javascript -2017-04-27 16:18:11.967 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:11.967 +01:00 [Information] Request finished in 60.9911ms 200 application/javascript -2017-04-27 16:18:11.968 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:11.968 +01:00 [Information] Request finished in 38.0057ms 200 text/css -2017-04-27 16:18:11.970 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:11.973 +01:00 [Information] Request finished in 102.7792ms 200 text/css -2017-04-27 16:18:12.321 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:18:12.322 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:18:12.331 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:18:12.333 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:18:12.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:12.337 +01:00 [Information] Request finished in 9.025ms 200 application/octet-stream -2017-04-27 16:18:12.553 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:12.553 +01:00 [Information] Request finished in 231.5298ms 200 application/javascript -2017-04-27 16:18:12.906 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:18:12.906 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:18:12.909 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:12.909 +01:00 [Information] Request finished in 2.9552ms 200 application/javascript -2017-04-27 16:18:12.953 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:18:12.953 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:18:12.961 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:18:12.961 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:12.961 +01:00 [Information] Request finished in 8.3622ms 200 application/javascript -2017-04-27 16:18:12.961 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:18:12.962 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:12.962 +01:00 [Information] Request finished in 1.5719ms 200 application/javascript -2017-04-27 16:18:13.171 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:18:13.172 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:18:13.175 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.175 +01:00 [Information] Request finished in 3.9197ms 200 application/javascript -2017-04-27 16:18:13.254 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:18:13.254 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:18:13.264 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:18:13.264 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.264 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:18:13.264 +01:00 [Information] Request finished in 10.3378ms 200 application/javascript -2017-04-27 16:18:13.264 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:18:13.264 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:18:13.269 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.269 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:18:13.269 +01:00 [Information] Request finished in 6.0449ms 200 application/javascript -2017-04-27 16:18:13.270 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:18:13.271 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:18:13.272 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:18:13.272 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:13.272 +01:00 [Information] Request finished in 8.3612ms 200 application/javascript -2017-04-27 16:18:13.282 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:18:13.282 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:18:13.282 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.282 +01:00 [Information] Request finished in 10.9281ms 200 application/javascript -2017-04-27 16:18:13.282 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:18:13.282 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:18:13.283 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.283 +01:00 [Information] Request finished in 2.3795ms 200 application/javascript -2017-04-27 16:18:13.284 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.284 +01:00 [Information] Request finished in 2.4609ms 200 application/javascript -2017-04-27 16:18:13.284 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:18:13.284 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:18:13.285 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:18:13.285 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:18:13.285 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:13.285 +01:00 [Information] Request finished in 0.5631ms 200 application/javascript -2017-04-27 16:18:13.285 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:13.285 +01:00 [Information] Request finished in 1.0157ms 200 application/javascript -2017-04-27 16:18:13.307 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:18:13.307 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.307 +01:00 [Information] Request finished in 42.8333ms 200 application/javascript -2017-04-27 16:18:13.308 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:18:13.308 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:18:13.308 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:18:13.308 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.308 +01:00 [Information] Request finished in 1.6623ms 200 application/javascript -2017-04-27 16:18:13.309 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:18:13.309 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:18:13.309 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:18:13.309 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:18:13.309 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:18:13.313 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:13.314 +01:00 [Information] Request finished in 4.8375ms 200 application/javascript -2017-04-27 16:18:13.313 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:13.314 +01:00 [Information] Request finished in 5.302ms 200 application/javascript -2017-04-27 16:18:13.314 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:18:13.318 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:13.318 +01:00 [Information] Request finished in 9.1346ms 200 application/javascript -2017-04-27 16:18:13.319 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:18:13.319 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:18:13.324 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:18:13.325 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:18:13.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.325 +01:00 [Information] Request finished in 6.5333ms 200 application/javascript -2017-04-27 16:18:13.325 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:18:13.325 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:18:13.325 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:18:13.326 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.326 +01:00 [Information] Request finished in 5.992ms 200 application/javascript -2017-04-27 16:18:13.327 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:18:13.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:13.331 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:18:13.331 +01:00 [Information] Request finished in 5.3493ms 200 application/javascript -2017-04-27 16:18:13.331 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:18:13.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:13.339 +01:00 [Information] Request finished in 13.84ms 200 application/javascript -2017-04-27 16:18:13.340 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:18:13.340 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:18:13.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:13.340 +01:00 [Information] Request finished in 0.5919ms 200 application/javascript -2017-04-27 16:18:13.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.345 +01:00 [Information] Request finished in 14.0172ms 200 application/javascript -2017-04-27 16:18:13.357 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:13.366 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.366 +01:00 [Information] Request finished in 57.9024ms 200 application/javascript -2017-04-27 16:18:13.368 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.368 +01:00 [Information] Request finished in 11.5396ms 200 application/json -2017-04-27 16:18:13.446 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:18:13.446 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:18:13.447 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:13.447 +01:00 [Information] Request finished in 1.6739ms 200 application/javascript -2017-04-27 16:18:13.475 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:18:13.476 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:18:13.480 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:18:13.480 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:18:13.480 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:18:13.480 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.481 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:18:13.481 +01:00 [Information] Request finished in 5.2867ms 200 application/javascript -2017-04-27 16:18:13.481 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:18:13.481 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:18:13.483 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.483 +01:00 [Information] Request finished in 3.2645ms 200 application/javascript -2017-04-27 16:18:13.489 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.489 +01:00 [Information] Request finished in 9.1032ms 200 application/javascript -2017-04-27 16:18:13.490 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.491 +01:00 [Information] Request finished in 10.3421ms 200 application/javascript -2017-04-27 16:18:13.492 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:18:13.492 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:18:13.492 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:18:13.493 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:18:13.494 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:13.496 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:18:13.491 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:18:13.496 +01:00 [Information] Request finished in 4.4209ms 200 application/javascript -2017-04-27 16:18:13.498 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:18:13.499 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.493 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:18:13.494 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:18:13.499 +01:00 [Information] Request finished in 6.2654ms 200 application/javascript -2017-04-27 16:18:13.499 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:18:13.500 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:18:13.500 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.500 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:13.511 +01:00 [Information] Request finished in 12.5485ms 200 application/javascript -2017-04-27 16:18:13.511 +01:00 [Information] Request finished in 18.7957ms 200 application/javascript -2017-04-27 16:18:13.512 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:18:13.512 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:18:13.512 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:18:13.512 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.512 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:13.512 +01:00 [Information] Request finished in 18.6507ms 200 application/javascript -2017-04-27 16:18:13.512 +01:00 [Information] Request finished in 21.8573ms 200 application/javascript -2017-04-27 16:18:13.526 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.523 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:18:13.529 +01:00 [Information] Request finished in 17.8319ms 200 application/javascript -2017-04-27 16:18:13.530 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:18:13.526 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:18:13.535 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:18:13.528 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:18:13.542 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:18:13.544 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.544 +01:00 [Information] Request finished in 15.8246ms 200 application/javascript -2017-04-27 16:18:13.544 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.545 +01:00 [Information] Request finished in 18.9133ms 200 application/javascript -2017-04-27 16:18:13.535 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.547 +01:00 [Information] Request finished in 24.1554ms 200 application/javascript -2017-04-27 16:18:13.796 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:18:13.796 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:18:13.797 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.797 +01:00 [Information] Request finished in 1.1892ms 200 text/html -2017-04-27 16:18:13.825 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:18:13.826 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:18:13.827 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.827 +01:00 [Information] Request finished in 1.5825ms 200 text/html -2017-04-27 16:18:13.831 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:18:13.832 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:18:13.834 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.835 +01:00 [Information] Request finished in 3.2717ms 200 text/html -2017-04-27 16:18:13.839 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:18:13.839 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:18:13.841 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.841 +01:00 [Information] Request finished in 1.4415ms 200 text/html -2017-04-27 16:18:13.845 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:18:13.845 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:18:13.846 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.846 +01:00 [Information] Request finished in 1.4402ms 200 text/html -2017-04-27 16:18:13.850 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:18:13.850 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:18:13.852 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.852 +01:00 [Information] Request finished in 1.7004ms 200 text/html -2017-04-27 16:18:13.855 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:18:13.856 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:18:13.858 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.858 +01:00 [Information] Request finished in 2.2215ms 200 text/html -2017-04-27 16:18:13.863 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:18:13.864 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:18:13.872 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.872 +01:00 [Information] Request finished in 8.6165ms 200 text/html -2017-04-27 16:18:13.879 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:18:13.880 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:18:13.881 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.881 +01:00 [Information] Request finished in 2.3914ms 200 text/html -2017-04-27 16:18:13.890 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:18:13.890 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:18:13.892 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.892 +01:00 [Information] Request finished in 2.4632ms 200 text/html -2017-04-27 16:18:13.899 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:18:13.899 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:18:13.901 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.901 +01:00 [Information] Request finished in 2.8609ms 200 text/html -2017-04-27 16:18:13.912 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:18:13.912 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:18:13.918 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.918 +01:00 [Information] Request finished in 6.3012ms 200 text/html -2017-04-27 16:18:13.926 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:18:13.927 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:18:13.939 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:18:13.939 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:18:13.939 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:18:13.940 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:18:13.940 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:18:13.940 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:18:13.941 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.948 +01:00 [Information] Request finished in 7.3749ms 200 text/html -2017-04-27 16:18:13.948 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.939 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.950 +01:00 [Information] Request finished in 10.6563ms 200 text/html -2017-04-27 16:18:13.950 +01:00 [Information] Request finished in 23.8802ms 200 text/html -2017-04-27 16:18:13.952 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:13.952 +01:00 [Information] Request finished in 12.5826ms 200 text/html -2017-04-27 16:18:13.948 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:18:13.952 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:18:13.952 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:18:13.952 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:18:13.952 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:18:13.957 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:18:13.958 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:13.958 +01:00 [Information] Request finished in 6.0681ms 200 text/html -2017-04-27 16:18:13.958 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:18:13.956 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.963 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.963 +01:00 [Information] Request finished in 14.9608ms 200 text/css -2017-04-27 16:18:13.963 +01:00 [Information] Request finished in 6.1522ms 200 text/html -2017-04-27 16:18:13.964 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:18:13.964 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:18:13.964 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:18:13.963 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:18:13.968 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:18:13.964 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:18:13.972 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:18:13.966 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.979 +01:00 [Information] Request finished in 15.6577ms 200 application/octet-stream -2017-04-27 16:18:13.980 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:13.980 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:18:13.980 +01:00 [Information] Request finished in 15.8686ms 200 application/octet-stream -2017-04-27 16:18:13.980 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:18:13.980 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:18:13.980 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:18:13.980 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:18:13.980 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:13.980 +01:00 [Information] Request finished in 8.6923ms 200 application/octet-stream -2017-04-27 16:18:13.969 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.984 +01:00 [Information] Request finished in 20.5988ms 200 application/octet-stream -2017-04-27 16:18:13.985 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:18:13.985 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:13.985 +01:00 [Information] Request finished in 5.1457ms 200 application/octet-stream -2017-04-27 16:18:13.985 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:18:13.991 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:13.991 +01:00 [Information] Request finished in 6.582ms 200 application/octet-stream -2017-04-27 16:18:13.980 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:13.967 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:18:13.994 +01:00 [Information] Request finished in 14.1887ms 200 application/octet-stream -2017-04-27 16:18:13.994 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:18:13.994 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:13.994 +01:00 [Information] Request finished in 41.7159ms 200 text/html -2017-04-27 16:18:13.994 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:18:13.987 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:18:13.995 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:18:13.995 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:13.995 +01:00 [Information] Request finished in 8.1738ms 200 application/octet-stream -2017-04-27 16:18:13.996 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:18:13.989 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:18:13.996 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:18:13.996 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:18:14.001 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:18:14.001 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:18:14.001 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:18:14.001 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:18:14.002 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:14.002 +01:00 [Information] Request finished in 0.7651ms 200 application/octet-stream -2017-04-27 16:18:14.002 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:14.002 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:14.008 +01:00 [Information] Request finished in 6.9965ms 200 application/octet-stream -2017-04-27 16:18:14.007 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:18:14.007 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:14.010 +01:00 [Information] Request finished in 15.7941ms 200 application/octet-stream -2017-04-27 16:18:14.014 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:18:14.014 +01:00 [Information] Request finished in 6.1578ms 200 application/octet-stream -2017-04-27 16:18:14.017 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:14.017 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:18:14.017 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:14.017 +01:00 [Information] Request finished in 28.383ms 200 application/octet-stream -2017-04-27 16:18:14.017 +01:00 [Information] Request finished in 10.1977ms 200 application/octet-stream -2017-04-27 16:18:14.018 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:18:14.019 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:18:14.024 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:14.024 +01:00 [Information] Request finished in 6.033ms 200 application/octet-stream -2017-04-27 16:18:14.036 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:18:14.037 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:18:14.038 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:14.038 +01:00 [Information] Request finished in 2.1845ms 200 application/octet-stream -2017-04-27 16:18:14.043 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:18:14.043 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:18:14.043 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:18:14.046 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:14.046 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:18:14.046 +01:00 [Information] Request finished in 3.5747ms 200 application/octet-stream -2017-04-27 16:18:14.047 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:18:14.047 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:18:14.048 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:18:14.047 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:14.048 +01:00 [Information] Request finished in 31.0158ms 200 application/octet-stream -2017-04-27 16:18:14.048 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:18:14.048 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:14.049 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:18:14.049 +01:00 [Information] Request finished in 1.9146ms 200 application/octet-stream -2017-04-27 16:18:14.050 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:18:14.051 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:14.051 +01:00 [Information] Request finished in 3.4088ms 200 application/octet-stream -2017-04-27 16:18:14.051 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:18:14.052 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:18:14.054 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:14.055 +01:00 [Information] Request finished in 4.9292ms 200 application/octet-stream -2017-04-27 16:18:14.055 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:18:14.056 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:18:14.060 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:14.061 +01:00 [Information] Request finished in 5.2639ms 200 application/octet-stream -2017-04-27 16:18:14.055 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:18:14.062 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:18:14.062 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:18:14.063 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:14.063 +01:00 [Information] Request finished in 11.15ms 200 application/octet-stream -2017-04-27 16:18:14.064 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:18:14.064 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:18:14.064 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:18:14.065 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:14.065 +01:00 [Information] Request finished in 3.4873ms 200 application/octet-stream -2017-04-27 16:18:14.065 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:18:14.072 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:18:14.078 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:14.078 +01:00 [Information] Request finished in 14.2642ms 200 application/octet-stream -2017-04-27 16:18:14.078 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:18:14.078 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:18:14.079 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:18:14.079 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:18:14.086 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:14.087 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:14.087 +01:00 [Information] Request finished in 15.4855ms 200 application/octet-stream -2017-04-27 16:18:14.087 +01:00 [Information] Request finished in 8.9529ms 200 application/octet-stream -2017-04-27 16:18:14.087 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:18:14.088 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:18:14.090 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:14.090 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:14.090 +01:00 [Information] Request finished in 3.1824ms 200 application/octet-stream -2017-04-27 16:18:14.090 +01:00 [Information] Request finished in 44.1083ms 200 application/octet-stream -2017-04-27 16:18:14.095 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:18:14.096 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:18:14.096 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:18:14.096 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:18:14.098 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:14.098 +01:00 [Information] Request finished in 2.688ms 200 application/octet-stream -2017-04-27 16:18:14.098 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:18:14.099 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:18:14.101 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:14.101 +01:00 [Information] Request finished in 2.8483ms 200 application/octet-stream -2017-04-27 16:18:14.105 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:18:14.106 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:18:14.090 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:18:14.106 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:14.108 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:14.108 +01:00 [Information] Request finished in 46.4666ms 200 application/octet-stream -2017-04-27 16:18:14.108 +01:00 [Information] Request finished in 2.7278ms 200 application/octet-stream -2017-04-27 16:18:14.108 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:18:14.108 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:18:14.109 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:18:14.109 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:18:14.106 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:18:14.114 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:18:14.114 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:14.114 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:14.115 +01:00 [Information] Request finished in 18.8702ms 200 application/octet-stream -2017-04-27 16:18:14.115 +01:00 [Information] Request finished in 5.5251ms 200 application/octet-stream -2017-04-27 16:18:14.115 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:18:14.115 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:14.115 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:14.116 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:18:14.116 +01:00 [Information] Request finished in 9.3588ms 200 application/octet-stream -2017-04-27 16:18:14.116 +01:00 [Information] Request finished in 7.4259ms 200 application/octet-stream -2017-04-27 16:18:14.119 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:14.119 +01:00 [Information] Request finished in 40.4895ms 200 application/octet-stream -2017-04-27 16:18:14.119 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:14.120 +01:00 [Information] Request finished in 4.8295ms 200 application/octet-stream -2017-04-27 16:18:15.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:15.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:15.331 +01:00 [Information] Request finished in 1.0055ms 200 application/json -2017-04-27 16:18:15.346 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:18:15.346 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:18:15.346 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:18:15.347 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:18:15.347 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:18:15.347 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:18:15.349 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:18:15.350 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:18:15.350 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:18:15.350 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:18:15.350 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 3.483ms -2017-04-27 16:18:15.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:15.350 +01:00 [Information] Request finished in 4.2461ms 200 application/json; charset=utf-8 -2017-04-27 16:18:15.429 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/Users text/plain -2017-04-27 16:18:15.429 +01:00 [Information] Successfully validated the token. -2017-04-27 16:18:15.430 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:18:15.430 +01:00 [Debug] The request path "/api/v1/Identity/Users" does not match a supported file type -2017-04-27 16:18:15.430 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity/Users"'. -2017-04-27 16:18:15.430 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" -2017-04-27 16:18:15.430 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:18:15.430 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:18:15.431 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:18:15.432 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:18:15.432 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:18:15.432 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:18:15.432 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" in 2.0169ms -2017-04-27 16:18:15.432 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:15.432 +01:00 [Information] Request finished in 2.8125ms 200 application/json; charset=utf-8 -2017-04-27 16:18:15.475 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:18:15.475 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:18:15.477 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:15.478 +01:00 [Information] Request finished in 2.502ms 200 application/font-woff2 -2017-04-27 16:18:17.348 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:17.349 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:17.349 +01:00 [Information] Request finished in 0.481ms 200 application/json -2017-04-27 16:18:19.354 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:19.354 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:19.354 +01:00 [Information] Request finished in 0.5823ms 200 application/json -2017-04-27 16:18:21.345 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:21.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:21.346 +01:00 [Information] Request finished in 0.9644ms 200 application/json -2017-04-27 16:18:23.350 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:23.354 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:23.354 +01:00 [Information] Request finished in 3.6833ms 200 application/json -2017-04-27 16:18:25.348 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:25.349 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:25.349 +01:00 [Information] Request finished in 0.8687ms 200 application/json -2017-04-27 16:18:27.347 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:27.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:27.348 +01:00 [Information] Request finished in 0.8095ms 200 application/json -2017-04-27 16:18:29.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:29.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:29.339 +01:00 [Information] Request finished in 0.5098ms 200 application/json -2017-04-27 16:18:31.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:31.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:31.341 +01:00 [Information] Request finished in 0.6641ms 200 application/json -2017-04-27 16:18:33.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:33.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:33.340 +01:00 [Information] Request finished in 0.4512ms 200 application/json -2017-04-27 16:18:35.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:35.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:35.341 +01:00 [Information] Request finished in 0.78ms 200 application/json -2017-04-27 16:18:37.328 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:37.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:37.329 +01:00 [Information] Request finished in 0.6221ms 200 application/json -2017-04-27 16:18:39.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:39.329 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:39.329 +01:00 [Information] Request finished in 0.7098ms 200 application/json -2017-04-27 16:18:41.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:41.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:41.330 +01:00 [Information] Request finished in 0.6035ms 200 application/json -2017-04-27 16:18:43.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:43.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:43.336 +01:00 [Information] Request finished in 5.9449ms 200 application/json -2017-04-27 16:18:45.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:45.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:45.330 +01:00 [Information] Request finished in 0.735ms 200 application/json -2017-04-27 16:18:47.354 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:47.355 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:18:47.355 +01:00 [Information] Request finished in 0.6591ms 200 application/json -2017-04-27 16:18:49.349 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:49.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:18:49.350 +01:00 [Information] Request finished in 0.8141ms 200 application/json -2017-04-27 16:18:51.339 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:51.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:18:51.340 +01:00 [Information] Request finished in 1.076ms 200 application/json -2017-04-27 16:18:53.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:53.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:18:53.342 +01:00 [Information] Request finished in 0.7317ms 200 application/json -2017-04-27 16:18:55.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:55.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:18:55.343 +01:00 [Information] Request finished in 0.6562ms 200 application/json -2017-04-27 16:18:57.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:57.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:18:57.340 +01:00 [Information] Request finished in 0.4946ms 200 application/json -2017-04-27 16:18:59.346 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:18:59.347 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:18:59.347 +01:00 [Information] Request finished in 0.4953ms 200 application/json -2017-04-27 16:19:01.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:01.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:19:01.342 +01:00 [Information] Request finished in 0.49ms 200 application/json -2017-04-27 16:19:03.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:03.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:19:03.331 +01:00 [Information] Request finished in 0.6946ms 200 application/json -2017-04-27 16:19:05.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:05.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:19:05.330 +01:00 [Information] Request finished in 0.6108ms 200 application/json -2017-04-27 16:19:07.177 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:19:07.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:07.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:19:07.331 +01:00 [Information] Request finished in 0.6161ms 200 application/json -2017-04-27 16:19:09.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:09.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:19:09.330 +01:00 [Information] Request finished in 0.6774ms 200 application/json -2017-04-27 16:19:11.329 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:11.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:19:11.330 +01:00 [Information] Request finished in 0.6979ms 200 application/json -2017-04-27 16:19:13.335 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:13.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:19:13.335 +01:00 [Information] Request finished in 0.6923ms 200 application/json -2017-04-27 16:19:15.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:15.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:19:15.330 +01:00 [Information] Request finished in 0.5651ms 200 application/json -2017-04-27 16:19:17.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:17.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:19:17.332 +01:00 [Information] Request finished in 0.6201ms 200 application/json -2017-04-27 16:19:19.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:19.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:19:19.332 +01:00 [Information] Request finished in 0.487ms 200 application/json -2017-04-27 16:19:21.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:21.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:19:21.334 +01:00 [Information] Request finished in 0.6787ms 200 application/json -2017-04-27 16:19:23.349 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:23.349 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:19:23.349 +01:00 [Information] Request finished in 0.6317ms 200 application/json -2017-04-27 16:19:25.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:25.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:19:25.330 +01:00 [Information] Request finished in 0.5701ms 200 application/json -2017-04-27 16:19:27.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:27.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:19:27.331 +01:00 [Information] Request finished in 0.528ms 200 application/json -2017-04-27 16:19:29.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:29.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:19:29.331 +01:00 [Information] Request finished in 0.4721ms 200 application/json -2017-04-27 16:19:31.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:31.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:19:31.330 +01:00 [Information] Request finished in 0.5529ms 200 application/json -2017-04-27 16:19:33.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:33.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:19:33.332 +01:00 [Information] Request finished in 0.7747ms 200 application/json -2017-04-27 16:19:35.330 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:35.330 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:19:35.331 +01:00 [Information] Request finished in 0.6025ms 200 application/json -2017-04-27 16:19:37.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:37.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:19:37.332 +01:00 [Information] Request finished in 0.4492ms 200 application/json -2017-04-27 16:19:39.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:39.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:19:39.333 +01:00 [Information] Request finished in 0.6168ms 200 application/json -2017-04-27 16:19:41.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:41.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:19:41.333 +01:00 [Information] Request finished in 0.676ms 200 application/json -2017-04-27 16:19:43.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:43.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:19:43.333 +01:00 [Information] Request finished in 0.7072ms 200 application/json -2017-04-27 16:19:45.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:45.382 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:19:45.382 +01:00 [Information] Request finished in 51.4852ms 200 application/json -2017-04-27 16:19:47.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:47.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:19:47.334 +01:00 [Information] Request finished in 0.6747ms 200 application/json -2017-04-27 16:19:49.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:49.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:19:49.333 +01:00 [Information] Request finished in 0.4727ms 200 application/json -2017-04-27 16:19:51.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:51.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:19:51.331 +01:00 [Information] Request finished in 0.5274ms 200 application/json -2017-04-27 16:19:53.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:53.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:19:53.332 +01:00 [Information] Request finished in 0.8111ms 200 application/json -2017-04-27 16:19:55.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:55.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:19:55.332 +01:00 [Information] Request finished in 0.6462ms 200 application/json -2017-04-27 16:19:57.361 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:57.362 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:19:57.362 +01:00 [Information] Request finished in 0.5155ms 200 application/json -2017-04-27 16:19:59.365 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:19:59.367 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:19:59.367 +01:00 [Information] Request finished in 2.2315ms 200 application/json -2017-04-27 16:20:01.347 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:01.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:20:01.348 +01:00 [Information] Request finished in 0.6254ms 200 application/json -2017-04-27 16:20:03.344 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:03.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:20:03.344 +01:00 [Information] Request finished in 0.4956ms 200 application/json -2017-04-27 16:20:05.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:05.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:20:05.344 +01:00 [Information] Request finished in 0.6499ms 200 application/json -2017-04-27 16:20:07.188 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:20:07.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:07.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:20:07.343 +01:00 [Information] Request finished in 0.8035ms 200 application/json -2017-04-27 16:20:09.344 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:09.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:20:09.345 +01:00 [Information] Request finished in 0.7121ms 200 application/json -2017-04-27 16:20:11.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:11.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:20:11.344 +01:00 [Information] Request finished in 0.5919ms 200 application/json -2017-04-27 16:20:13.340 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:13.346 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:20:13.346 +01:00 [Information] Request finished in 5.6552ms 200 application/json -2017-04-27 16:20:15.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:15.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:20:15.343 +01:00 [Information] Request finished in 0.8204ms 200 application/json -2017-04-27 16:20:17.339 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:17.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:20:17.341 +01:00 [Information] Request finished in 2.3738ms 200 application/json -2017-04-27 16:20:19.393 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:19.394 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:20:19.394 +01:00 [Information] Request finished in 0.6926ms 200 application/json -2017-04-27 16:20:21.346 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:21.347 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:20:21.347 +01:00 [Information] Request finished in 0.5979ms 200 application/json -2017-04-27 16:20:23.352 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:23.352 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:20:23.352 +01:00 [Information] Request finished in 0.6502ms 200 application/json -2017-04-27 16:20:25.354 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:25.354 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:20:25.354 +01:00 [Information] Request finished in 0.736ms 200 application/json -2017-04-27 16:20:27.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:27.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:20:27.343 +01:00 [Information] Request finished in 0.6022ms 200 application/json -2017-04-27 16:20:29.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:29.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:20:29.342 +01:00 [Information] Request finished in 0.4966ms 200 application/json -2017-04-27 16:20:31.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:31.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:20:31.344 +01:00 [Information] Request finished in 0.7088ms 200 application/json -2017-04-27 16:20:33.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:33.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:20:33.344 +01:00 [Information] Request finished in 0.6207ms 200 application/json -2017-04-27 16:20:35.344 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:35.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:20:35.345 +01:00 [Information] Request finished in 0.7952ms 200 application/json -2017-04-27 16:20:37.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:37.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:20:37.342 +01:00 [Information] Request finished in 0.4641ms 200 application/json -2017-04-27 16:20:39.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:39.331 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:20:39.331 +01:00 [Information] Request finished in 0.6873ms 200 application/json -2017-04-27 16:20:41.331 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:41.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:20:41.332 +01:00 [Information] Request finished in 0.5462ms 200 application/json -2017-04-27 16:20:43.356 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:43.356 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:20:43.356 +01:00 [Information] Request finished in 0.7105ms 200 application/json -2017-04-27 16:20:45.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:45.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:20:45.343 +01:00 [Information] Request finished in 0.6492ms 200 application/json -2017-04-27 16:20:47.347 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:47.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:20:47.348 +01:00 [Information] Request finished in 0.5068ms 200 application/json -2017-04-27 16:20:49.351 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:49.351 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:20:49.351 +01:00 [Information] Request finished in 0.4863ms 200 application/json -2017-04-27 16:20:51.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:51.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:20:51.342 +01:00 [Information] Request finished in 0.6959ms 200 application/json -2017-04-27 16:20:53.345 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:53.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:20:53.345 +01:00 [Information] Request finished in 0.5939ms 200 application/json -2017-04-27 16:20:55.343 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:55.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:20:55.343 +01:00 [Information] Request finished in 0.5542ms 200 application/json -2017-04-27 16:20:57.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:57.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:20:57.343 +01:00 [Information] Request finished in 0.625ms 200 application/json -2017-04-27 16:20:59.344 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:20:59.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:20:59.345 +01:00 [Information] Request finished in 0.5794ms 200 application/json -2017-04-27 16:21:01.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:01.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:01.332 +01:00 [Information] Request finished in 0.5264ms 200 application/json -2017-04-27 16:21:03.332 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:03.332 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:03.332 +01:00 [Information] Request finished in 0.488ms 200 application/json -2017-04-27 16:21:05.341 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:05.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:05.342 +01:00 [Information] Request finished in 0.4751ms 200 application/json -2017-04-27 16:21:07.197 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:21:07.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:07.333 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:07.333 +01:00 [Information] Request finished in 0.5688ms 200 application/json -2017-04-27 16:21:09.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:09.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:09.335 +01:00 [Information] Request finished in 0.9876ms 200 application/json -2017-04-27 16:21:11.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:11.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:11.334 +01:00 [Information] Request finished in 0.7479ms 200 application/json -2017-04-27 16:21:13.333 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:13.334 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:13.334 +01:00 [Information] Request finished in 0.8002ms 200 application/json -2017-04-27 16:21:15.342 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:15.343 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:15.343 +01:00 [Information] Request finished in 0.633ms 200 application/json -2017-04-27 16:21:17.334 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:17.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:17.335 +01:00 [Information] Request finished in 0.5419ms 200 application/json -2017-04-27 16:21:19.338 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:19.342 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:19.342 +01:00 [Information] Request finished in 3.5734ms 200 application/json -2017-04-27 16:21:20.561 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.ts -2017-04-27 16:21:20.561 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.ts"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.ts"' -2017-04-27 16:21:20.563 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:20.563 +01:00 [Information] Request finished in 2.1017ms 200 video/vnd.dlna.mpeg-tts -2017-04-27 16:21:21.352 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:21.352 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:21.352 +01:00 [Information] Request finished in 0.7383ms 200 application/json -2017-04-27 16:21:23.373 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:23.373 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:23.373 +01:00 [Information] Request finished in 0.5989ms 200 application/json -2017-04-27 16:21:25.345 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:25.346 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:25.346 +01:00 [Information] Request finished in 0.5803ms 200 application/json -2017-04-27 16:21:27.056 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.ts -2017-04-27 16:21:27.056 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.ts"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.ts"' -2017-04-27 16:21:27.057 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:27.058 +01:00 [Information] Request finished in 1.8623ms 200 video/vnd.dlna.mpeg-tts -2017-04-27 16:21:27.347 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:27.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:27.348 +01:00 [Information] Request finished in 0.5711ms 200 application/json -2017-04-27 16:21:29.348 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:29.349 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:29.349 +01:00 [Information] Request finished in 0.7614ms 200 application/json -2017-04-27 16:21:31.348 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:31.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:31.348 +01:00 [Information] Request finished in 0.5449ms 200 application/json -2017-04-27 16:21:33.344 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:33.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:33.345 +01:00 [Information] Request finished in 0.6479ms 200 application/json -2017-04-27 16:21:34.646 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:21:34.646 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:21:34.646 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:21:34.646 +01:00 [Debug] No actions matched the current request -2017-04-27 16:21:34.646 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:21:34.646 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:21:34.646 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:21:34.647 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:21:34.647 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:21:34.647 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:21:34.647 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:21:34.647 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:21:34.647 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 0.6333ms -2017-04-27 16:21:34.647 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:34.647 +01:00 [Information] Request finished in 1.1687ms 200 text/html; charset=utf-8 -2017-04-27 16:21:34.683 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:21:34.683 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:21:34.684 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:34.684 +01:00 [Information] Request finished in 1.6981ms 200 application/javascript -2017-04-27 16:21:34.733 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:21:34.733 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:21:34.735 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:34.735 +01:00 [Information] Request finished in 2.3497ms 200 text/css -2017-04-27 16:21:34.750 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:21:34.751 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:21:34.761 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:34.761 +01:00 [Information] Request finished in 11.1271ms 200 text/css -2017-04-27 16:21:34.844 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:21:34.844 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:21:34.846 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:34.846 +01:00 [Information] Request finished in 2.0358ms 200 text/css -2017-04-27 16:21:34.911 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:21:34.912 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:21:34.916 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:34.916 +01:00 [Information] Request finished in 5.0927ms 200 application/javascript -2017-04-27 16:21:34.925 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:21:34.925 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:21:34.927 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:34.927 +01:00 [Information] Request finished in 2.1504ms 200 application/javascript -2017-04-27 16:21:34.939 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:21:34.939 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:21:34.941 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:34.941 +01:00 [Information] Request finished in 2.3401ms 200 application/javascript -2017-04-27 16:21:34.942 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:21:34.943 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:21:34.943 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:21:34.943 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:21:34.945 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:34.946 +01:00 [Information] Request finished in 3.1449ms 200 text/css -2017-04-27 16:21:34.949 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:34.949 +01:00 [Information] Request finished in 6.6088ms 200 text/css -2017-04-27 16:21:34.956 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:21:34.956 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:21:34.972 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:21:34.973 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:34.973 +01:00 [Information] Request finished in 16.5732ms 200 application/javascript -2017-04-27 16:21:34.978 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:21:34.987 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:34.987 +01:00 [Information] Request finished in 17.5727ms 200 application/javascript -2017-04-27 16:21:35.081 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:21:35.081 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:21:35.179 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:21:35.179 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:21:35.181 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:35.181 +01:00 [Information] Request finished in 2.106ms 200 application/octet-stream -2017-04-27 16:21:35.255 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:35.255 +01:00 [Information] Request finished in 174.0561ms 200 application/javascript -2017-04-27 16:21:35.355 +01:00 [Information] Request starting HTTP/1.1 POST http://localhost:52038/hangfire/stats application/x-www-form-urlencoded; charset=UTF-8 392 -2017-04-27 16:21:35.356 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:35.356 +01:00 [Information] Request finished in 1.4398ms 200 application/json -2017-04-27 16:21:35.561 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:21:35.562 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:21:35.564 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:35.564 +01:00 [Information] Request finished in 2.9287ms 200 application/javascript -2017-04-27 16:21:35.596 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:21:35.596 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:21:35.597 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:35.597 +01:00 [Information] Request finished in 1.2856ms 200 application/javascript -2017-04-27 16:21:35.601 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:21:35.601 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:21:35.603 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:35.603 +01:00 [Information] Request finished in 2.1106ms 200 application/javascript -2017-04-27 16:21:35.607 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:21:35.607 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:21:35.608 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:35.609 +01:00 [Information] Request finished in 1.6296ms 200 application/javascript -2017-04-27 16:21:35.740 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:21:35.740 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:21:35.740 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:21:35.740 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:21:35.741 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:35.741 +01:00 [Information] Request finished in 1.7044ms 200 application/javascript -2017-04-27 16:21:35.742 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:35.742 +01:00 [Information] Request finished in 2.9549ms 200 application/javascript -2017-04-27 16:21:35.743 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:21:35.744 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:21:35.752 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:21:35.752 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:35.752 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:21:35.752 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:21:35.752 +01:00 [Information] Request finished in 8.8433ms 200 application/javascript -2017-04-27 16:21:35.752 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:21:35.753 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:21:35.753 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:21:35.754 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:35.754 +01:00 [Information] Request finished in 1.9924ms 200 application/javascript -2017-04-27 16:21:35.754 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:21:35.757 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:35.754 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:35.757 +01:00 [Information] Request finished in 5.1242ms 200 application/javascript -2017-04-27 16:21:35.758 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:21:35.758 +01:00 [Information] Request finished in 4.4372ms 200 application/javascript -2017-04-27 16:21:35.758 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:21:35.759 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:21:35.759 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:21:35.759 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:21:35.760 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:21:35.760 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:35.761 +01:00 [Information] Request finished in 2.5533ms 200 application/javascript -2017-04-27 16:21:35.761 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:21:35.762 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:35.762 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:21:35.762 +01:00 [Information] Request finished in 3.5965ms 200 application/javascript -2017-04-27 16:21:35.762 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:35.762 +01:00 [Information] Request finished in 2.1331ms 200 application/javascript -2017-04-27 16:21:35.763 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:21:35.764 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:35.765 +01:00 [Information] Request finished in 12.4624ms 200 application/javascript -2017-04-27 16:21:35.769 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:21:35.769 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:21:35.770 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:21:35.770 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:21:35.771 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:35.771 +01:00 [Information] Request finished in 1.9563ms 200 application/javascript -2017-04-27 16:21:35.772 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:21:35.772 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:35.772 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:21:35.772 +01:00 [Information] Request finished in 2.6635ms 200 application/javascript -2017-04-27 16:21:35.772 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:21:35.773 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:35.773 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:21:35.773 +01:00 [Information] Request finished in 1.3988ms 200 application/javascript -2017-04-27 16:21:35.774 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:35.774 +01:00 [Information] Request finished in 3.0112ms 200 application/javascript -2017-04-27 16:21:35.774 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:35.774 +01:00 [Information] Request finished in 21.5739ms 200 application/javascript -2017-04-27 16:21:35.782 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:21:35.782 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:21:35.793 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:21:35.793 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:35.793 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:21:35.793 +01:00 [Information] Request finished in 10.646ms 200 application/javascript -2017-04-27 16:21:35.793 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:21:35.793 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:21:35.793 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:21:35.794 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:21:35.794 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:35.794 +01:00 [Information] Request finished in 1.6888ms 200 application/javascript -2017-04-27 16:21:35.795 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:35.798 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:21:35.798 +01:00 [Information] Request finished in 6.177ms 200 application/javascript -2017-04-27 16:21:35.799 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:35.799 +01:00 [Information] Request finished in 5.9039ms 200 application/javascript -2017-04-27 16:21:35.799 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:21:35.802 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:35.802 +01:00 [Information] Request finished in 3.6581ms 200 application/javascript -2017-04-27 16:21:35.919 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:21:35.919 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:21:35.921 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:35.921 +01:00 [Information] Request finished in 2.5139ms 200 application/javascript -2017-04-27 16:21:35.944 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:21:35.944 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:21:35.946 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:21:35.946 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:21:35.946 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:35.946 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:21:35.946 +01:00 [Information] Request finished in 2.2437ms 200 application/javascript -2017-04-27 16:21:35.946 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:21:35.947 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:21:35.947 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:21:35.947 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:21:35.947 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:21:35.950 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:21:35.953 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:21:35.953 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:35.953 +01:00 [Information] Request finished in 7.0789ms 200 application/javascript -2017-04-27 16:21:35.953 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:35.956 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:35.957 +01:00 [Information] Request finished in 10.7192ms 200 application/javascript -2017-04-27 16:21:35.957 +01:00 [Information] Request finished in 7.6865ms 200 application/javascript -2017-04-27 16:21:35.951 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:21:35.957 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:35.957 +01:00 [Information] Request finished in 11.0619ms 200 application/javascript -2017-04-27 16:21:35.957 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:21:35.969 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:35.969 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:21:35.970 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:35.970 +01:00 [Information] Request finished in 18.7845ms 200 application/javascript -2017-04-27 16:21:35.970 +01:00 [Information] Request finished in 23.9021ms 200 application/javascript -2017-04-27 16:21:35.970 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:21:35.970 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:21:35.970 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:21:35.970 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:21:35.971 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:21:35.971 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:35.972 +01:00 [Information] Request finished in 2.2186ms 200 application/javascript -2017-04-27 16:21:35.972 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:21:35.969 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:21:35.985 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:35.990 +01:00 [Information] Request finished in 20.4508ms 200 application/javascript -2017-04-27 16:21:35.992 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:21:35.992 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:21:35.991 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:21:35.999 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.004 +01:00 [Information] Request finished in 12.6342ms 200 application/javascript -2017-04-27 16:21:36.004 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:35.969 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:21:36.005 +01:00 [Information] Request finished in 35.0061ms 200 application/javascript -2017-04-27 16:21:36.005 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:21:35.976 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.005 +01:00 [Information] Request finished in 35.4759ms 200 application/javascript -2017-04-27 16:21:35.976 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:21:36.007 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.007 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.007 +01:00 [Information] Request finished in 35.6812ms 200 application/javascript -2017-04-27 16:21:36.007 +01:00 [Information] Request finished in 37.9594ms 200 application/javascript -2017-04-27 16:21:36.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:21:36.335 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:21:36.336 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.336 +01:00 [Information] Request finished in 1.7163ms 200 text/html -2017-04-27 16:21:36.337 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:21:36.338 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:21:36.340 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.341 +01:00 [Information] Request finished in 3.4015ms 200 text/html -2017-04-27 16:21:36.342 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:21:36.342 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:21:36.343 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:21:36.343 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:21:36.343 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:21:36.343 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:21:36.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.345 +01:00 [Information] Request finished in 2.4765ms 200 text/html -2017-04-27 16:21:36.345 +01:00 [Information] Request finished in 2.9592ms 200 text/html -2017-04-27 16:21:36.349 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.349 +01:00 [Information] Request finished in 6.2995ms 200 text/html -2017-04-27 16:21:36.349 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:21:36.349 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:21:36.352 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.352 +01:00 [Information] Request finished in 3.0618ms 200 text/html -2017-04-27 16:21:36.401 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:21:36.401 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:21:36.408 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:21:36.409 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:21:36.410 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.410 +01:00 [Information] Request finished in 2.1126ms 200 text/html -2017-04-27 16:21:36.413 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.413 +01:00 [Information] Request finished in 12.0757ms 200 text/html -2017-04-27 16:21:36.424 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:21:36.424 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:21:36.425 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.425 +01:00 [Information] Request finished in 1.5233ms 200 text/html -2017-04-27 16:21:36.428 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:21:36.429 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:21:36.430 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.430 +01:00 [Information] Request finished in 1.5845ms 200 text/html -2017-04-27 16:21:36.445 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:21:36.445 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:21:36.445 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:21:36.446 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:21:36.448 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.448 +01:00 [Information] Request finished in 2.503ms 200 text/html -2017-04-27 16:21:36.448 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.449 +01:00 [Information] Request finished in 4.3789ms 200 text/html -2017-04-27 16:21:36.486 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:21:36.486 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:21:36.488 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.488 +01:00 [Information] Request finished in 2.1792ms 200 text/html -2017-04-27 16:21:36.497 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:21:36.497 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:21:36.500 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.500 +01:00 [Information] Request finished in 3.9607ms 200 text/html -2017-04-27 16:21:36.508 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:21:36.508 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:21:36.510 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.510 +01:00 [Information] Request finished in 2.8933ms 200 text/html -2017-04-27 16:21:36.513 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:21:36.513 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:21:36.513 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:21:36.514 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:21:36.514 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:21:36.514 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:21:36.519 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.519 +01:00 [Information] Request finished in 5.7685ms 200 text/html -2017-04-27 16:21:36.519 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.519 +01:00 [Information] Request finished in 6.085ms 200 text/html -2017-04-27 16:21:36.523 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:21:36.523 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:21:36.520 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.535 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:21:36.535 +01:00 [Information] Request finished in 21.7355ms 200 text/html -2017-04-27 16:21:36.535 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:21:36.536 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:21:36.536 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:21:36.536 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:21:36.536 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.536 +01:00 [Information] Request finished in 13.3656ms 200 text/html -2017-04-27 16:21:36.538 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.538 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.538 +01:00 [Information] Request finished in 3.9717ms 200 application/octet-stream -2017-04-27 16:21:36.538 +01:00 [Information] Request finished in 4.0273ms 200 application/octet-stream -2017-04-27 16:21:36.538 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:21:36.538 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:21:36.536 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:21:36.538 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:21:36.539 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:21:36.545 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.545 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.545 +01:00 [Information] Request finished in 6.8402ms 200 application/octet-stream -2017-04-27 16:21:36.545 +01:00 [Information] Request finished in 6.7846ms 200 application/octet-stream -2017-04-27 16:21:36.545 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:21:36.545 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:21:36.546 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:21:36.546 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:21:36.546 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.546 +01:00 [Information] Request finished in 0.8945ms 200 application/octet-stream -2017-04-27 16:21:36.552 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:21:36.552 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.552 +01:00 [Information] Request finished in 7.0696ms 200 text/css -2017-04-27 16:21:36.552 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:21:36.553 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.553 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.553 +01:00 [Information] Request finished in 2.5897ms 200 application/octet-stream -2017-04-27 16:21:36.554 +01:00 [Information] Request finished in 18.0822ms 200 application/octet-stream -2017-04-27 16:21:36.562 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:21:36.563 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:21:36.563 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:21:36.563 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:21:36.570 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:21:36.570 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:21:36.571 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:21:36.571 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:21:36.571 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:21:36.571 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:21:36.571 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:21:36.573 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:21:36.577 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.577 +01:00 [Information] Request finished in 14.9982ms 200 application/octet-stream -2017-04-27 16:21:36.611 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:21:36.613 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:21:36.629 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:21:36.629 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:21:36.646 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.646 +01:00 [Information] Request finished in 76.3995ms 200 application/octet-stream -2017-04-27 16:21:36.647 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:21:36.647 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.647 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.647 +01:00 [Information] Request finished in 76.9438ms 200 application/octet-stream -2017-04-27 16:21:36.647 +01:00 [Information] Request finished in 76.6697ms 200 application/octet-stream -2017-04-27 16:21:36.647 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:21:36.647 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:21:36.648 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:21:36.649 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.649 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:21:36.649 +01:00 [Information] Request finished in 87.0363ms 200 application/octet-stream -2017-04-27 16:21:36.650 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:21:36.650 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.650 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:21:36.650 +01:00 [Information] Request finished in 21.1531ms 200 application/octet-stream -2017-04-27 16:21:36.650 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:21:36.675 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.676 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.676 +01:00 [Information] Request finished in 28.5442ms 200 application/octet-stream -2017-04-27 16:21:36.676 +01:00 [Information] Request finished in 29.0869ms 200 application/octet-stream -2017-04-27 16:21:36.677 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.678 +01:00 [Information] Request finished in 68.2965ms 200 application/octet-stream -2017-04-27 16:21:36.678 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.678 +01:00 [Information] Request finished in 28.3045ms 200 application/octet-stream -2017-04-27 16:21:36.677 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.678 +01:00 [Information] Request finished in 30.7579ms 200 application/octet-stream -2017-04-27 16:21:36.677 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.683 +01:00 [Information] Request finished in 112.3307ms 200 application/octet-stream -2017-04-27 16:21:36.684 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:21:36.684 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:21:36.707 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:21:36.707 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:21:36.708 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:21:36.708 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:21:36.708 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:21:36.708 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:21:36.707 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.713 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:21:36.713 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.713 +01:00 [Information] Request finished in 6.5429ms 200 application/octet-stream -2017-04-27 16:21:36.714 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:21:36.714 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:21:36.714 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:21:36.717 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.717 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.717 +01:00 [Information] Request finished in 2.5546ms 200 application/octet-stream -2017-04-27 16:21:36.717 +01:00 [Information] Request finished in 3.6548ms 200 application/octet-stream -2017-04-27 16:21:36.718 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:21:36.719 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:21:36.721 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.721 +01:00 [Information] Request finished in 2.9476ms 200 application/octet-stream -2017-04-27 16:21:36.725 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.725 +01:00 [Information] Request finished in 17.1459ms 200 application/octet-stream -2017-04-27 16:21:36.715 +01:00 [Information] Request finished in 24.5596ms 200 application/octet-stream -2017-04-27 16:21:36.729 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:21:36.730 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:21:36.750 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.750 +01:00 [Information] Request finished in 20.2562ms 200 application/octet-stream -2017-04-27 16:21:36.763 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.763 +01:00 [Information] Request finished in 56.0758ms 200 application/octet-stream -2017-04-27 16:21:36.769 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:21:36.770 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:21:36.775 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.775 +01:00 [Information] Request finished in 12.905ms 200 application/octet-stream -2017-04-27 16:21:36.779 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:21:36.780 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:21:36.785 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.785 +01:00 [Information] Request finished in 7.6769ms 200 application/octet-stream -2017-04-27 16:21:36.786 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:21:36.786 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:21:36.786 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:21:36.786 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:21:36.789 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.789 +01:00 [Information] Request finished in 3.632ms 200 application/octet-stream -2017-04-27 16:21:36.790 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:21:36.790 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.790 +01:00 [Information] Request finished in 4.9838ms 200 application/octet-stream -2017-04-27 16:21:36.790 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:21:36.791 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:21:36.791 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.791 +01:00 [Information] Request finished in 1.2329ms 200 application/octet-stream -2017-04-27 16:21:36.791 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:21:36.791 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:21:36.791 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:21:36.793 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:36.793 +01:00 [Information] Request finished in 2.2669ms 200 application/octet-stream -2017-04-27 16:21:36.793 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.793 +01:00 [Information] Request finished in 2.0974ms 200 application/octet-stream -2017-04-27 16:21:36.796 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:21:36.797 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:21:36.808 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:21:36.809 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:36.809 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:21:36.809 +01:00 [Information] Request finished in 12.6554ms 200 application/octet-stream -2017-04-27 16:21:36.815 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:21:36.815 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:21:36.816 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.ts -2017-04-27 16:21:36.816 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:21:36.817 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:36.817 +01:00 [Information] Request finished in 8.4592ms 200 application/octet-stream -2017-04-27 16:21:36.817 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.ts"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.ts"' -2017-04-27 16:21:36.817 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:21:36.818 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:21:36.820 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:21:36.820 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:21:36.820 +01:00 [Information] Request finished in 4.0097ms 200 application/octet-stream -2017-04-27 16:21:36.820 +01:00 [Information] Request finished in 4.1644ms 200 video/vnd.dlna.mpeg-tts -2017-04-27 16:21:36.824 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:21:36.824 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:21:36.824 +01:00 [Information] Request finished in 9.382ms 200 application/octet-stream -2017-04-27 16:21:36.826 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:21:36.826 +01:00 [Information] Request finished in 9.3985ms 200 application/octet-stream -2017-04-27 16:21:37.831 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:21:37.831 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:21:37.832 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:21:37.832 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:21:37.832 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:21:37.832 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:21:37.835 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:21:37.835 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:21:37.836 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:21:37.836 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:21:37.836 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 4.31ms -2017-04-27 16:21:37.836 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:21:37.837 +01:00 [Information] Request finished in 5.3093ms 200 application/json; charset=utf-8 -2017-04-27 16:21:37.925 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/Users text/plain -2017-04-27 16:21:37.925 +01:00 [Information] Successfully validated the token. -2017-04-27 16:21:37.925 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:21:37.925 +01:00 [Debug] The request path "/api/v1/Identity/Users" does not match a supported file type -2017-04-27 16:21:37.925 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity/Users"'. -2017-04-27 16:21:37.926 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" -2017-04-27 16:21:37.926 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:21:37.926 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:21:37.927 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:21:37.928 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:21:37.928 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:21:37.928 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:21:37.928 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" in 2.0851ms -2017-04-27 16:21:37.928 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:21:37.928 +01:00 [Information] Request finished in 2.8321ms 200 application/json; charset=utf-8 -2017-04-27 16:21:37.942 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:21:37.942 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:21:37.943 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:21:37.944 +01:00 [Information] Request finished in 2.0159ms 200 application/font-woff2 -2017-04-27 16:22:07.291 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:22:34.402 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:22:34.402 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:22:34.402 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:22:34.403 +01:00 [Debug] No actions matched the current request -2017-04-27 16:22:34.403 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:22:34.403 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:22:34.403 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:22:34.405 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:22:34.405 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:22:34.405 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:22:34.405 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:22:34.427 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:22:34.427 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 24.3901ms -2017-04-27 16:22:34.427 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:34.427 +01:00 [Information] Request finished in 25.4612ms 200 text/html; charset=utf-8 -2017-04-27 16:22:34.489 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:22:34.494 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:22:34.495 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:22:34.495 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:22:34.530 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:22:34.533 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:22:34.540 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:22:34.540 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:22:34.540 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:22:34.540 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:22:34.541 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:34.541 +01:00 [Information] Request finished in 2.6096ms 200 text/css -2017-04-27 16:22:34.562 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:34.563 +01:00 [Information] Request finished in 80.0305ms 200 application/javascript -2017-04-27 16:22:34.563 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:34.563 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:34.563 +01:00 [Information] Request finished in 23.9365ms 200 text/css -2017-04-27 16:22:34.564 +01:00 [Information] Request finished in 74.0617ms 200 text/css -2017-04-27 16:22:34.564 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:34.564 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:22:34.564 +01:00 [Information] Request finished in 35.2934ms 200 application/javascript -2017-04-27 16:22:34.564 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:22:34.567 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:34.567 +01:00 [Information] Request finished in 3.0095ms 200 application/javascript -2017-04-27 16:22:34.572 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:22:34.572 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:22:34.576 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:34.576 +01:00 [Information] Request finished in 4.3574ms 200 application/javascript -2017-04-27 16:22:34.580 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:22:34.581 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:22:34.598 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:22:34.598 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:34.599 +01:00 [Information] Request finished in 18.8924ms 200 application/javascript -2017-04-27 16:22:34.599 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:22:34.601 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:34.601 +01:00 [Information] Request finished in 2.3444ms 200 application/javascript -2017-04-27 16:22:34.660 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:22:34.660 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:22:34.660 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:22:34.661 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:22:34.663 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:34.663 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:34.663 +01:00 [Information] Request finished in 2.8791ms 200 text/css -2017-04-27 16:22:34.663 +01:00 [Information] Request finished in 3.5409ms 200 text/css -2017-04-27 16:22:34.787 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:22:34.787 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:22:34.909 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:34.909 +01:00 [Information] Request finished in 122.5ms 200 application/javascript -2017-04-27 16:22:35.038 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:22:35.039 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:22:35.040 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:35.040 +01:00 [Information] Request finished in 1.4137ms 200 application/octet-stream -2017-04-27 16:22:35.206 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:22:35.207 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:22:35.208 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:35.208 +01:00 [Information] Request finished in 2.1106ms 200 application/javascript -2017-04-27 16:22:35.244 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:22:35.244 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:22:35.245 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:35.246 +01:00 [Information] Request finished in 1.7292ms 200 application/javascript -2017-04-27 16:22:35.249 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:22:35.249 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:22:35.250 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:35.250 +01:00 [Information] Request finished in 1.2796ms 200 application/javascript -2017-04-27 16:22:35.254 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:22:35.255 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:22:35.260 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:35.260 +01:00 [Information] Request finished in 5.5539ms 200 application/javascript -2017-04-27 16:22:35.273 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:22:35.274 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:22:35.275 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:35.275 +01:00 [Information] Request finished in 1.4074ms 200 application/javascript -2017-04-27 16:22:35.285 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:22:35.285 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:22:35.285 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:22:35.285 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:22:35.287 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:22:35.287 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:22:35.287 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:22:35.287 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:22:35.288 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:22:35.288 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:35.289 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:22:35.289 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:35.290 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:22:35.290 +01:00 [Information] Request finished in 5.0126ms 200 application/javascript -2017-04-27 16:22:35.291 +01:00 [Information] Request finished in 2.747ms 200 application/javascript -2017-04-27 16:22:35.289 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:22:35.294 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:22:35.294 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:22:35.294 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:22:35.294 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:22:35.301 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:35.302 +01:00 [Information] Request finished in 14.627ms 200 application/javascript -2017-04-27 16:22:35.303 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:35.303 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:35.304 +01:00 [Information] Request finished in 17.1029ms 200 application/javascript -2017-04-27 16:22:35.304 +01:00 [Information] Request finished in 9.6326ms 200 application/javascript -2017-04-27 16:22:35.304 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:35.305 +01:00 [Information] Request finished in 17.6694ms 200 application/javascript -2017-04-27 16:22:35.305 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:22:35.305 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:22:35.308 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:22:35.305 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:35.308 +01:00 [Information] Request finished in 14.7671ms 200 application/javascript -2017-04-27 16:22:35.308 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:35.309 +01:00 [Information] Request finished in 21.7974ms 200 application/javascript -2017-04-27 16:22:35.308 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:22:35.318 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:22:35.318 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:22:35.322 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:22:35.322 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:22:35.322 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:22:35.322 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:22:35.325 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:35.325 +01:00 [Information] Request finished in 4.2359ms 200 application/javascript -2017-04-27 16:22:35.339 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:22:35.339 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:22:35.346 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:22:35.346 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:22:35.362 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:22:35.363 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:22:35.371 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:35.372 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:35.372 +01:00 [Information] Request finished in 54.4723ms 200 application/javascript -2017-04-27 16:22:35.372 +01:00 [Information] Request finished in 67.1513ms 200 application/javascript -2017-04-27 16:22:35.373 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:35.376 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:22:35.376 +01:00 [Information] Request finished in 53.7528ms 200 application/javascript -2017-04-27 16:22:35.376 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:35.376 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:35.376 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:22:35.376 +01:00 [Information] Request finished in 31.9879ms 200 application/javascript -2017-04-27 16:22:35.376 +01:00 [Information] Request finished in 14.9373ms 200 application/javascript -2017-04-27 16:22:35.381 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:35.381 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:22:35.381 +01:00 [Information] Request finished in 42.5356ms 200 application/javascript -2017-04-27 16:22:35.382 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:35.384 +01:00 [Information] Request finished in 8.7307ms 200 application/javascript -2017-04-27 16:22:35.384 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:22:35.389 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:35.389 +01:00 [Information] Request finished in 83.9575ms 200 application/javascript -2017-04-27 16:22:35.389 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:22:35.389 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:22:35.390 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:35.390 +01:00 [Information] Request finished in 0.919ms 200 application/javascript -2017-04-27 16:22:35.397 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:35.397 +01:00 [Information] Request finished in 15.5792ms 200 application/javascript -2017-04-27 16:22:35.629 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:22:35.629 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:22:35.631 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:35.631 +01:00 [Information] Request finished in 1.8239ms 200 application/javascript -2017-04-27 16:22:35.635 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:22:35.635 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:22:35.637 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:35.637 +01:00 [Information] Request finished in 1.5534ms 200 application/javascript -2017-04-27 16:22:35.642 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:22:35.643 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:22:35.644 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:35.644 +01:00 [Information] Request finished in 1.4882ms 200 application/javascript -2017-04-27 16:22:35.648 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:22:35.648 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:22:35.649 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:35.650 +01:00 [Information] Request finished in 1.6868ms 200 application/javascript -2017-04-27 16:22:35.654 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:22:35.654 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:22:35.656 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:35.656 +01:00 [Information] Request finished in 2.4073ms 200 application/javascript -2017-04-27 16:22:35.661 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:22:35.662 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:22:35.663 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:35.663 +01:00 [Information] Request finished in 1.8881ms 200 application/javascript -2017-04-27 16:22:35.669 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:22:35.669 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:22:35.670 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:35.670 +01:00 [Information] Request finished in 1.2342ms 200 application/javascript -2017-04-27 16:22:35.677 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:22:35.677 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:22:35.679 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:35.679 +01:00 [Information] Request finished in 2.3513ms 200 application/javascript -2017-04-27 16:22:35.685 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:22:35.686 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:22:35.699 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:35.699 +01:00 [Information] Request finished in 13.8678ms 200 application/javascript -2017-04-27 16:22:35.704 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:22:35.705 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:22:35.711 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:35.711 +01:00 [Information] Request finished in 7.0094ms 200 application/javascript -2017-04-27 16:22:35.788 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:22:35.788 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:22:35.788 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:22:35.789 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:22:35.789 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:22:35.789 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:22:35.791 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:35.791 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:35.791 +01:00 [Information] Request finished in 3.0092ms 200 application/javascript -2017-04-27 16:22:35.791 +01:00 [Information] Request finished in 3.0625ms 200 application/javascript -2017-04-27 16:22:35.791 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:35.792 +01:00 [Information] Request finished in 3.4856ms 200 application/javascript -2017-04-27 16:22:35.796 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:22:35.796 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:22:35.796 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:22:35.796 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:22:35.798 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:35.798 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:35.798 +01:00 [Information] Request finished in 2.5152ms 200 application/javascript -2017-04-27 16:22:35.798 +01:00 [Information] Request finished in 2.6281ms 200 application/javascript -2017-04-27 16:22:36.185 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:22:36.186 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:22:36.187 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:22:36.188 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:22:36.188 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.188 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:22:36.188 +01:00 [Information] Request finished in 2.9575ms 200 text/html -2017-04-27 16:22:36.188 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:22:36.189 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:22:36.192 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:22:36.192 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.192 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:22:36.192 +01:00 [Information] Request finished in 4.9639ms 200 text/html -2017-04-27 16:22:36.192 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:22:36.192 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:22:36.192 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.193 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.194 +01:00 [Information] Request finished in 5.8555ms 200 text/html -2017-04-27 16:22:36.197 +01:00 [Information] Request finished in 4.4832ms 200 text/html -2017-04-27 16:22:36.197 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:22:36.199 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.199 +01:00 [Information] Request finished in 9.969ms 200 text/html -2017-04-27 16:22:36.204 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:36.205 +01:00 [Information] Request finished in 12.2005ms 200 text/html -2017-04-27 16:22:36.227 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:22:36.227 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:22:36.233 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.233 +01:00 [Information] Request finished in 6.1837ms 200 text/html -2017-04-27 16:22:36.236 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:22:36.238 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:22:36.238 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:22:36.239 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:22:36.255 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:22:36.255 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.255 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:22:36.256 +01:00 [Information] Request finished in 17.1966ms 200 text/html -2017-04-27 16:22:36.256 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:22:36.259 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:22:36.259 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:22:36.259 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:22:36.259 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.259 +01:00 [Information] Request finished in 5.7483ms 200 text/html -2017-04-27 16:22:36.260 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:36.261 +01:00 [Information] Request finished in 1.9418ms 200 text/html -2017-04-27 16:22:36.261 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:22:36.261 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.263 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:22:36.263 +01:00 [Information] Request finished in 8.4678ms 200 text/html -2017-04-27 16:22:36.263 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.267 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:22:36.268 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:22:36.347 +01:00 [Information] Request finished in 27.642ms 200 text/html -2017-04-27 16:22:36.351 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.352 +01:00 [Information] Request finished in 90.9117ms 200 text/html -2017-04-27 16:22:36.353 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:22:36.353 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:22:36.355 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.355 +01:00 [Information] Request finished in 2.3437ms 200 text/html -2017-04-27 16:22:36.370 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:22:36.371 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.371 +01:00 [Information] Request finished in 103.4801ms 200 text/html -2017-04-27 16:22:36.378 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:22:36.378 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:22:36.379 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:22:36.379 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:22:36.379 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:22:36.408 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.408 +01:00 [Information] Request finished in 38.204ms 200 text/html -2017-04-27 16:22:36.410 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.410 +01:00 [Information] Request finished in 31.7995ms 200 text/html -2017-04-27 16:22:36.411 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:22:36.411 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:22:36.412 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:36.413 +01:00 [Information] Request finished in 34.6588ms 200 text/html -2017-04-27 16:22:36.412 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.420 +01:00 [Information] Request finished in 9.3114ms 200 text/html -2017-04-27 16:22:36.436 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:22:36.436 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:22:36.436 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:22:36.436 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:22:36.440 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.440 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:22:36.440 +01:00 [Information] Request finished in 4.316ms 200 application/octet-stream -2017-04-27 16:22:36.440 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.441 +01:00 [Information] Request finished in 4.4623ms 200 application/octet-stream -2017-04-27 16:22:36.441 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:22:36.442 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.442 +01:00 [Information] Request finished in 1.7756ms 200 application/octet-stream -2017-04-27 16:22:36.443 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:22:36.443 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:22:36.444 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.444 +01:00 [Information] Request finished in 1.0154ms 200 application/octet-stream -2017-04-27 16:22:36.446 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:22:36.447 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:22:36.456 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.456 +01:00 [Information] Request finished in 9.8428ms 200 application/octet-stream -2017-04-27 16:22:36.456 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:22:36.457 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:22:36.457 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:22:36.457 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:22:36.458 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.458 +01:00 [Information] Request finished in 1.4408ms 200 application/octet-stream -2017-04-27 16:22:36.458 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.459 +01:00 [Information] Request finished in 3.0201ms 200 application/octet-stream -2017-04-27 16:22:36.464 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:22:36.465 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:22:36.477 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.478 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:22:36.478 +01:00 [Information] Request finished in 13.1699ms 200 application/octet-stream -2017-04-27 16:22:36.478 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:22:36.478 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:22:36.483 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:22:36.483 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:22:36.478 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:22:36.490 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.491 +01:00 [Information] Request finished in 13.8278ms 200 application/octet-stream -2017-04-27 16:22:36.491 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.493 +01:00 [Information] Request finished in 15.5594ms 200 application/octet-stream -2017-04-27 16:22:36.493 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:22:36.494 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:22:36.494 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.494 +01:00 [Information] Request finished in 0.6999ms 200 application/octet-stream -2017-04-27 16:22:36.494 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.494 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:22:36.494 +01:00 [Information] Request finished in 16.3616ms 200 text/css -2017-04-27 16:22:36.496 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:22:36.503 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:22:36.507 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:22:36.507 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.507 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:22:36.507 +01:00 [Information] Request finished in 14.3645ms 200 application/octet-stream -2017-04-27 16:22:36.507 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:22:36.507 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:22:36.508 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.508 +01:00 [Information] Request finished in 5.7731ms 200 application/octet-stream -2017-04-27 16:22:36.509 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.509 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:22:36.509 +01:00 [Information] Request finished in 6.526ms 200 application/octet-stream -2017-04-27 16:22:36.510 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:22:36.513 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.513 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:22:36.513 +01:00 [Information] Request finished in 18.9421ms 200 application/octet-stream -2017-04-27 16:22:36.519 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:22:36.519 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:22:36.520 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.520 +01:00 [Information] Request finished in 1.272ms 200 application/octet-stream -2017-04-27 16:22:36.520 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.522 +01:00 [Information] Request finished in 12.4962ms 200 application/octet-stream -2017-04-27 16:22:36.527 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:22:36.539 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:22:36.533 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:22:36.539 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:22:36.539 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.540 +01:00 [Information] Request finished in 12.6965ms 200 application/octet-stream -2017-04-27 16:22:36.536 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:22:36.603 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:22:36.536 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:22:36.604 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:22:36.604 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:22:36.605 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:22:36.584 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:22:36.573 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:22:36.621 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.621 +01:00 [Information] Request finished in 17.6002ms 200 application/octet-stream -2017-04-27 16:22:36.621 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:22:36.573 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:22:36.621 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.622 +01:00 [Information] Request finished in 39.1718ms 200 application/octet-stream -2017-04-27 16:22:36.622 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:22:36.622 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.623 +01:00 [Information] Request finished in 50.1043ms 200 application/octet-stream -2017-04-27 16:22:36.623 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:22:36.623 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.623 +01:00 [Information] Request finished in 50.6102ms 200 application/octet-stream -2017-04-27 16:22:36.645 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:22:36.645 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:22:36.646 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:22:36.646 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:22:36.646 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:22:36.646 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:22:36.654 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:36.657 +01:00 [Information] Request finished in 119.4027ms 200 application/octet-stream -2017-04-27 16:22:36.656 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:22:36.658 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.658 +01:00 [Information] Request finished in 12.3048ms 200 application/octet-stream -2017-04-27 16:22:36.661 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:22:36.709 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.709 +01:00 [Information] Request finished in 52.9758ms 200 application/octet-stream -2017-04-27 16:22:36.710 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.710 +01:00 [Information] Request finished in 64.4979ms 200 application/octet-stream -2017-04-27 16:22:36.717 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:22:36.717 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:22:36.724 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.724 +01:00 [Information] Request finished in 39.9691ms 200 application/octet-stream -2017-04-27 16:22:36.740 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.741 +01:00 [Information] Request finished in 95.7671ms 200 application/octet-stream -2017-04-27 16:22:36.741 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:22:36.742 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:22:36.742 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.743 +01:00 [Information] Request finished in 1.3667ms 200 application/octet-stream -2017-04-27 16:22:36.743 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:22:36.743 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:22:36.746 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:22:36.749 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.749 +01:00 [Information] Request finished in 6.0621ms 200 application/octet-stream -2017-04-27 16:22:36.749 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:22:36.750 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:22:36.751 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.752 +01:00 [Information] Request finished in 2.3523ms 200 application/octet-stream -2017-04-27 16:22:36.599 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.753 +01:00 [Information] Request finished in 220.0229ms 200 application/octet-stream -2017-04-27 16:22:36.753 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:22:36.754 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:22:36.762 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:22:36.762 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.762 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:22:36.762 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:22:36.763 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:22:36.762 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:22:36.764 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:22:36.767 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:36.768 +01:00 [Information] Request finished in 5.6688ms 200 application/octet-stream -2017-04-27 16:22:36.768 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:36.768 +01:00 [Information] Request finished in 6.1267ms 200 application/octet-stream -2017-04-27 16:22:36.771 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:22:36.776 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:36.776 +01:00 [Information] Request finished in 33.1242ms 200 application/octet-stream -2017-04-27 16:22:36.777 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:36.777 +01:00 [Information] Request finished in 14.7843ms 200 application/octet-stream -2017-04-27 16:22:36.762 +01:00 [Information] Request finished in 225.8593ms 200 application/octet-stream -2017-04-27 16:22:36.785 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:22:36.785 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:22:36.787 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.787 +01:00 [Information] Request finished in 34.3518ms 200 application/octet-stream -2017-04-27 16:22:36.787 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:36.788 +01:00 [Information] Request finished in 2.7063ms 200 application/octet-stream -2017-04-27 16:22:36.787 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.ts -2017-04-27 16:22:36.788 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.ts"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.ts"' -2017-04-27 16:22:36.789 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:36.789 +01:00 [Information] Request finished in 1.2998ms 200 video/vnd.dlna.mpeg-tts -2017-04-27 16:22:38.525 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:22:38.525 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:22:38.525 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:22:38.525 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:22:38.525 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:22:38.525 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:22:38.527 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:22:38.527 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:22:38.527 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:22:38.527 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:22:38.527 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 2.1169ms -2017-04-27 16:22:38.528 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:38.528 +01:00 [Information] Request finished in 2.843ms 200 application/json; charset=utf-8 -2017-04-27 16:22:38.602 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/Users text/plain -2017-04-27 16:22:38.602 +01:00 [Information] Successfully validated the token. -2017-04-27 16:22:38.602 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:22:38.602 +01:00 [Debug] The request path "/api/v1/Identity/Users" does not match a supported file type -2017-04-27 16:22:38.603 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity/Users"'. -2017-04-27 16:22:38.603 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" -2017-04-27 16:22:38.603 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:22:38.603 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:22:38.604 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:22:38.604 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:22:38.604 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:22:38.605 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:22:38.605 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" in 1.9802ms -2017-04-27 16:22:38.605 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:38.605 +01:00 [Information] Request finished in 2.8403ms 200 application/json; charset=utf-8 -2017-04-27 16:22:38.870 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:22:38.871 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:22:38.873 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:38.874 +01:00 [Information] Request finished in 3.1943ms 200 application/font-woff2 -2017-04-27 16:22:46.320 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:22:46.321 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:22:46.323 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:22:46.324 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:22:46.324 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:22:46.324 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:22:46.324 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:22:46.326 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:22:46.328 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:22:46.328 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:22:46.331 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:22:46.333 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:22:46.335 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:46.335 +01:00 [Information] Request finished in 11.4016ms 200 application/octet-stream -2017-04-27 16:22:46.343 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:22:46.341 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:46.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:46.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:46.344 +01:00 [Information] Request finished in 16.5751ms 200 application/octet-stream -2017-04-27 16:22:46.344 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:46.345 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:22:46.345 +01:00 [Information] Request finished in 24.4408ms 200 application/octet-stream -2017-04-27 16:22:46.344 +01:00 [Information] Request finished in 19.8559ms 200 application/octet-stream -2017-04-27 16:22:46.345 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:22:46.345 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:22:46.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:46.345 +01:00 [Information] Request finished in 4.1895ms 200 application/octet-stream -2017-04-27 16:22:46.345 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:22:46.345 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:22:46.345 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:46.345 +01:00 [Information] Request finished in 24.1378ms 200 application/octet-stream -2017-04-27 16:22:46.346 +01:00 [Information] Request finished in 15.0045ms 200 application/octet-stream -2017-04-27 16:22:46.347 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:22:46.347 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:46.348 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:22:46.348 +01:00 [Information] Request finished in 3.0681ms 200 application/octet-stream -2017-04-27 16:22:46.348 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:46.350 +01:00 [Information] Request finished in 4.0236ms 200 application/octet-stream -2017-04-27 16:22:46.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:46.351 +01:00 [Information] Request finished in 4.1356ms 200 application/octet-stream -2017-04-27 16:22:46.351 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:22:46.350 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:22:46.351 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:22:46.351 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:22:46.345 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:22:46.354 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:22:46.353 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:46.353 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:22:46.354 +01:00 [Information] Request finished in 3.9061ms 200 application/octet-stream -2017-04-27 16:22:46.354 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:22:46.357 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:46.357 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:22:46.355 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:22:46.360 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:46.360 +01:00 [Information] Request finished in 14.8224ms 200 application/octet-stream -2017-04-27 16:22:46.360 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:22:46.354 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:22:46.357 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:22:46.362 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:22:46.362 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:22:46.364 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:22:46.364 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:46.364 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:46.364 +01:00 [Information] Request finished in 6.8094ms 200 application/octet-stream -2017-04-27 16:22:46.364 +01:00 [Information] Request finished in 10.9632ms 200 application/octet-stream -2017-04-27 16:22:46.364 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:46.365 +01:00 [Information] Request finished in 7.2233ms 200 application/octet-stream -2017-04-27 16:22:46.368 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:46.369 +01:00 [Information] Request finished in 6.4323ms 200 application/octet-stream -2017-04-27 16:22:46.359 +01:00 [Information] Request finished in 8.9224ms 200 application/octet-stream -2017-04-27 16:22:46.369 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:22:46.369 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:22:46.369 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:46.369 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:22:46.369 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:22:46.369 +01:00 [Information] Request finished in 15.755ms 200 application/octet-stream -2017-04-27 16:22:46.370 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:22:46.371 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:22:46.371 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:22:46.372 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:22:46.372 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:46.376 +01:00 [Information] Request finished in 6.5207ms 200 application/octet-stream -2017-04-27 16:22:46.376 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:22:46.377 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:46.377 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:22:46.377 +01:00 [Information] Request finished in 6.8796ms 200 application/octet-stream -2017-04-27 16:22:46.377 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:22:46.372 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:46.378 +01:00 [Information] Request finished in 8.8923ms 200 application/octet-stream -2017-04-27 16:22:46.378 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:22:46.378 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:22:46.379 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:22:46.379 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:46.381 +01:00 [Information] Request finished in 5.885ms 200 application/octet-stream -2017-04-27 16:22:46.384 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:46.384 +01:00 [Information] Request finished in 5.7973ms 200 application/octet-stream -2017-04-27 16:22:46.384 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:22:46.384 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:22:46.380 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:46.385 +01:00 [Information] Request finished in 13.6775ms 200 application/octet-stream -2017-04-27 16:22:46.385 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:22:46.384 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:22:46.385 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:22:46.385 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:22:46.387 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:46.387 +01:00 [Information] Request finished in 2.5871ms 200 application/octet-stream -2017-04-27 16:22:46.387 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:46.387 +01:00 [Information] Request finished in 2.8367ms 200 application/octet-stream -2017-04-27 16:22:46.391 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:46.391 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:22:46.391 +01:00 [Information] Request finished in 7.7027ms 200 application/octet-stream -2017-04-27 16:22:46.392 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:22:46.381 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:46.392 +01:00 [Information] Request finished in 15.0988ms 200 application/octet-stream -2017-04-27 16:22:46.393 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:22:46.393 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:46.393 +01:00 [Information] Request finished in 2.0272ms 200 application/octet-stream -2017-04-27 16:22:46.393 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:22:46.393 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:22:46.393 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:22:46.394 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:22:46.394 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:22:46.394 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:46.395 +01:00 [Information] Request finished in 2.4477ms 200 application/octet-stream -2017-04-27 16:22:46.397 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:46.397 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:22:46.397 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:46.397 +01:00 [Information] Request finished in 4.7987ms 200 application/octet-stream -2017-04-27 16:22:46.397 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:22:46.397 +01:00 [Information] Request finished in 3.6498ms 200 application/octet-stream -2017-04-27 16:22:46.400 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:46.400 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:22:46.400 +01:00 [Information] Request finished in 2.9734ms 200 application/octet-stream -2017-04-27 16:22:46.400 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:22:46.372 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:22:46.401 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:22:46.401 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:46.401 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:22:46.401 +01:00 [Information] Request finished in 1.6392ms 200 application/octet-stream -2017-04-27 16:22:46.401 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:22:46.402 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:46.402 +01:00 [Information] Request finished in 31.9561ms 200 application/octet-stream -2017-04-27 16:22:46.404 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:46.404 +01:00 [Information] Request finished in 3.089ms 200 application/octet-stream -2017-04-27 16:22:46.631 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.ts -2017-04-27 16:22:46.631 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.ts"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.ts"' -2017-04-27 16:22:46.632 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:46.632 +01:00 [Information] Request finished in 1.4554ms 200 video/vnd.dlna.mpeg-tts -2017-04-27 16:22:47.215 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:22:47.216 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:22:47.216 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:22:47.216 +01:00 [Debug] No actions matched the current request -2017-04-27 16:22:47.216 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:22:47.216 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:22:47.216 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:22:47.216 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:22:47.216 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:22:47.216 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:22:47.216 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:22:47.217 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:22:47.217 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 0.7158ms -2017-04-27 16:22:47.217 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:47.217 +01:00 [Information] Request finished in 1.5984ms 200 text/html; charset=utf-8 -2017-04-27 16:22:47.275 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:22:47.275 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:22:47.284 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:22:47.284 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:22:47.285 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:47.285 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:22:47.285 +01:00 [Information] Request finished in 9.8081ms 200 application/javascript -2017-04-27 16:22:47.285 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:22:47.296 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:22:47.296 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:47.296 +01:00 [Information] Request finished in 13.155ms 200 text/css -2017-04-27 16:22:47.297 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:22:47.302 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:47.304 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:22:47.309 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:22:47.310 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:22:47.310 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:22:47.305 +01:00 [Information] Request finished in 21.5663ms 200 text/css -2017-04-27 16:22:47.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:22:47.305 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:47.335 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:22:47.335 +01:00 [Information] Request finished in 39.2284ms 200 application/javascript -2017-04-27 16:22:47.335 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:22:47.335 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:22:47.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:47.338 +01:00 [Information] Request finished in 28.7664ms 200 application/javascript -2017-04-27 16:22:47.338 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:47.339 +01:00 [Information] Request finished in 4.1236ms 200 application/javascript -2017-04-27 16:22:47.337 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:47.339 +01:00 [Information] Request finished in 44.0967ms 200 application/javascript -2017-04-27 16:22:47.339 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:47.337 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:22:47.339 +01:00 [Information] Request finished in 4.7024ms 200 application/javascript -2017-04-27 16:22:47.340 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:22:47.347 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:47.348 +01:00 [Information] Request finished in 11.1261ms 200 text/css -2017-04-27 16:22:47.433 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:22:47.434 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:22:47.434 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:22:47.435 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:22:47.436 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:47.438 +01:00 [Information] Request finished in 4.6146ms 200 text/css -2017-04-27 16:22:47.441 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:47.441 +01:00 [Information] Request finished in 7.0955ms 200 text/css -2017-04-27 16:22:47.539 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:22:47.540 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:22:47.620 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:22:47.620 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:22:47.623 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:47.623 +01:00 [Information] Request finished in 2.7122ms 200 application/octet-stream -2017-04-27 16:22:47.656 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:47.657 +01:00 [Information] Request finished in 117.1222ms 200 application/javascript -2017-04-27 16:22:47.925 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:22:47.925 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:22:47.926 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:47.927 +01:00 [Information] Request finished in 1.9653ms 200 application/javascript -2017-04-27 16:22:47.939 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:22:47.939 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:22:47.940 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:22:47.940 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:22:47.941 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:22:47.944 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:47.944 +01:00 [Information] Request finished in 4.8931ms 200 application/javascript -2017-04-27 16:22:47.944 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:47.946 +01:00 [Information] Request finished in 6.4581ms 200 application/javascript -2017-04-27 16:22:47.945 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:22:47.947 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:47.947 +01:00 [Information] Request finished in 6.5786ms 200 application/javascript -2017-04-27 16:22:48.087 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:22:48.087 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:22:48.087 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:22:48.087 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:22:48.087 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:22:48.088 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:22:48.089 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.089 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.089 +01:00 [Information] Request finished in 2.4377ms 200 application/javascript -2017-04-27 16:22:48.089 +01:00 [Information] Request finished in 2.0828ms 200 application/javascript -2017-04-27 16:22:48.089 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:22:48.087 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:22:48.089 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:22:48.090 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:22:48.090 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:22:48.091 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:22:48.092 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.092 +01:00 [Information] Request finished in 2.9198ms 200 application/javascript -2017-04-27 16:22:48.092 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.093 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:22:48.094 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.094 +01:00 [Information] Request finished in 7.4994ms 200 application/javascript -2017-04-27 16:22:48.094 +01:00 [Information] Request finished in 5.3655ms 200 application/javascript -2017-04-27 16:22:48.095 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.095 +01:00 [Information] Request finished in 8.2927ms 200 application/javascript -2017-04-27 16:22:48.096 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:22:48.099 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.099 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:22:48.099 +01:00 [Information] Request finished in 5.7923ms 200 application/javascript -2017-04-27 16:22:48.099 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:22:48.100 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:22:48.100 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:22:48.100 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:22:48.100 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:22:48.101 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:22:48.101 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:22:48.101 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:22:48.102 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:22:48.103 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.103 +01:00 [Information] Request finished in 9.7137ms 200 application/javascript -2017-04-27 16:22:48.101 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:22:48.103 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.105 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.105 +01:00 [Information] Request finished in 4.4769ms 200 application/javascript -2017-04-27 16:22:48.105 +01:00 [Information] Request finished in 4.3299ms 200 application/javascript -2017-04-27 16:22:48.105 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:22:48.105 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:22:48.106 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:22:48.107 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:22:48.107 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.107 +01:00 [Information] Request finished in 2.5665ms 200 application/javascript -2017-04-27 16:22:48.108 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:22:48.110 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.110 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.110 +01:00 [Information] Request finished in 9.5548ms 200 application/javascript -2017-04-27 16:22:48.110 +01:00 [Information] Request finished in 3.2529ms 200 application/javascript -2017-04-27 16:22:48.101 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.113 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.113 +01:00 [Information] Request finished in 11.6777ms 200 application/javascript -2017-04-27 16:22:48.113 +01:00 [Information] Request finished in 12.8762ms 200 application/javascript -2017-04-27 16:22:48.113 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:22:48.113 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:22:48.114 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.114 +01:00 [Information] Request finished in 1.5018ms 200 application/javascript -2017-04-27 16:22:48.117 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:22:48.117 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:22:48.118 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:22:48.118 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:22:48.120 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.120 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.121 +01:00 [Information] Request finished in 3.1026ms 200 application/javascript -2017-04-27 16:22:48.121 +01:00 [Information] Request finished in 3.1718ms 200 application/javascript -2017-04-27 16:22:48.117 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:22:48.122 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:22:48.117 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:22:48.123 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:22:48.123 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.123 +01:00 [Information] Request finished in 5.88ms 200 application/javascript -2017-04-27 16:22:48.125 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.125 +01:00 [Information] Request finished in 7.4709ms 200 application/javascript -2017-04-27 16:22:48.217 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:22:48.218 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:22:48.219 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.219 +01:00 [Information] Request finished in 1.5587ms 200 application/javascript -2017-04-27 16:22:48.239 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:22:48.240 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:22:48.240 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:22:48.240 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:22:48.241 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:22:48.241 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.241 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:22:48.241 +01:00 [Information] Request finished in 1.6315ms 200 application/javascript -2017-04-27 16:22:48.241 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:22:48.242 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:22:48.241 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:22:48.242 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:22:48.243 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:22:48.242 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.243 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:22:48.246 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:22:48.247 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.247 +01:00 [Information] Request finished in 4.7633ms 200 application/javascript -2017-04-27 16:22:48.247 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.247 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:22:48.248 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.248 +01:00 [Information] Request finished in 7.1223ms 200 application/javascript -2017-04-27 16:22:48.247 +01:00 [Information] Request finished in 6.2797ms 200 application/javascript -2017-04-27 16:22:48.249 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.250 +01:00 [Information] Request finished in 9.7786ms 200 application/javascript -2017-04-27 16:22:48.244 +01:00 [Information] Request finished in 3.7677ms 200 application/javascript -2017-04-27 16:22:48.250 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.253 +01:00 [Information] Request finished in 7.7129ms 200 application/javascript -2017-04-27 16:22:48.253 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:22:48.254 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:22:48.254 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.254 +01:00 [Information] Request finished in 0.8972ms 200 application/javascript -2017-04-27 16:22:48.255 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:22:48.256 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:22:48.256 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:22:48.256 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.256 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:22:48.256 +01:00 [Information] Request finished in 1.8762ms 200 application/javascript -2017-04-27 16:22:48.259 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:22:48.259 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:22:48.260 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.260 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:22:48.260 +01:00 [Information] Request finished in 3.5989ms 200 application/javascript -2017-04-27 16:22:48.260 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:22:48.260 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:22:48.260 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:22:48.264 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.264 +01:00 [Information] Request finished in 4.6454ms 200 application/javascript -2017-04-27 16:22:48.264 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.264 +01:00 [Information] Request finished in 4.317ms 200 application/javascript -2017-04-27 16:22:48.265 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.265 +01:00 [Information] Request finished in 6.0098ms 200 application/javascript -2017-04-27 16:22:48.265 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:22:48.266 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:22:48.267 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.267 +01:00 [Information] Request finished in 2.1315ms 200 application/javascript -2017-04-27 16:22:48.623 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:22:48.623 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:22:48.623 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:22:48.623 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:22:48.623 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:22:48.623 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:22:48.627 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:22:48.627 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.628 +01:00 [Information] Request finished in 4.9682ms 200 text/html -2017-04-27 16:22:48.628 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.626 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:22:48.629 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.629 +01:00 [Information] Request finished in 6.6124ms 200 text/html -2017-04-27 16:22:48.629 +01:00 [Information] Request finished in 6.0343ms 200 text/html -2017-04-27 16:22:48.631 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:22:48.631 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:22:48.641 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:22:48.641 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.641 +01:00 [Information] Request finished in 10.1001ms 200 text/html -2017-04-27 16:22:48.641 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.642 +01:00 [Information] Request finished in 19.0947ms 200 text/html -2017-04-27 16:22:48.642 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:22:48.645 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.645 +01:00 [Information] Request finished in 4.1137ms 200 text/html -2017-04-27 16:22:48.645 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:22:48.645 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:22:48.647 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.647 +01:00 [Information] Request finished in 1.6928ms 200 text/html -2017-04-27 16:22:48.651 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:22:48.651 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:22:48.651 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:22:48.651 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:22:48.651 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:22:48.651 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:22:48.653 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.653 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.653 +01:00 [Information] Request finished in 2.5609ms 200 text/html -2017-04-27 16:22:48.653 +01:00 [Information] Request finished in 2.5947ms 200 text/html -2017-04-27 16:22:48.654 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.654 +01:00 [Information] Request finished in 3.4336ms 200 text/html -2017-04-27 16:22:48.668 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:22:48.669 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:22:48.679 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:22:48.680 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:22:48.680 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:22:48.680 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:22:48.680 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:22:48.680 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:22:48.680 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:22:48.680 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.680 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:22:48.680 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.680 +01:00 [Information] Request finished in 12.0687ms 200 text/html -2017-04-27 16:22:48.680 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.682 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.680 +01:00 [Information] Request finished in 0.5681ms 200 text/html -2017-04-27 16:22:48.686 +01:00 [Information] Request finished in 6.7786ms 200 text/html -2017-04-27 16:22:48.687 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:22:48.687 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:22:48.688 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:22:48.689 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.689 +01:00 [Information] Request finished in 9.3988ms 200 text/html -2017-04-27 16:22:48.690 +01:00 [Information] Request finished in 2.649ms 200 text/html -2017-04-27 16:22:48.691 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:22:48.691 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:22:48.692 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.693 +01:00 [Information] Request finished in 4.76ms 200 text/html -2017-04-27 16:22:48.696 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.696 +01:00 [Information] Request finished in 8.9376ms 200 text/html -2017-04-27 16:22:48.697 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:22:48.699 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:22:48.705 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.705 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:22:48.705 +01:00 [Information] Request finished in 7.4375ms 200 application/octet-stream -2017-04-27 16:22:48.706 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:22:48.706 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.706 +01:00 [Information] Request finished in 1.5816ms 200 application/octet-stream -2017-04-27 16:22:48.708 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:22:48.708 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:22:48.711 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:22:48.711 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.711 +01:00 [Information] Request finished in 3.7101ms 200 application/octet-stream -2017-04-27 16:22:48.711 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:22:48.712 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.712 +01:00 [Information] Request finished in 1.5961ms 200 application/octet-stream -2017-04-27 16:22:48.713 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:22:48.713 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:22:48.713 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:22:48.718 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.719 +01:00 [Information] Request finished in 28.2585ms 200 text/html -2017-04-27 16:22:48.719 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:22:48.722 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:22:48.723 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:22:48.720 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:22:48.723 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:22:48.723 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:22:48.718 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:22:48.726 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.726 +01:00 [Information] Request finished in 7.4666ms 200 text/html -2017-04-27 16:22:48.727 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:22:48.728 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.722 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.729 +01:00 [Information] Request finished in 16.2341ms 200 application/octet-stream -2017-04-27 16:22:48.729 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:22:48.729 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:22:48.729 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:22:48.730 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:22:48.730 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.730 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.730 +01:00 [Information] Request finished in 0.7326ms 200 application/octet-stream -2017-04-27 16:22:48.730 +01:00 [Information] Request finished in 10.2017ms 200 application/octet-stream -2017-04-27 16:22:48.732 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:22:48.732 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:22:48.728 +01:00 [Information] Request finished in 9.7908ms 200 application/octet-stream -2017-04-27 16:22:48.738 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.738 +01:00 [Information] Request finished in 6.2909ms 200 text/css -2017-04-27 16:22:48.741 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.741 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:22:48.741 +01:00 [Information] Request finished in 17.4674ms 200 application/octet-stream -2017-04-27 16:22:48.741 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:22:48.741 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:22:48.742 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.742 +01:00 [Information] Request finished in 1.8242ms 200 application/octet-stream -2017-04-27 16:22:48.743 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:22:48.728 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.743 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:22:48.744 +01:00 [Information] Request finished in 21.4057ms 200 application/octet-stream -2017-04-27 16:22:48.744 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:22:48.744 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:22:48.744 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:22:48.744 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:22:48.744 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:22:48.744 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:22:48.752 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:22:48.752 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:22:48.755 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:22:48.756 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.756 +01:00 [Information] Request finished in 12.7776ms 200 application/octet-stream -2017-04-27 16:22:48.757 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:22:48.757 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.757 +01:00 [Information] Request finished in 13.0554ms 200 application/octet-stream -2017-04-27 16:22:48.757 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.757 +01:00 [Information] Request finished in 13.5927ms 200 application/octet-stream -2017-04-27 16:22:48.759 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:22:48.759 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.759 +01:00 [Information] Request finished in 12.0386ms 200 application/octet-stream -2017-04-27 16:22:48.761 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:22:48.761 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:22:48.759 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.762 +01:00 [Information] Request finished in 9.4303ms 200 application/octet-stream -2017-04-27 16:22:48.762 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:22:48.762 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.762 +01:00 [Information] Request finished in 19.3953ms 200 application/octet-stream -2017-04-27 16:22:48.763 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:22:48.765 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:22:48.767 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:22:48.767 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:22:48.767 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.768 +01:00 [Information] Request finished in 4.3921ms 200 application/octet-stream -2017-04-27 16:22:48.768 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.768 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:22:48.768 +01:00 [Information] Request finished in 1.8653ms 200 application/octet-stream -2017-04-27 16:22:48.763 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.769 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:22:48.769 +01:00 [Information] Request finished in 7.6209ms 200 application/octet-stream -2017-04-27 16:22:48.770 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:22:48.773 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:22:48.773 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.773 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.779 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.774 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:22:48.780 +01:00 [Information] Request finished in 10.698ms 200 application/octet-stream -2017-04-27 16:22:48.780 +01:00 [Information] Request finished in 21.4345ms 200 application/octet-stream -2017-04-27 16:22:48.780 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:22:48.780 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:22:48.780 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:22:48.780 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:22:48.780 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:22:48.786 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.786 +01:00 [Information] Request finished in 44.4811ms 200 application/octet-stream -2017-04-27 16:22:48.786 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:22:48.786 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.786 +01:00 [Information] Request finished in 6.1221ms 200 application/octet-stream -2017-04-27 16:22:48.786 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:22:48.786 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:22:48.786 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:22:48.786 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:22:48.773 +01:00 [Information] Request finished in 5.3679ms 200 application/octet-stream -2017-04-27 16:22:48.787 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:22:48.787 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.788 +01:00 [Information] Request finished in 1.8282ms 200 application/octet-stream -2017-04-27 16:22:48.787 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.788 +01:00 [Information] Request finished in 2.7331ms 200 application/octet-stream -2017-04-27 16:22:48.796 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:22:48.796 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:22:48.797 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:22:48.797 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:22:48.798 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.800 +01:00 [Information] Request finished in 3.9283ms 200 application/octet-stream -2017-04-27 16:22:48.800 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:22:48.804 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.804 +01:00 [Information] Request finished in 16.9542ms 200 application/octet-stream -2017-04-27 16:22:48.805 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:22:48.798 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.806 +01:00 [Information] Request finished in 9.23ms 200 application/octet-stream -2017-04-27 16:22:48.806 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:22:48.802 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:22:48.807 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:22:48.808 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:22:48.809 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:48.809 +01:00 [Information] Request finished in 3.2866ms 200 application/octet-stream -2017-04-27 16:22:48.809 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.810 +01:00 [Information] Request finished in 29.5359ms 200 application/octet-stream -2017-04-27 16:22:48.810 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:22:48.810 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:22:48.808 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:22:48.815 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:22:48.815 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:48.815 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:22:48.815 +01:00 [Information] Request finished in 5.2513ms 200 application/octet-stream -2017-04-27 16:22:48.815 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:22:48.815 +01:00 [Information] Request finished in 6.9759ms 200 application/octet-stream -2017-04-27 16:22:48.817 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:48.817 +01:00 [Information] Request finished in 2.104ms 200 application/octet-stream -2017-04-27 16:22:48.800 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.820 +01:00 [Information] Request finished in 47.0086ms 200 application/octet-stream -2017-04-27 16:22:48.820 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:22:48.820 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.820 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:22:48.820 +01:00 [Information] Request finished in 18.6948ms 200 application/octet-stream -2017-04-27 16:22:48.821 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:22:48.821 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:22:48.822 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:22:48.822 +01:00 [Information] Request finished in 1.6511ms 200 application/octet-stream -2017-04-27 16:22:48.827 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.ts -2017-04-27 16:22:48.828 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.ts"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.ts"' -2017-04-27 16:22:48.821 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:22:48.833 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:22:48.833 +01:00 [Information] Request finished in 12.4505ms 200 application/octet-stream -2017-04-27 16:22:48.833 +01:00 [Information] Request finished in 5.2175ms 200 video/vnd.dlna.mpeg-tts -2017-04-27 16:22:49.986 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:22:49.986 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:22:49.986 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:22:49.986 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:22:49.986 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:22:49.986 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:22:49.989 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:22:49.989 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:22:49.989 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:22:49.990 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:22:49.990 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 3.3618ms -2017-04-27 16:22:49.990 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:22:49.990 +01:00 [Information] Request finished in 4.0945ms 200 application/json; charset=utf-8 -2017-04-27 16:22:50.075 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/Users text/plain -2017-04-27 16:22:50.075 +01:00 [Information] Successfully validated the token. -2017-04-27 16:22:50.075 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:22:50.075 +01:00 [Debug] The request path "/api/v1/Identity/Users" does not match a supported file type -2017-04-27 16:22:50.076 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity/Users"'. -2017-04-27 16:22:50.076 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" -2017-04-27 16:22:50.076 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:22:50.076 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:22:50.078 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:22:50.078 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:22:50.078 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:22:50.078 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:22:50.078 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" in 2.6334ms -2017-04-27 16:22:50.079 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:22:50.079 +01:00 [Information] Request finished in 3.8074ms 200 application/json; charset=utf-8 -2017-04-27 16:22:50.348 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:22:50.348 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:22:50.350 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:22:50.350 +01:00 [Information] Request finished in 2.0543ms 200 application/font-woff2 -2017-04-27 16:23:07.855 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:23:11.931 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/usermanagement -2017-04-27 16:23:11.931 +01:00 [Debug] The request path "/usermanagement" does not match a supported file type -2017-04-27 16:23:11.931 +01:00 [Debug] Request successfully matched the route with name '"default"' and template '"{controller=Home}/{action=Index}/{id?}"'. -2017-04-27 16:23:11.931 +01:00 [Debug] No actions matched the current request -2017-04-27 16:23:11.931 +01:00 [Debug] Request successfully matched the route with name '"spa-fallback"' and template '"{*clientRoute}"'. -2017-04-27 16:23:11.931 +01:00 [Debug] Executing action "Ombi.Controllers.HomeController.Index (Ombi)" -2017-04-27 16:23:11.931 +01:00 [Information] Executing action method "Ombi.Controllers.HomeController.Index (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:23:11.932 +01:00 [Debug] Executed action method "Ombi.Controllers.HomeController.Index (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ViewResult". -2017-04-27 16:23:11.932 +01:00 [Debug] View lookup cache hit for view '"Index"' in controller '"Home"'. -2017-04-27 16:23:11.932 +01:00 [Debug] The view '"Index"' was found. -2017-04-27 16:23:11.932 +01:00 [Information] Executing ViewResult, running view at path "/Views/Home/Index.cshtml". -2017-04-27 16:23:11.932 +01:00 [Debug] View lookup cache hit for view '"_Layout"' in controller '"Home"'. -2017-04-27 16:23:11.933 +01:00 [Information] Executed action "Ombi.Controllers.HomeController.Index (Ombi)" in 1.1902ms -2017-04-27 16:23:11.933 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:11.933 +01:00 [Information] Request finished in 2.3768ms 200 text/html; charset=utf-8 -2017-04-27 16:23:11.953 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/base.css -2017-04-27 16:23:11.954 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/jquery.js?v= -2017-04-27 16:23:11.954 +01:00 [Information] Sending file. Request path: '"/lib/jquery.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\jquery.js"' -2017-04-27 16:23:11.954 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/system.js?v= -2017-04-27 16:23:11.954 +01:00 [Information] Sending file. Request path: '"/css/base.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\base.css"' -2017-04-27 16:23:11.954 +01:00 [Information] Sending file. Request path: '"/lib/system.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\system.js"' -2017-04-27 16:23:11.957 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/pace.js?v= -2017-04-27 16:23:11.957 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/pace-theme-minimal.css -2017-04-27 16:23:11.959 +01:00 [Information] Sending file. Request path: '"/lib/pace.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\pace.js"' -2017-04-27 16:23:11.959 +01:00 [Information] Sending file. Request path: '"/css/lib/pace-theme-minimal.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\pace-theme-minimal.css"' -2017-04-27 16:23:11.956 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/Themes/plex.css -2017-04-27 16:23:11.964 +01:00 [Information] Sending file. Request path: '"/css/Themes/plex.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\Themes\plex.css"' -2017-04-27 16:23:12.037 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:12.037 +01:00 [Information] Request finished in 80.7132ms 200 text/css -2017-04-27 16:23:12.041 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:12.041 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:12.041 +01:00 [Information] Request finished in 87.2979ms 200 application/javascript -2017-04-27 16:23:12.041 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:12.041 +01:00 [Information] Request finished in 84.3744ms 200 application/javascript -2017-04-27 16:23:12.042 +01:00 [Information] Request finished in 85.4282ms 200 text/css -2017-04-27 16:23:12.072 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:12.072 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:12.072 +01:00 [Information] Request finished in 118.7627ms 200 text/css -2017-04-27 16:23:12.072 +01:00 [Information] Request finished in 118.1128ms 200 application/javascript -2017-04-27 16:23:12.082 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/tether.js?v= -2017-04-27 16:23:12.082 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js?v= -2017-04-27 16:23:12.082 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bootstrap.js?v= -2017-04-27 16:23:12.083 +01:00 [Information] Sending file. Request path: '"/lib/bootstrap.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bootstrap.js"' -2017-04-27 16:23:12.083 +01:00 [Information] Sending file. Request path: '"/lib/tether.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\tether.js"' -2017-04-27 16:23:12.083 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js"' -2017-04-27 16:23:12.097 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:12.097 +01:00 [Information] Request finished in 15.3802ms 200 application/javascript -2017-04-27 16:23:12.104 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:12.104 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:12.104 +01:00 [Information] Request finished in 22.7161ms 200 application/javascript -2017-04-27 16:23:12.104 +01:00 [Information] Request finished in 22.2536ms 200 application/javascript -2017-04-27 16:23:12.166 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/bootstrap.css -2017-04-27 16:23:12.166 +01:00 [Information] Sending file. Request path: '"/css/bootstrap.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\bootstrap.css"' -2017-04-27 16:23:12.167 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/css/lib/primeng.css -2017-04-27 16:23:12.168 +01:00 [Information] Sending file. Request path: '"/css/lib/primeng.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\css\lib\primeng.css"' -2017-04-27 16:23:12.170 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:12.170 +01:00 [Information] Request finished in 4.5653ms 200 text/css -2017-04-27 16:23:12.174 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:12.174 +01:00 [Information] Request finished in 7.4696ms 200 text/css -2017-04-27 16:23:12.277 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/lib/bundle.js -2017-04-27 16:23:12.278 +01:00 [Information] Sending file. Request path: '"/lib/bundle.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\lib\bundle.js"' -2017-04-27 16:23:12.354 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/systemjs.config.js.map -2017-04-27 16:23:12.355 +01:00 [Information] Sending file. Request path: '"/systemjs.config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\systemjs.config.js.map"' -2017-04-27 16:23:12.356 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:12.356 +01:00 [Information] Request finished in 1.6286ms 200 application/octet-stream -2017-04-27 16:23:12.400 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:12.401 +01:00 [Information] Request finished in 123.1118ms 200 application/javascript -2017-04-27 16:23:12.640 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js -2017-04-27 16:23:12.641 +01:00 [Information] Sending file. Request path: '"/app/main.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js"' -2017-04-27 16:23:12.641 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:12.641 +01:00 [Information] Request finished in 0.6532ms 200 application/javascript -2017-04-27 16:23:12.670 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js -2017-04-27 16:23:12.671 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js"' -2017-04-27 16:23:12.672 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:12.672 +01:00 [Information] Request finished in 2.0206ms 200 application/javascript -2017-04-27 16:23:12.677 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js -2017-04-27 16:23:12.677 +01:00 [Information] Sending file. Request path: '"/app/app.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js"' -2017-04-27 16:23:12.678 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:12.678 +01:00 [Information] Request finished in 1.5786ms 200 application/javascript -2017-04-27 16:23:12.683 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js -2017-04-27 16:23:12.683 +01:00 [Information] Sending file. Request path: '"/app/config.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js"' -2017-04-27 16:23:12.684 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:12.684 +01:00 [Information] Request finished in 1.9328ms 200 application/javascript -2017-04-27 16:23:12.825 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js -2017-04-27 16:23:12.825 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js"' -2017-04-27 16:23:12.825 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js -2017-04-27 16:23:12.826 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js -2017-04-27 16:23:12.826 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:12.826 +01:00 [Information] Request finished in 1.4912ms 200 application/javascript -2017-04-27 16:23:12.826 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js"' -2017-04-27 16:23:12.826 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js"' -2017-04-27 16:23:12.827 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js -2017-04-27 16:23:12.833 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js -2017-04-27 16:23:12.830 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:12.830 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js -2017-04-27 16:23:12.833 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js"' -2017-04-27 16:23:12.855 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js -2017-04-27 16:23:12.857 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js"' -2017-04-27 16:23:12.857 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js"' -2017-04-27 16:23:12.857 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js"' -2017-04-27 16:23:12.833 +01:00 [Information] Request finished in 7.5126ms 200 application/javascript -2017-04-27 16:23:12.855 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js -2017-04-27 16:23:12.855 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:12.861 +01:00 [Information] Request finished in 36.0291ms 200 application/javascript -2017-04-27 16:23:12.864 +01:00 [Information] Sending file. Request path: '"/app/app.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js"' -2017-04-27 16:23:12.864 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js -2017-04-27 16:23:12.864 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:12.864 +01:00 [Information] Request finished in 34.1207ms 200 application/javascript -2017-04-27 16:23:12.864 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js"' -2017-04-27 16:23:12.872 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js -2017-04-27 16:23:12.872 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js"' -2017-04-27 16:23:12.881 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js -2017-04-27 16:23:12.882 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js"' -2017-04-27 16:23:12.906 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:12.906 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:12.906 +01:00 [Information] Request finished in 78.9313ms 200 application/javascript -2017-04-27 16:23:12.906 +01:00 [Information] Request finished in 51.2561ms 200 application/javascript -2017-04-27 16:23:12.907 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js -2017-04-27 16:23:12.907 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js -2017-04-27 16:23:12.908 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js"' -2017-04-27 16:23:12.908 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js"' -2017-04-27 16:23:12.914 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:12.914 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:12.914 +01:00 [Information] Request finished in 59.0343ms 200 application/javascript -2017-04-27 16:23:12.914 +01:00 [Information] Request finished in 86.9238ms 200 application/javascript -2017-04-27 16:23:12.914 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js -2017-04-27 16:23:12.914 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js -2017-04-27 16:23:12.915 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js"' -2017-04-27 16:23:12.915 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js"' -2017-04-27 16:23:12.918 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:12.918 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:12.918 +01:00 [Information] Request finished in 3.9617ms 200 application/javascript -2017-04-27 16:23:12.919 +01:00 [Information] Request finished in 47.1013ms 200 application/javascript -2017-04-27 16:23:12.919 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:12.919 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js -2017-04-27 16:23:12.920 +01:00 [Information] Request finished in 55.8202ms 200 application/javascript -2017-04-27 16:23:12.919 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:12.920 +01:00 [Information] Request finished in 39.0387ms 200 application/javascript -2017-04-27 16:23:12.920 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js -2017-04-27 16:23:12.920 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:12.920 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js"' -2017-04-27 16:23:12.920 +01:00 [Information] Request finished in 13.1964ms 200 application/javascript -2017-04-27 16:23:12.920 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js"' -2017-04-27 16:23:12.919 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:12.921 +01:00 [Information] Request finished in 14.0979ms 200 application/javascript -2017-04-27 16:23:12.921 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:12.921 +01:00 [Information] Request finished in 2.1394ms 200 application/javascript -2017-04-27 16:23:12.922 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:12.922 +01:00 [Information] Request finished in 1.9345ms 200 application/javascript -2017-04-27 16:23:12.924 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:12.925 +01:00 [Information] Request finished in 10.2047ms 200 application/javascript -2017-04-27 16:23:12.927 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js -2017-04-27 16:23:12.927 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js -2017-04-27 16:23:12.927 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js"' -2017-04-27 16:23:12.927 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js"' -2017-04-27 16:23:12.930 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js -2017-04-27 16:23:12.930 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js"' -2017-04-27 16:23:12.934 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:12.934 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:12.934 +01:00 [Information] Request finished in 7.5769ms 200 application/javascript -2017-04-27 16:23:12.934 +01:00 [Information] Request finished in 7.8573ms 200 application/javascript -2017-04-27 16:23:12.936 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:12.937 +01:00 [Information] Request finished in 6.7783ms 200 application/javascript -2017-04-27 16:23:13.002 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js -2017-04-27 16:23:13.002 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js"' -2017-04-27 16:23:13.003 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.003 +01:00 [Information] Request finished in 1.3557ms 200 application/javascript -2017-04-27 16:23:13.035 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js -2017-04-27 16:23:13.035 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js -2017-04-27 16:23:13.035 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js -2017-04-27 16:23:13.035 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js"' -2017-04-27 16:23:13.035 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js"' -2017-04-27 16:23:13.035 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js"' -2017-04-27 16:23:13.037 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.038 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js -2017-04-27 16:23:13.038 +01:00 [Information] Request finished in 2.7255ms 200 application/javascript -2017-04-27 16:23:13.038 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.038 +01:00 [Information] Request finished in 3.7449ms 200 application/javascript -2017-04-27 16:23:13.041 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js"' -2017-04-27 16:23:13.041 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js -2017-04-27 16:23:13.042 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.042 +01:00 [Information] Request finished in 4.0352ms 200 application/javascript -2017-04-27 16:23:13.042 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js"' -2017-04-27 16:23:13.042 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.042 +01:00 [Information] Request finished in 7.2547ms 200 application/javascript -2017-04-27 16:23:13.043 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.036 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js -2017-04-27 16:23:13.043 +01:00 [Information] Request finished in 5.44ms 200 application/javascript -2017-04-27 16:23:13.044 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js"' -2017-04-27 16:23:13.046 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.046 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js -2017-04-27 16:23:13.046 +01:00 [Information] Request finished in 9.5631ms 200 application/javascript -2017-04-27 16:23:13.047 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js"' -2017-04-27 16:23:13.050 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.050 +01:00 [Information] Request finished in 4.3097ms 200 application/javascript -2017-04-27 16:23:13.064 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js -2017-04-27 16:23:13.064 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js"' -2017-04-27 16:23:13.065 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.065 +01:00 [Information] Request finished in 0.7558ms 200 application/javascript -2017-04-27 16:23:13.065 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js -2017-04-27 16:23:13.066 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js -2017-04-27 16:23:13.067 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js -2017-04-27 16:23:13.067 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js"' -2017-04-27 16:23:13.067 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js"' -2017-04-27 16:23:13.069 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js -2017-04-27 16:23:13.069 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.082 +01:00 [Information] Request finished in 15.0571ms 200 application/javascript -2017-04-27 16:23:13.073 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js"' -2017-04-27 16:23:13.066 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js -2017-04-27 16:23:13.075 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.097 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.097 +01:00 [Information] Request finished in 30.7221ms 200 application/javascript -2017-04-27 16:23:13.097 +01:00 [Information] Request finished in 32.3385ms 200 application/javascript -2017-04-27 16:23:13.070 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js"' -2017-04-27 16:23:13.099 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.099 +01:00 [Information] Request finished in 30.2659ms 200 application/javascript -2017-04-27 16:23:13.099 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js"' -2017-04-27 16:23:13.099 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js -2017-04-27 16:23:13.099 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js"' -2017-04-27 16:23:13.099 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.100 +01:00 [Information] Request finished in 33.2146ms 200 application/javascript -2017-04-27 16:23:13.101 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.101 +01:00 [Information] Request finished in 1.7017ms 200 application/javascript -2017-04-27 16:23:13.362 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.html -2017-04-27 16:23:13.362 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.html"' -2017-04-27 16:23:13.364 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.html -2017-04-27 16:23:13.364 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.html -2017-04-27 16:23:13.364 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.364 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.html -2017-04-27 16:23:13.364 +01:00 [Information] Request finished in 2.3742ms 200 text/html -2017-04-27 16:23:13.364 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.html -2017-04-27 16:23:13.364 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.html"' -2017-04-27 16:23:13.364 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.html -2017-04-27 16:23:13.364 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.html"' -2017-04-27 16:23:13.364 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.html"' -2017-04-27 16:23:13.367 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.367 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.367 +01:00 [Information] Request finished in 3.2314ms 200 text/html -2017-04-27 16:23:13.367 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.367 +01:00 [Information] Request finished in 4.0078ms 200 text/html -2017-04-27 16:23:13.367 +01:00 [Information] Request finished in 3.7346ms 200 text/html -2017-04-27 16:23:13.368 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.html"' -2017-04-27 16:23:13.364 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.html"' -2017-04-27 16:23:13.373 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.373 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.373 +01:00 [Information] Request finished in 8.9631ms 200 text/html -2017-04-27 16:23:13.373 +01:00 [Information] Request finished in 9.5107ms 200 text/html -2017-04-27 16:23:13.405 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.html -2017-04-27 16:23:13.405 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.html"' -2017-04-27 16:23:13.406 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.407 +01:00 [Information] Request finished in 2.0785ms 200 text/html -2017-04-27 16:23:13.407 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.html -2017-04-27 16:23:13.407 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.html"' -2017-04-27 16:23:13.407 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.html -2017-04-27 16:23:13.409 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.html -2017-04-27 16:23:13.410 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.410 +01:00 [Information] Request finished in 3.6955ms 200 text/html -2017-04-27 16:23:13.410 +01:00 [Information] Sending file. Request path: '"/app/app.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.html"' -2017-04-27 16:23:13.410 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.html"' -2017-04-27 16:23:13.413 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.413 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.413 +01:00 [Information] Request finished in 8.4026ms 200 text/html -2017-04-27 16:23:13.414 +01:00 [Information] Request finished in 4.0753ms 200 text/html -2017-04-27 16:23:13.414 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.html -2017-04-27 16:23:13.415 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.html"' -2017-04-27 16:23:13.424 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.html -2017-04-27 16:23:13.424 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.html -2017-04-27 16:23:13.424 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.html -2017-04-27 16:23:13.424 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.html"' -2017-04-27 16:23:13.424 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.html"' -2017-04-27 16:23:13.424 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.html"' -2017-04-27 16:23:13.427 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.html -2017-04-27 16:23:13.427 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.html -2017-04-27 16:23:13.427 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.html"' -2017-04-27 16:23:13.427 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.427 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.html"' -2017-04-27 16:23:13.427 +01:00 [Information] Request finished in 3.6542ms 200 text/html -2017-04-27 16:23:13.430 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.430 +01:00 [Information] Request finished in 5.0076ms 200 text/html -2017-04-27 16:23:13.431 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.431 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.431 +01:00 [Information] Request finished in 7.0451ms 200 text/html -2017-04-27 16:23:13.431 +01:00 [Information] Request finished in 3.9227ms 200 text/html -2017-04-27 16:23:13.433 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.html -2017-04-27 16:23:13.434 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.html"' -2017-04-27 16:23:13.435 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.html -2017-04-27 16:23:13.436 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.html"' -2017-04-27 16:23:13.441 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/polyfills.js.map -2017-04-27 16:23:13.441 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.441 +01:00 [Information] Request finished in 6.475ms 200 text/html -2017-04-27 16:23:13.441 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.442 +01:00 [Information] Sending file. Request path: '"/app/polyfills.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\polyfills.js.map"' -2017-04-27 16:23:13.442 +01:00 [Information] Request finished in 8.6231ms 200 text/html -2017-04-27 16:23:13.445 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.445 +01:00 [Information] Request finished in 3.9637ms 200 application/octet-stream -2017-04-27 16:23:13.446 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/config.js.map -2017-04-27 16:23:13.446 +01:00 [Information] Sending file. Request path: '"/app/config.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\config.js.map"' -2017-04-27 16:23:13.448 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.448 +01:00 [Information] Request finished in 2.1408ms 200 application/octet-stream -2017-04-27 16:23:13.449 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.450 +01:00 [Information] Request finished in 25.7449ms 200 text/html -2017-04-27 16:23:13.450 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.html -2017-04-27 16:23:13.424 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.450 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.html"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.html"' -2017-04-27 16:23:13.450 +01:00 [Information] Request finished in 42.429ms 200 text/html -2017-04-27 16:23:13.450 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/main.js.map -2017-04-27 16:23:13.450 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.451 +01:00 [Information] Sending file. Request path: '"/app/main.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\main.js.map"' -2017-04-27 16:23:13.450 +01:00 [Information] Request finished in 0.8442ms 200 text/html -2017-04-27 16:23:13.461 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/service.helpers.js.map -2017-04-27 16:23:13.461 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.module.js.map -2017-04-27 16:23:13.461 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/settings.service.js.map -2017-04-27 16:23:13.462 +01:00 [Information] Sending file. Request path: '"/app/services/service.helpers.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\service.helpers.js.map"' -2017-04-27 16:23:13.462 +01:00 [Information] Sending file. Request path: '"/app/app.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.module.js.map"' -2017-04-27 16:23:13.461 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/app.component.js.map -2017-04-27 16:23:13.462 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.462 +01:00 [Information] Sending file. Request path: '"/app/services/settings.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\settings.service.js.map"' -2017-04-27 16:23:13.462 +01:00 [Information] Request finished in 11.5694ms 200 application/octet-stream -2017-04-27 16:23:13.464 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.464 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.466 +01:00 [Information] Request finished in 5.5096ms 200 application/octet-stream -2017-04-27 16:23:13.466 +01:00 [Information] Request finished in 5.4721ms 200 application/octet-stream -2017-04-27 16:23:13.469 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/request.service.js.map -2017-04-27 16:23:13.470 +01:00 [Information] Sending file. Request path: '"/app/services/request.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\request.service.js.map"' -2017-04-27 16:23:13.462 +01:00 [Information] Sending file. Request path: '"/app/app.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\app.component.js.map"' -2017-04-27 16:23:13.471 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.471 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/search.service.js.map -2017-04-27 16:23:13.471 +01:00 [Information] Request finished in 9.9561ms 200 application/octet-stream -2017-04-27 16:23:13.471 +01:00 [Information] Sending file. Request path: '"/app/services/search.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\search.service.js.map"' -2017-04-27 16:23:13.473 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/notification.service.js.map -2017-04-27 16:23:13.474 +01:00 [Information] Sending file. Request path: '"/app/services/notification.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\notification.service.js.map"' -2017-04-27 16:23:13.474 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.474 +01:00 [Information] Request finished in 4.5054ms 200 application/octet-stream -2017-04-27 16:23:13.475 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.475 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/search.component.js.map -2017-04-27 16:23:13.475 +01:00 [Information] Request finished in 1.6219ms 200 application/octet-stream -2017-04-27 16:23:13.475 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.476 +01:00 [Information] Request finished in 4.7332ms 200 application/octet-stream -2017-04-27 16:23:13.476 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/moviesearch.component.js.map -2017-04-27 16:23:13.476 +01:00 [Information] Sending file. Request path: '"/app/search/moviesearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\moviesearch.component.js.map"' -2017-04-27 16:23:13.465 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.478 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.478 +01:00 [Information] Request finished in 2.5155ms 200 application/octet-stream -2017-04-27 16:23:13.479 +01:00 [Information] Request finished in 17.4052ms 200 application/octet-stream -2017-04-27 16:23:13.466 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.service.js.map -2017-04-27 16:23:13.480 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/search/tvsearch.component.js.map -2017-04-27 16:23:13.480 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/requests/request.component.js.map -2017-04-27 16:23:13.480 +01:00 [Information] Sending file. Request path: '"/app/search/tvsearch.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\tvsearch.component.js.map"' -2017-04-27 16:23:13.480 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.service.js.map"' -2017-04-27 16:23:13.481 +01:00 [Information] Sending file. Request path: '"/app/requests/request.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\requests\request.component.js.map"' -2017-04-27 16:23:13.484 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/login/login.component.js.map -2017-04-27 16:23:13.484 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/status.service.js.map -2017-04-27 16:23:13.484 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.484 +01:00 [Information] Request finished in 18.2107ms 200 application/octet-stream -2017-04-27 16:23:13.484 +01:00 [Information] Sending file. Request path: '"/app/login/login.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\login\login.component.js.map"' -2017-04-27 16:23:13.484 +01:00 [Information] Sending file. Request path: '"/app/services/status.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\status.service.js.map"' -2017-04-27 16:23:13.485 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.485 +01:00 [Information] Request finished in 1.4895ms 200 application/octet-stream -2017-04-27 16:23:13.487 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.488 +01:00 [Information] Request finished in 3.6363ms 200 application/octet-stream -2017-04-27 16:23:13.491 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/usermanagement/usermanagement.component.js.map -2017-04-27 16:23:13.492 +01:00 [Information] Sending file. Request path: '"/app/usermanagement/usermanagement.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\usermanagement\usermanagement.component.js.map"' -2017-04-27 16:23:13.495 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/identity.service.js.map -2017-04-27 16:23:13.496 +01:00 [Information] Sending file. Request path: '"/app/services/identity.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\identity.service.js.map"' -2017-04-27 16:23:13.496 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.496 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.496 +01:00 [Information] Request finished in 5.0477ms 200 application/octet-stream -2017-04-27 16:23:13.496 +01:00 [Information] Request finished in 16.7473ms 200 application/octet-stream -2017-04-27 16:23:13.501 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.502 +01:00 [Information] Request finished in 7.2921ms 200 application/octet-stream -2017-04-27 16:23:13.502 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.guard.js.map -2017-04-27 16:23:13.502 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.guard.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.guard.js.map"' -2017-04-27 16:23:13.504 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.504 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.js.map -2017-04-27 16:23:13.504 +01:00 [Information] Request finished in 1.8709ms 200 application/octet-stream -2017-04-27 16:23:13.508 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/auth/auth.module.js.map -2017-04-27 16:23:13.508 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.js.map"' -2017-04-27 16:23:13.509 +01:00 [Information] Sending file. Request path: '"/app/auth/auth.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\auth\auth.module.js.map"' -2017-04-27 16:23:13.509 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.509 +01:00 [Information] Request finished in 4.9798ms 200 application/octet-stream -2017-04-27 16:23:13.509 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/sonarr.service.js.map -2017-04-27 16:23:13.510 +01:00 [Information] Sending file. Request path: '"/app/services/applications/sonarr.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\sonarr.service.js.map"' -2017-04-27 16:23:13.510 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.510 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.512 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.512 +01:00 [Information] Request finished in 2.8771ms 200 application/octet-stream -2017-04-27 16:23:13.510 +01:00 [Information] Request finished in 1.8722ms 200 application/octet-stream -2017-04-27 16:23:13.514 +01:00 [Information] Request finished in 31.5998ms 200 application/octet-stream -2017-04-27 16:23:13.514 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/errors/not-found.component.js.map -2017-04-27 16:23:13.514 +01:00 [Information] Sending file. Request path: '"/app/errors/not-found.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\errors\not-found.component.js.map"' -2017-04-27 16:23:13.516 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settings.module.js.map -2017-04-27 16:23:13.516 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.517 +01:00 [Information] Request finished in 2.6119ms 200 application/octet-stream -2017-04-27 16:23:13.517 +01:00 [Information] Sending file. Request path: '"/app/search/search.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\search\search.component.js.map"' -2017-04-27 16:23:13.517 +01:00 [Information] Sending file. Request path: '"/app/settings/settings.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settings.module.js.map"' -2017-04-27 16:23:13.519 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.519 +01:00 [Information] Request finished in 2.8648ms 200 application/octet-stream -2017-04-27 16:23:13.520 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.520 +01:00 [Information] Request finished in 48.9372ms 200 application/octet-stream -2017-04-27 16:23:13.530 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/ombi/ombi.component.js.map -2017-04-27 16:23:13.530 +01:00 [Information] Sending file. Request path: '"/app/settings/ombi/ombi.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\ombi\ombi.component.js.map"' -2017-04-27 16:23:13.542 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.542 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/emby/emby.component.js.map -2017-04-27 16:23:13.542 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/plex/plex.component.js.map -2017-04-27 16:23:13.542 +01:00 [Information] Request finished in 11.8737ms 200 application/octet-stream -2017-04-27 16:23:13.542 +01:00 [Information] Sending file. Request path: '"/app/settings/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\plex\plex.component.js.map"' -2017-04-27 16:23:13.542 +01:00 [Information] Sending file. Request path: '"/app/settings/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\emby\emby.component.js.map"' -2017-04-27 16:23:13.542 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/landingpage/landingpage.component.js.map -2017-04-27 16:23:13.542 +01:00 [Information] Sending file. Request path: '"/app/settings/landingpage/landingpage.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\landingpage\landingpage.component.js.map"' -2017-04-27 16:23:13.546 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.547 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/customization/customization.component.js.map -2017-04-27 16:23:13.547 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.547 +01:00 [Information] Sending file. Request path: '"/app/settings/customization/customization.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\customization\customization.component.js.map"' -2017-04-27 16:23:13.547 +01:00 [Information] Request finished in 5.1894ms 200 application/octet-stream -2017-04-27 16:23:13.547 +01:00 [Information] Request finished in 5.4639ms 200 application/octet-stream -2017-04-27 16:23:13.553 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.553 +01:00 [Information] Request finished in 11.3016ms 200 application/octet-stream -2017-04-27 16:23:13.553 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.553 +01:00 [Information] Request finished in 11.936ms 200 application/octet-stream -2017-04-27 16:23:13.554 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/settings/settingsmenu.component.js.map -2017-04-27 16:23:13.554 +01:00 [Information] Sending file. Request path: '"/app/settings/settingsmenu.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\settings\settingsmenu.component.js.map"' -2017-04-27 16:23:13.555 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.555 +01:00 [Information] Request finished in 0.6419ms 200 application/octet-stream -2017-04-27 16:23:13.572 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/landingpage/landingpage.component.css -2017-04-27 16:23:13.572 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/wizard.module.js.map -2017-04-27 16:23:13.572 +01:00 [Information] Sending file. Request path: '"/app/landingpage/landingpage.component.css"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\landingpage\landingpage.component.css"' -2017-04-27 16:23:13.572 +01:00 [Information] Sending file. Request path: '"/app/wizard/wizard.module.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\wizard.module.js.map"' -2017-04-27 16:23:13.572 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/mediaserver/mediaserver.component.js.map -2017-04-27 16:23:13.573 +01:00 [Information] Sending file. Request path: '"/app/wizard/mediaserver/mediaserver.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\mediaserver\mediaserver.component.js.map"' -2017-04-27 16:23:13.574 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.574 +01:00 [Information] Request finished in 2.7506ms 200 application/octet-stream -2017-04-27 16:23:13.576 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/plex.service.js.map -2017-04-27 16:23:13.576 +01:00 [Information] Sending file. Request path: '"/app/services/applications/plex.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\plex.service.js.map"' -2017-04-27 16:23:13.577 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/plex/plex.component.js.map -2017-04-27 16:23:13.578 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.578 +01:00 [Information] Request finished in 6.1211ms 200 text/css -2017-04-27 16:23:13.577 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:13.578 +01:00 [Information] Sending file. Request path: '"/app/wizard/plex/plex.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\plex\plex.component.js.map"' -2017-04-27 16:23:13.578 +01:00 [Information] Request finished in 2.2139ms 200 application/octet-stream -2017-04-27 16:23:13.578 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/emby/emby.component.js.map -2017-04-27 16:23:13.581 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/services/applications/emby.service.js.map -2017-04-27 16:23:13.581 +01:00 [Information] Sending file. Request path: '"/app/services/applications/emby.service.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\services\applications\emby.service.js.map"' -2017-04-27 16:23:13.581 +01:00 [Information] Sending file. Request path: '"/app/wizard/emby/emby.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\emby\emby.component.js.map"' -2017-04-27 16:23:13.583 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:13.584 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" completed keep alive response. -2017-04-27 16:23:13.584 +01:00 [Information] Request finished in 3.2145ms 200 application/octet-stream -2017-04-27 16:23:13.584 +01:00 [Information] Request finished in 6.482ms 200 application/octet-stream -2017-04-27 16:23:13.584 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:13.585 +01:00 [Information] Request finished in 12.512ms 200 application/octet-stream -2017-04-27 16:23:13.572 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/welcome/welcome.component.js.map -2017-04-27 16:23:13.585 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" completed keep alive response. -2017-04-27 16:23:13.585 +01:00 [Information] Request finished in 11.878ms 200 application/octet-stream -2017-04-27 16:23:13.585 +01:00 [Information] Sending file. Request path: '"/app/wizard/welcome/welcome.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\welcome\welcome.component.js.map"' -2017-04-27 16:23:13.586 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/app/wizard/createadmin/createadmin.component.js.map -2017-04-27 16:23:13.588 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" completed keep alive response. -2017-04-27 16:23:13.588 +01:00 [Information] Request finished in 16.935ms 200 application/octet-stream -2017-04-27 16:23:13.589 +01:00 [Information] Sending file. Request path: '"/app/wizard/createadmin/createadmin.component.js.map"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\app\wizard\createadmin\createadmin.component.js.map"' -2017-04-27 16:23:13.591 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" completed keep alive response. -2017-04-27 16:23:13.591 +01:00 [Information] Request finished in 5.3679ms 200 application/octet-stream -2017-04-27 16:23:14.878 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Settings/customization -2017-04-27 16:23:14.878 +01:00 [Debug] The request path "/api/v1/Settings/customization" does not match a supported file type -2017-04-27 16:23:14.878 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/customization"'. -2017-04-27 16:23:14.879 +01:00 [Debug] Action '"Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)"' with id '"c4bdd19c-60d6-460a-9832-25d7ce45663d"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"' -2017-04-27 16:23:14.879 +01:00 [Debug] Executing action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" -2017-04-27 16:23:14.879 +01:00 [Information] Executing action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:23:14.882 +01:00 [Debug] Executed action method "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:23:14.883 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:23:14.883 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:23:14.883 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:23:14.884 +01:00 [Information] Executed action "Ombi.Controllers.SettingsController.CustomizationSettings (Ombi)" in 4.8961ms -2017-04-27 16:23:14.884 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" completed keep alive response. -2017-04-27 16:23:14.884 +01:00 [Information] Request finished in 5.6056ms 200 application/json; charset=utf-8 -2017-04-27 16:23:29.093 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/api/v1/Identity/Users text/plain -2017-04-27 16:23:29.093 +01:00 [Information] Successfully validated the token. -2017-04-27 16:23:29.093 +01:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Bearer". -2017-04-27 16:23:29.094 +01:00 [Debug] The request path "/api/v1/Identity/Users" does not match a supported file type -2017-04-27 16:23:29.094 +01:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Identity/Users"'. -2017-04-27 16:23:29.094 +01:00 [Debug] Executing action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" -2017-04-27 16:23:29.094 +01:00 [Information] Authorization was successful for user: "a". -2017-04-27 16:23:29.094 +01:00 [Information] Executing action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" with arguments (null) - ModelState is Valid -2017-04-27 16:23:29.095 +01:00 [Debug] Executed action method "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult". -2017-04-27 16:23:29.096 +01:00 [Debug] No information found on request to perform content negotiation. -2017-04-27 16:23:29.096 +01:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response. -2017-04-27 16:23:29.096 +01:00 [Information] Executing ObjectResult, writing value "Microsoft.AspNetCore.Mvc.ControllerContext". -2017-04-27 16:23:29.096 +01:00 [Information] Executed action "Ombi.Controllers.IdentityController.GetAllUsers (Ombi)" in 1.9871ms -2017-04-27 16:23:29.096 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" completed keep alive response. -2017-04-27 16:23:29.096 +01:00 [Information] Request finished in 3.3406ms 200 application/json; charset=utf-8 -2017-04-27 16:23:29.117 +01:00 [Information] Request starting HTTP/1.1 GET http://localhost:52038/fonts/lib/fontawesome-webfont.woff2?v=4.7.0 -2017-04-27 16:23:29.117 +01:00 [Information] Sending file. Request path: '"/fonts/lib/fontawesome-webfont.woff2"'. Physical path: '"C:\Users\Jamie.Rees\Source\Repos\PlexRequests.Net\Ombi\Ombi\wwwroot\fonts\lib\fontawesome-webfont.woff2"' -2017-04-27 16:23:29.119 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" completed keep alive response. -2017-04-27 16:23:29.120 +01:00 [Information] Request finished in 2.9211ms 200 application/font-woff2 -2017-04-27 16:24:08.003 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:25:08.011 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:25:14.431 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" disconnecting. -2017-04-27 16:25:14.432 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" sending FIN. -2017-04-27 16:25:14.448 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" sent FIN with status "0". -2017-04-27 16:25:14.450 +01:00 [Debug] Connection id ""0HL4DFRIEG92M"" stopped. -2017-04-27 16:25:14.501 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" disconnecting. -2017-04-27 16:25:14.501 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" disconnecting. -2017-04-27 16:25:14.501 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" sending FIN. -2017-04-27 16:25:14.502 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" sending FIN. -2017-04-27 16:25:14.502 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" sent FIN with status "0". -2017-04-27 16:25:14.502 +01:00 [Debug] Connection id ""0HL4DFRIEG92P"" stopped. -2017-04-27 16:25:14.502 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" sent FIN with status "0". -2017-04-27 16:25:14.502 +01:00 [Debug] Connection id ""0HL4DFRIEG92L"" stopped. -2017-04-27 16:25:14.527 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" disconnecting. -2017-04-27 16:25:14.528 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" sending FIN. -2017-04-27 16:25:14.528 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" sent FIN with status "0". -2017-04-27 16:25:14.530 +01:00 [Debug] Connection id ""0HL4DFRIEG92N"" stopped. -2017-04-27 16:25:15.439 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" disconnecting. -2017-04-27 16:25:15.439 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" sending FIN. -2017-04-27 16:25:15.449 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" sent FIN with status "0". -2017-04-27 16:25:15.449 +01:00 [Debug] Connection id ""0HL4DFRIEG92K"" stopped. -2017-04-27 16:25:29.438 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" disconnecting. -2017-04-27 16:25:29.438 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" sending FIN. -2017-04-27 16:25:29.448 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" sent FIN with status "0". -2017-04-27 16:25:29.449 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" disconnecting. -2017-04-27 16:25:29.449 +01:00 [Debug] Connection id ""0HL4DFRIEG92Q"" stopped. -2017-04-27 16:25:29.449 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" sending FIN. -2017-04-27 16:25:29.462 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" sent FIN with status "0". -2017-04-27 16:25:29.462 +01:00 [Debug] Connection id ""0HL4DFRIEG92O"" stopped. -2017-04-27 16:26:08.022 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:27:08.028 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:28:08.047 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:29:08.039 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:30:08.050 +01:00 [Information] Starting Plex Content Cacher -2017-04-27 16:31:08.053 +01:00 [Information] Starting Plex Content Cacher diff --git a/Ombi/Ombi/Ombi.csproj b/Ombi/Ombi/Ombi.csproj deleted file mode 100644 index 2a9ef2471..000000000 --- a/Ombi/Ombi/Ombi.csproj +++ /dev/null @@ -1,115 +0,0 @@ - - - - netcoreapp1.1 - win10-x64;osx.10.12-x64;ubuntu.16.10-x64;debian.8-x64;centos.7-x64; - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - tvrequests.component.ts - - - movierequests - Copy.component.ts - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - - - - diff --git a/appveyor.yml b/appveyor.yml index 9b6186a4d..8f63fc81d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,15 +1,9 @@ version: 3.0.{build} configuration: Release os: Visual Studio 2017 -assembly_info: - patch: true - file: '**\AssemblyInfo.*' - assembly_version: '3.0.0' - assembly_file_version: '{version}' - assembly_informational_version: '3.0.0' before_build: - ps: Update-NodeJsInstallation 7.8.0 -- cmd: cd ombi/ombi +- cmd: cd src/ombi - node --version - appveyor-retry dotnet restore - appveyor-retry npm install bower -g @@ -26,19 +20,19 @@ after_build: - dotnet publish -c Release -r debian.8-x64 - dotnet publish -c Release -r centos.7-x64 - cmd: >- - 7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish + 7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish - 7z a Ombi_osx.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\osx.10.12-x64\publish + 7z a Ombi_osx.zip %APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\osx.10.12-x64\publish - 7z a Ombi_ubuntu.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\ubuntu.16.10-x64\publish + 7z a Ombi_ubuntu.zip %APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\ubuntu.16.10-x64\publish - 7z a Ombi_debian.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\debian.8-x64\publish + 7z a Ombi_debian.zip %APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\debian.8-x64\publish - 7z a Ombi_centos.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\centos.7-x64\publish + 7z a Ombi_centos.zip %APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\centos.7-x64\publish appveyor PushArtifact Ombi_windows.zip diff --git a/Ombi/.gitignore b/src/.gitignore similarity index 100% rename from Ombi/.gitignore rename to src/.gitignore diff --git a/Ombi/Build/publish windows.bat b/src/Build/publish windows.bat similarity index 100% rename from Ombi/Build/publish windows.bat rename to src/Build/publish windows.bat diff --git a/Ombi/Build/publish.bat b/src/Build/publish.bat similarity index 100% rename from Ombi/Build/publish.bat rename to src/Build/publish.bat diff --git a/Ombi/Ombi.Api.Emby/EmbyApi.cs b/src/Ombi.Api.Emby/EmbyApi.cs similarity index 100% rename from Ombi/Ombi.Api.Emby/EmbyApi.cs rename to src/Ombi.Api.Emby/EmbyApi.cs diff --git a/Ombi/Ombi.Api.Emby/IEmbyApi.cs b/src/Ombi.Api.Emby/IEmbyApi.cs similarity index 100% rename from Ombi/Ombi.Api.Emby/IEmbyApi.cs rename to src/Ombi.Api.Emby/IEmbyApi.cs diff --git a/Ombi/Ombi.Api.Emby/Models/EmbyConfiguration.cs b/src/Ombi.Api.Emby/Models/EmbyConfiguration.cs similarity index 100% rename from Ombi/Ombi.Api.Emby/Models/EmbyConfiguration.cs rename to src/Ombi.Api.Emby/Models/EmbyConfiguration.cs diff --git a/Ombi/Ombi.Api.Emby/Models/EmbyPolicy.cs b/src/Ombi.Api.Emby/Models/EmbyPolicy.cs similarity index 100% rename from Ombi/Ombi.Api.Emby/Models/EmbyPolicy.cs rename to src/Ombi.Api.Emby/Models/EmbyPolicy.cs diff --git a/Ombi/Ombi.Api.Emby/Models/EmbySystemInfo.cs b/src/Ombi.Api.Emby/Models/EmbySystemInfo.cs similarity index 100% rename from Ombi/Ombi.Api.Emby/Models/EmbySystemInfo.cs rename to src/Ombi.Api.Emby/Models/EmbySystemInfo.cs diff --git a/Ombi/Ombi.Api.Emby/Models/EmbyUser.cs b/src/Ombi.Api.Emby/Models/EmbyUser.cs similarity index 100% rename from Ombi/Ombi.Api.Emby/Models/EmbyUser.cs rename to src/Ombi.Api.Emby/Models/EmbyUser.cs diff --git a/Ombi/Ombi.Api.Emby/Models/EmbyUserLogin.cs b/src/Ombi.Api.Emby/Models/EmbyUserLogin.cs similarity index 100% rename from Ombi/Ombi.Api.Emby/Models/EmbyUserLogin.cs rename to src/Ombi.Api.Emby/Models/EmbyUserLogin.cs diff --git a/Ombi/Ombi.Api.Emby/Ombi.Api.Emby.csproj b/src/Ombi.Api.Emby/Ombi.Api.Emby.csproj similarity index 100% rename from Ombi/Ombi.Api.Emby/Ombi.Api.Emby.csproj rename to src/Ombi.Api.Emby/Ombi.Api.Emby.csproj diff --git a/Ombi/Ombi.Api.Plex/IPlexApi.cs b/src/Ombi.Api.Plex/IPlexApi.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/IPlexApi.cs rename to src/Ombi.Api.Plex/IPlexApi.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Director.cs b/src/Ombi.Api.Plex/Models/Director.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Director.cs rename to src/Ombi.Api.Plex/Models/Director.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Directory.cs b/src/Ombi.Api.Plex/Models/Directory.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Directory.cs rename to src/Ombi.Api.Plex/Models/Directory.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Genre.cs b/src/Ombi.Api.Plex/Models/Genre.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Genre.cs rename to src/Ombi.Api.Plex/Models/Genre.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Location.cs b/src/Ombi.Api.Plex/Models/Location.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Location.cs rename to src/Ombi.Api.Plex/Models/Location.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Mediacontainer.cs b/src/Ombi.Api.Plex/Models/Mediacontainer.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Mediacontainer.cs rename to src/Ombi.Api.Plex/Models/Mediacontainer.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Medium.cs b/src/Ombi.Api.Plex/Models/Medium.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Medium.cs rename to src/Ombi.Api.Plex/Models/Medium.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Metadata.cs b/src/Ombi.Api.Plex/Models/Metadata.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Metadata.cs rename to src/Ombi.Api.Plex/Models/Metadata.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Part.cs b/src/Ombi.Api.Plex/Models/Part.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Part.cs rename to src/Ombi.Api.Plex/Models/Part.cs diff --git a/Ombi/Ombi.Api.Plex/Models/PlexAuthentication.cs b/src/Ombi.Api.Plex/Models/PlexAuthentication.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/PlexAuthentication.cs rename to src/Ombi.Api.Plex/Models/PlexAuthentication.cs diff --git a/Ombi/Ombi.Api.Plex/Models/PlexLibraries.cs b/src/Ombi.Api.Plex/Models/PlexLibraries.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/PlexLibraries.cs rename to src/Ombi.Api.Plex/Models/PlexLibraries.cs diff --git a/Ombi/Ombi.Api.Plex/Models/PlexMetadata.cs b/src/Ombi.Api.Plex/Models/PlexMetadata.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/PlexMetadata.cs rename to src/Ombi.Api.Plex/Models/PlexMetadata.cs diff --git a/Ombi/Ombi.Api.Plex/Models/PlexUserRequest.cs b/src/Ombi.Api.Plex/Models/PlexUserRequest.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/PlexUserRequest.cs rename to src/Ombi.Api.Plex/Models/PlexUserRequest.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Role.cs b/src/Ombi.Api.Plex/Models/Role.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Role.cs rename to src/Ombi.Api.Plex/Models/Role.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Roles.cs b/src/Ombi.Api.Plex/Models/Roles.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Roles.cs rename to src/Ombi.Api.Plex/Models/Roles.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Server/PlexServer.cs b/src/Ombi.Api.Plex/Models/Server/PlexServer.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Server/PlexServer.cs rename to src/Ombi.Api.Plex/Models/Server/PlexServer.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Server/ServerInfo.cs b/src/Ombi.Api.Plex/Models/Server/ServerInfo.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Server/ServerInfo.cs rename to src/Ombi.Api.Plex/Models/Server/ServerInfo.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Status/Directory.cs b/src/Ombi.Api.Plex/Models/Status/Directory.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Status/Directory.cs rename to src/Ombi.Api.Plex/Models/Status/Directory.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Status/Mediacontainer.cs b/src/Ombi.Api.Plex/Models/Status/Mediacontainer.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Status/Mediacontainer.cs rename to src/Ombi.Api.Plex/Models/Status/Mediacontainer.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Status/PlexStatus.cs b/src/Ombi.Api.Plex/Models/Status/PlexStatus.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Status/PlexStatus.cs rename to src/Ombi.Api.Plex/Models/Status/PlexStatus.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Stream.cs b/src/Ombi.Api.Plex/Models/Stream.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Stream.cs rename to src/Ombi.Api.Plex/Models/Stream.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Subscription.cs b/src/Ombi.Api.Plex/Models/Subscription.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Subscription.cs rename to src/Ombi.Api.Plex/Models/Subscription.cs diff --git a/Ombi/Ombi.Api.Plex/Models/User.cs b/src/Ombi.Api.Plex/Models/User.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/User.cs rename to src/Ombi.Api.Plex/Models/User.cs diff --git a/Ombi/Ombi.Api.Plex/Models/UserRequest.cs b/src/Ombi.Api.Plex/Models/UserRequest.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/UserRequest.cs rename to src/Ombi.Api.Plex/Models/UserRequest.cs diff --git a/Ombi/Ombi.Api.Plex/Models/Writer.cs b/src/Ombi.Api.Plex/Models/Writer.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/Models/Writer.cs rename to src/Ombi.Api.Plex/Models/Writer.cs diff --git a/Ombi/Ombi.Api.Plex/Ombi.Api.Plex.csproj b/src/Ombi.Api.Plex/Ombi.Api.Plex.csproj similarity index 100% rename from Ombi/Ombi.Api.Plex/Ombi.Api.Plex.csproj rename to src/Ombi.Api.Plex/Ombi.Api.Plex.csproj diff --git a/Ombi/Ombi.Api.Plex/PlexApi.cs b/src/Ombi.Api.Plex/PlexApi.cs similarity index 100% rename from Ombi/Ombi.Api.Plex/PlexApi.cs rename to src/Ombi.Api.Plex/PlexApi.cs diff --git a/Ombi/Ombi.Api.Sonarr/ISonarrApi.cs b/src/Ombi.Api.Sonarr/ISonarrApi.cs similarity index 100% rename from Ombi/Ombi.Api.Sonarr/ISonarrApi.cs rename to src/Ombi.Api.Sonarr/ISonarrApi.cs diff --git a/Ombi/Ombi.Api.Sonarr/Models/Cutoff.cs b/src/Ombi.Api.Sonarr/Models/Cutoff.cs similarity index 100% rename from Ombi/Ombi.Api.Sonarr/Models/Cutoff.cs rename to src/Ombi.Api.Sonarr/Models/Cutoff.cs diff --git a/Ombi/Ombi.Api.Sonarr/Models/Item.cs b/src/Ombi.Api.Sonarr/Models/Item.cs similarity index 100% rename from Ombi/Ombi.Api.Sonarr/Models/Item.cs rename to src/Ombi.Api.Sonarr/Models/Item.cs diff --git a/Ombi/Ombi.Api.Sonarr/Models/Quality.cs b/src/Ombi.Api.Sonarr/Models/Quality.cs similarity index 100% rename from Ombi/Ombi.Api.Sonarr/Models/Quality.cs rename to src/Ombi.Api.Sonarr/Models/Quality.cs diff --git a/Ombi/Ombi.Api.Sonarr/Models/SonarrProfile.cs b/src/Ombi.Api.Sonarr/Models/SonarrProfile.cs similarity index 100% rename from Ombi/Ombi.Api.Sonarr/Models/SonarrProfile.cs rename to src/Ombi.Api.Sonarr/Models/SonarrProfile.cs diff --git a/Ombi/Ombi.Api.Sonarr/Models/SonarrRootFolder.cs b/src/Ombi.Api.Sonarr/Models/SonarrRootFolder.cs similarity index 100% rename from Ombi/Ombi.Api.Sonarr/Models/SonarrRootFolder.cs rename to src/Ombi.Api.Sonarr/Models/SonarrRootFolder.cs diff --git a/Ombi/Ombi.Api.Sonarr/Ombi.Api.Sonarr.csproj b/src/Ombi.Api.Sonarr/Ombi.Api.Sonarr.csproj similarity index 100% rename from Ombi/Ombi.Api.Sonarr/Ombi.Api.Sonarr.csproj rename to src/Ombi.Api.Sonarr/Ombi.Api.Sonarr.csproj diff --git a/Ombi/Ombi.Api.Sonarr/SonarrApi.cs b/src/Ombi.Api.Sonarr/SonarrApi.cs similarity index 100% rename from Ombi/Ombi.Api.Sonarr/SonarrApi.cs rename to src/Ombi.Api.Sonarr/SonarrApi.cs diff --git a/Ombi/Ombi.Api.Trakt/ITraktApi.cs b/src/Ombi.Api.Trakt/ITraktApi.cs similarity index 100% rename from Ombi/Ombi.Api.Trakt/ITraktApi.cs rename to src/Ombi.Api.Trakt/ITraktApi.cs diff --git a/Ombi/Ombi.Api.Trakt/Ombi.Api.Trakt.csproj b/src/Ombi.Api.Trakt/Ombi.Api.Trakt.csproj similarity index 100% rename from Ombi/Ombi.Api.Trakt/Ombi.Api.Trakt.csproj rename to src/Ombi.Api.Trakt/Ombi.Api.Trakt.csproj diff --git a/Ombi/Ombi.Api.Trakt/TraktApi.cs b/src/Ombi.Api.Trakt/TraktApi.cs similarity index 100% rename from Ombi/Ombi.Api.Trakt/TraktApi.cs rename to src/Ombi.Api.Trakt/TraktApi.cs diff --git a/Ombi/Ombi.Api.TvMaze/ITvMazeApi.cs b/src/Ombi.Api.TvMaze/ITvMazeApi.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/ITvMazeApi.cs rename to src/Ombi.Api.TvMaze/ITvMazeApi.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Country.cs b/src/Ombi.Api.TvMaze/Models/Search/Country.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Country.cs rename to src/Ombi.Api.TvMaze/Models/Search/Country.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Externals.cs b/src/Ombi.Api.TvMaze/Models/Search/Externals.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Externals.cs rename to src/Ombi.Api.TvMaze/Models/Search/Externals.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Image.cs b/src/Ombi.Api.TvMaze/Models/Search/Image.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Image.cs rename to src/Ombi.Api.TvMaze/Models/Search/Image.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Links.cs b/src/Ombi.Api.TvMaze/Models/Search/Links.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Links.cs rename to src/Ombi.Api.TvMaze/Models/Search/Links.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Network.cs b/src/Ombi.Api.TvMaze/Models/Search/Network.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Network.cs rename to src/Ombi.Api.TvMaze/Models/Search/Network.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Nextepisode.cs b/src/Ombi.Api.TvMaze/Models/Search/Nextepisode.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Nextepisode.cs rename to src/Ombi.Api.TvMaze/Models/Search/Nextepisode.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Previousepisode.cs b/src/Ombi.Api.TvMaze/Models/Search/Previousepisode.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Previousepisode.cs rename to src/Ombi.Api.TvMaze/Models/Search/Previousepisode.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Rating.cs b/src/Ombi.Api.TvMaze/Models/Search/Rating.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Rating.cs rename to src/Ombi.Api.TvMaze/Models/Search/Rating.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Schedule.cs b/src/Ombi.Api.TvMaze/Models/Search/Schedule.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Schedule.cs rename to src/Ombi.Api.TvMaze/Models/Search/Schedule.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Self.cs b/src/Ombi.Api.TvMaze/Models/Search/Self.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Self.cs rename to src/Ombi.Api.TvMaze/Models/Search/Self.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/Show.cs b/src/Ombi.Api.TvMaze/Models/Search/Show.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/Show.cs rename to src/Ombi.Api.TvMaze/Models/Search/Show.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/Search/TvMazeSearch.cs b/src/Ombi.Api.TvMaze/Models/Search/TvMazeSearch.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/Search/TvMazeSearch.cs rename to src/Ombi.Api.TvMaze/Models/Search/TvMazeSearch.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/TVMazeSeasons.cs b/src/Ombi.Api.TvMaze/Models/TVMazeSeasons.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/TVMazeSeasons.cs rename to src/Ombi.Api.TvMaze/Models/TVMazeSeasons.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/TvMazeEpisode.cs b/src/Ombi.Api.TvMaze/Models/TvMazeEpisode.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/TvMazeEpisode.cs rename to src/Ombi.Api.TvMaze/Models/TvMazeEpisode.cs diff --git a/Ombi/Ombi.Api.TvMaze/Models/TvMazeShow.cs b/src/Ombi.Api.TvMaze/Models/TvMazeShow.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Models/TvMazeShow.cs rename to src/Ombi.Api.TvMaze/Models/TvMazeShow.cs diff --git a/Ombi/Ombi.Api.TvMaze/Ombi.Api.TvMaze.csproj b/src/Ombi.Api.TvMaze/Ombi.Api.TvMaze.csproj similarity index 100% rename from Ombi/Ombi.Api.TvMaze/Ombi.Api.TvMaze.csproj rename to src/Ombi.Api.TvMaze/Ombi.Api.TvMaze.csproj diff --git a/Ombi/Ombi.Api.TvMaze/TvMazeApi.cs b/src/Ombi.Api.TvMaze/TvMazeApi.cs similarity index 100% rename from Ombi/Ombi.Api.TvMaze/TvMazeApi.cs rename to src/Ombi.Api.TvMaze/TvMazeApi.cs diff --git a/Ombi/Ombi.Api/Api.cs b/src/Ombi.Api/Api.cs similarity index 100% rename from Ombi/Ombi.Api/Api.cs rename to src/Ombi.Api/Api.cs diff --git a/Ombi/Ombi.Api/ApiHelper.cs b/src/Ombi.Api/ApiHelper.cs similarity index 100% rename from Ombi/Ombi.Api/ApiHelper.cs rename to src/Ombi.Api/ApiHelper.cs diff --git a/Ombi/Ombi.Api/ContentType.cs b/src/Ombi.Api/ContentType.cs similarity index 100% rename from Ombi/Ombi.Api/ContentType.cs rename to src/Ombi.Api/ContentType.cs diff --git a/Ombi/Ombi.Api/JsonContent.cs b/src/Ombi.Api/JsonContent.cs similarity index 100% rename from Ombi/Ombi.Api/JsonContent.cs rename to src/Ombi.Api/JsonContent.cs diff --git a/Ombi/Ombi.Api/Ombi.Api.csproj b/src/Ombi.Api/Ombi.Api.csproj similarity index 100% rename from Ombi/Ombi.Api/Ombi.Api.csproj rename to src/Ombi.Api/Ombi.Api.csproj diff --git a/Ombi/Ombi.Api/Request.cs b/src/Ombi.Api/Request.cs similarity index 100% rename from Ombi/Ombi.Api/Request.cs rename to src/Ombi.Api/Request.cs diff --git a/Ombi/Ombi.Core/Claims/OmbiClaims.cs b/src/Ombi.Core/Claims/OmbiClaims.cs similarity index 100% rename from Ombi/Ombi.Core/Claims/OmbiClaims.cs rename to src/Ombi.Core/Claims/OmbiClaims.cs diff --git a/Ombi/Ombi.Core/Engine/BaseMediaEngine.cs b/src/Ombi.Core/Engine/BaseMediaEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/BaseMediaEngine.cs rename to src/Ombi.Core/Engine/BaseMediaEngine.cs diff --git a/Ombi/Ombi.Core/Engine/ITvRequestEngine.cs b/src/Ombi.Core/Engine/ITvRequestEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/ITvRequestEngine.cs rename to src/Ombi.Core/Engine/ITvRequestEngine.cs diff --git a/Ombi/Ombi.Core/Engine/Interfaces/BaseEngine.cs b/src/Ombi.Core/Engine/Interfaces/BaseEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/Interfaces/BaseEngine.cs rename to src/Ombi.Core/Engine/Interfaces/BaseEngine.cs diff --git a/Ombi/Ombi.Core/Engine/Interfaces/IMovieEngine.cs b/src/Ombi.Core/Engine/Interfaces/IMovieEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/Interfaces/IMovieEngine.cs rename to src/Ombi.Core/Engine/Interfaces/IMovieEngine.cs diff --git a/Ombi/Ombi.Core/Engine/Interfaces/IMovieRequestEngine.cs b/src/Ombi.Core/Engine/Interfaces/IMovieRequestEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/Interfaces/IMovieRequestEngine.cs rename to src/Ombi.Core/Engine/Interfaces/IMovieRequestEngine.cs diff --git a/Ombi/Ombi.Core/Engine/Interfaces/ITvSearchEngine.cs b/src/Ombi.Core/Engine/Interfaces/ITvSearchEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/Interfaces/ITvSearchEngine.cs rename to src/Ombi.Core/Engine/Interfaces/ITvSearchEngine.cs diff --git a/Ombi/Ombi.Core/Engine/MovieRequestEngine.cs b/src/Ombi.Core/Engine/MovieRequestEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/MovieRequestEngine.cs rename to src/Ombi.Core/Engine/MovieRequestEngine.cs diff --git a/Ombi/Ombi.Core/Engine/MovieSearchEngine.cs b/src/Ombi.Core/Engine/MovieSearchEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/MovieSearchEngine.cs rename to src/Ombi.Core/Engine/MovieSearchEngine.cs diff --git a/Ombi/Ombi.Core/Engine/RequestEngineResult.cs b/src/Ombi.Core/Engine/RequestEngineResult.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/RequestEngineResult.cs rename to src/Ombi.Core/Engine/RequestEngineResult.cs diff --git a/Ombi/Ombi.Core/Engine/TvRequestEngine.cs b/src/Ombi.Core/Engine/TvRequestEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/TvRequestEngine.cs rename to src/Ombi.Core/Engine/TvRequestEngine.cs diff --git a/Ombi/Ombi.Core/Engine/TvSearchEngine.cs b/src/Ombi.Core/Engine/TvSearchEngine.cs similarity index 100% rename from Ombi/Ombi.Core/Engine/TvSearchEngine.cs rename to src/Ombi.Core/Engine/TvSearchEngine.cs diff --git a/Ombi/Ombi.Core/IdentityResolver/IUserIdentityManager.cs b/src/Ombi.Core/IdentityResolver/IUserIdentityManager.cs similarity index 100% rename from Ombi/Ombi.Core/IdentityResolver/IUserIdentityManager.cs rename to src/Ombi.Core/IdentityResolver/IUserIdentityManager.cs diff --git a/Ombi/Ombi.Core/IdentityResolver/UserIdentityManager.cs b/src/Ombi.Core/IdentityResolver/UserIdentityManager.cs similarity index 100% rename from Ombi/Ombi.Core/IdentityResolver/UserIdentityManager.cs rename to src/Ombi.Core/IdentityResolver/UserIdentityManager.cs diff --git a/Ombi/Ombi.Core/Models/QualityModel.cs b/src/Ombi.Core/Models/QualityModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/QualityModel.cs rename to src/Ombi.Core/Models/QualityModel.cs diff --git a/Ombi/Ombi.Core/Models/Requests/BaseRequestModel.cs b/src/Ombi.Core/Models/Requests/BaseRequestModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/BaseRequestModel.cs rename to src/Ombi.Core/Models/Requests/BaseRequestModel.cs diff --git a/Ombi/Ombi.Core/Models/Requests/IRequestService.cs b/src/Ombi.Core/Models/Requests/IRequestService.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/IRequestService.cs rename to src/Ombi.Core/Models/Requests/IRequestService.cs diff --git a/Ombi/Ombi.Core/Models/Requests/JsonRequestService.cs b/src/Ombi.Core/Models/Requests/JsonRequestService.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/JsonRequestService.cs rename to src/Ombi.Core/Models/Requests/JsonRequestService.cs diff --git a/Ombi/Ombi.Core/Models/Requests/Movie/MovieRequestModel.cs b/src/Ombi.Core/Models/Requests/Movie/MovieRequestModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/Movie/MovieRequestModel.cs rename to src/Ombi.Core/Models/Requests/Movie/MovieRequestModel.cs diff --git a/Ombi/Ombi.Core/Models/Requests/RequestModel.cs b/src/Ombi.Core/Models/Requests/RequestModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/RequestModel.cs rename to src/Ombi.Core/Models/Requests/RequestModel.cs diff --git a/Ombi/Ombi.Core/Models/Requests/RequestService.cs b/src/Ombi.Core/Models/Requests/RequestService.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/RequestService.cs rename to src/Ombi.Core/Models/Requests/RequestService.cs diff --git a/Ombi/Ombi.Core/Models/Requests/RequestViewModel.cs b/src/Ombi.Core/Models/Requests/RequestViewModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/RequestViewModel.cs rename to src/Ombi.Core/Models/Requests/RequestViewModel.cs diff --git a/Ombi/Ombi.Core/Models/Requests/Tv/TvRequestModel.cs b/src/Ombi.Core/Models/Requests/Tv/TvRequestModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Requests/Tv/TvRequestModel.cs rename to src/Ombi.Core/Models/Requests/Tv/TvRequestModel.cs diff --git a/Ombi/Ombi.Core/Models/RootFolderModel.cs b/src/Ombi.Core/Models/RootFolderModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/RootFolderModel.cs rename to src/Ombi.Core/Models/RootFolderModel.cs diff --git a/Ombi/Ombi.Core/Models/Search/SearchMovieViewModel.cs b/src/Ombi.Core/Models/Search/SearchMovieViewModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Search/SearchMovieViewModel.cs rename to src/Ombi.Core/Models/Search/SearchMovieViewModel.cs diff --git a/Ombi/Ombi.Core/Models/Search/SearchTvShowViewModel.cs b/src/Ombi.Core/Models/Search/SearchTvShowViewModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Search/SearchTvShowViewModel.cs rename to src/Ombi.Core/Models/Search/SearchTvShowViewModel.cs diff --git a/Ombi/Ombi.Core/Models/Search/SearchViewModel.cs b/src/Ombi.Core/Models/Search/SearchViewModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/Search/SearchViewModel.cs rename to src/Ombi.Core/Models/Search/SearchViewModel.cs diff --git a/Ombi/Ombi.Core/Models/UI/UserViewModel.cs b/src/Ombi.Core/Models/UI/UserViewModel.cs similarity index 100% rename from Ombi/Ombi.Core/Models/UI/UserViewModel.cs rename to src/Ombi.Core/Models/UI/UserViewModel.cs diff --git a/Ombi/Ombi.Core/Models/UserDto.cs b/src/Ombi.Core/Models/UserDto.cs similarity index 100% rename from Ombi/Ombi.Core/Models/UserDto.cs rename to src/Ombi.Core/Models/UserDto.cs diff --git a/Ombi/Ombi.Core/Ombi.Core.csproj b/src/Ombi.Core/Ombi.Core.csproj similarity index 100% rename from Ombi/Ombi.Core/Ombi.Core.csproj rename to src/Ombi.Core/Ombi.Core.csproj diff --git a/Ombi/Ombi.Core/Requests/Models/IRequestServiceMain.cs b/src/Ombi.Core/Requests/Models/IRequestServiceMain.cs similarity index 100% rename from Ombi/Ombi.Core/Requests/Models/IRequestServiceMain.cs rename to src/Ombi.Core/Requests/Models/IRequestServiceMain.cs diff --git a/Ombi/Ombi.Core/TvSender.cs b/src/Ombi.Core/TvSender.cs similarity index 100% rename from Ombi/Ombi.Core/TvSender.cs rename to src/Ombi.Core/TvSender.cs diff --git a/Ombi/Ombi.DependencyInjection/IocExtensions.cs b/src/Ombi.DependencyInjection/IocExtensions.cs similarity index 100% rename from Ombi/Ombi.DependencyInjection/IocExtensions.cs rename to src/Ombi.DependencyInjection/IocExtensions.cs diff --git a/Ombi/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj b/src/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj similarity index 100% rename from Ombi/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj rename to src/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj diff --git a/Ombi/Ombi.Helpers/ByteConverterHelper.cs b/src/Ombi.Helpers/ByteConverterHelper.cs similarity index 100% rename from Ombi/Ombi.Helpers/ByteConverterHelper.cs rename to src/Ombi.Helpers/ByteConverterHelper.cs diff --git a/Ombi/Ombi.Helpers/ClaimConverter.cs b/src/Ombi.Helpers/ClaimConverter.cs similarity index 100% rename from Ombi/Ombi.Helpers/ClaimConverter.cs rename to src/Ombi.Helpers/ClaimConverter.cs diff --git a/Ombi/Ombi.Helpers/HtmlHelper.cs b/src/Ombi.Helpers/HtmlHelper.cs similarity index 100% rename from Ombi/Ombi.Helpers/HtmlHelper.cs rename to src/Ombi.Helpers/HtmlHelper.cs diff --git a/Ombi/Ombi.Helpers/LinqHelpers.cs b/src/Ombi.Helpers/LinqHelpers.cs similarity index 100% rename from Ombi/Ombi.Helpers/LinqHelpers.cs rename to src/Ombi.Helpers/LinqHelpers.cs diff --git a/Ombi/Ombi.Helpers/LoggingEvents.cs b/src/Ombi.Helpers/LoggingEvents.cs similarity index 100% rename from Ombi/Ombi.Helpers/LoggingEvents.cs rename to src/Ombi.Helpers/LoggingEvents.cs diff --git a/Ombi/Ombi.Helpers/Ombi.Helpers.csproj b/src/Ombi.Helpers/Ombi.Helpers.csproj similarity index 100% rename from Ombi/Ombi.Helpers/Ombi.Helpers.csproj rename to src/Ombi.Helpers/Ombi.Helpers.csproj diff --git a/Ombi/Ombi.Helpers/PlexHelper.cs b/src/Ombi.Helpers/PlexHelper.cs similarity index 100% rename from Ombi/Ombi.Helpers/PlexHelper.cs rename to src/Ombi.Helpers/PlexHelper.cs diff --git a/Ombi/Ombi.Helpers/SerializerSettings.cs b/src/Ombi.Helpers/SerializerSettings.cs similarity index 100% rename from Ombi/Ombi.Helpers/SerializerSettings.cs rename to src/Ombi.Helpers/SerializerSettings.cs diff --git a/Ombi/Ombi.Helpers/StringCipher.cs b/src/Ombi.Helpers/StringCipher.cs similarity index 100% rename from Ombi/Ombi.Helpers/StringCipher.cs rename to src/Ombi.Helpers/StringCipher.cs diff --git a/Ombi/Ombi.Helpers/StringHelper.cs b/src/Ombi.Helpers/StringHelper.cs similarity index 100% rename from Ombi/Ombi.Helpers/StringHelper.cs rename to src/Ombi.Helpers/StringHelper.cs diff --git a/Ombi/Ombi.Helpers/UriHelper.cs b/src/Ombi.Helpers/UriHelper.cs similarity index 100% rename from Ombi/Ombi.Helpers/UriHelper.cs rename to src/Ombi.Helpers/UriHelper.cs diff --git a/Ombi/Ombi.Mapping.Maps/Ombi.Mapping.Maps.csproj b/src/Ombi.Mapping.Maps/Ombi.Mapping.Maps.csproj similarity index 100% rename from Ombi/Ombi.Mapping.Maps/Ombi.Mapping.Maps.csproj rename to src/Ombi.Mapping.Maps/Ombi.Mapping.Maps.csproj diff --git a/Ombi/Ombi.Mapping.Maps/OmbiProfile.cs b/src/Ombi.Mapping.Maps/OmbiProfile.cs similarity index 100% rename from Ombi/Ombi.Mapping.Maps/OmbiProfile.cs rename to src/Ombi.Mapping.Maps/OmbiProfile.cs diff --git a/Ombi/Ombi.Mapping/AutoMapperProfile.cs b/src/Ombi.Mapping/AutoMapperProfile.cs similarity index 100% rename from Ombi/Ombi.Mapping/AutoMapperProfile.cs rename to src/Ombi.Mapping/AutoMapperProfile.cs diff --git a/Ombi/Ombi.Mapping/MappingConverters.cs b/src/Ombi.Mapping/MappingConverters.cs similarity index 100% rename from Ombi/Ombi.Mapping/MappingConverters.cs rename to src/Ombi.Mapping/MappingConverters.cs diff --git a/Ombi/Ombi.Mapping/Ombi.Mapping.csproj b/src/Ombi.Mapping/Ombi.Mapping.csproj similarity index 100% rename from Ombi/Ombi.Mapping/Ombi.Mapping.csproj rename to src/Ombi.Mapping/Ombi.Mapping.csproj diff --git a/Ombi/Ombi.Mapping/Profiles/MovieProfile.cs b/src/Ombi.Mapping/Profiles/MovieProfile.cs similarity index 100% rename from Ombi/Ombi.Mapping/Profiles/MovieProfile.cs rename to src/Ombi.Mapping/Profiles/MovieProfile.cs diff --git a/Ombi/Ombi.Mapping/Profiles/OmbiProfile.cs b/src/Ombi.Mapping/Profiles/OmbiProfile.cs similarity index 100% rename from Ombi/Ombi.Mapping/Profiles/OmbiProfile.cs rename to src/Ombi.Mapping/Profiles/OmbiProfile.cs diff --git a/Ombi/Ombi.Mapping/Profiles/TvProfile.cs b/src/Ombi.Mapping/Profiles/TvProfile.cs similarity index 100% rename from Ombi/Ombi.Mapping/Profiles/TvProfile.cs rename to src/Ombi.Mapping/Profiles/TvProfile.cs diff --git a/Ombi/Ombi.Notifications.Email/EmailNotification.cs b/src/Ombi.Notifications.Email/EmailNotification.cs similarity index 100% rename from Ombi/Ombi.Notifications.Email/EmailNotification.cs rename to src/Ombi.Notifications.Email/EmailNotification.cs diff --git a/Ombi/Ombi.Notifications.Email/Ombi.Notifications.Email.csproj b/src/Ombi.Notifications.Email/Ombi.Notifications.Email.csproj similarity index 100% rename from Ombi/Ombi.Notifications.Email/Ombi.Notifications.Email.csproj rename to src/Ombi.Notifications.Email/Ombi.Notifications.Email.csproj diff --git a/Ombi/Ombi.Notifications.Templates/EmailBasicTemplate.cs b/src/Ombi.Notifications.Templates/EmailBasicTemplate.cs similarity index 100% rename from Ombi/Ombi.Notifications.Templates/EmailBasicTemplate.cs rename to src/Ombi.Notifications.Templates/EmailBasicTemplate.cs diff --git a/Ombi/Ombi.Notifications.Templates/IEmailBasicTemplate.cs b/src/Ombi.Notifications.Templates/IEmailBasicTemplate.cs similarity index 100% rename from Ombi/Ombi.Notifications.Templates/IEmailBasicTemplate.cs rename to src/Ombi.Notifications.Templates/IEmailBasicTemplate.cs diff --git a/Ombi/Ombi.Notifications.Templates/Ombi.Notifications.Templates.csproj b/src/Ombi.Notifications.Templates/Ombi.Notifications.Templates.csproj similarity index 100% rename from Ombi/Ombi.Notifications.Templates/Ombi.Notifications.Templates.csproj rename to src/Ombi.Notifications.Templates/Ombi.Notifications.Templates.csproj diff --git a/Ombi/Ombi.Notifications.Templates/Templates/BasicTemplate.html b/src/Ombi.Notifications.Templates/Templates/BasicTemplate.html similarity index 100% rename from Ombi/Ombi.Notifications.Templates/Templates/BasicTemplate.html rename to src/Ombi.Notifications.Templates/Templates/BasicTemplate.html diff --git a/Ombi/Ombi.Notifications/BaseNotification.cs b/src/Ombi.Notifications/BaseNotification.cs similarity index 100% rename from Ombi/Ombi.Notifications/BaseNotification.cs rename to src/Ombi.Notifications/BaseNotification.cs diff --git a/Ombi/Ombi.Notifications/Interfaces/INotification.cs b/src/Ombi.Notifications/Interfaces/INotification.cs similarity index 100% rename from Ombi/Ombi.Notifications/Interfaces/INotification.cs rename to src/Ombi.Notifications/Interfaces/INotification.cs diff --git a/Ombi/Ombi.Notifications/Interfaces/INotificationService.cs b/src/Ombi.Notifications/Interfaces/INotificationService.cs similarity index 100% rename from Ombi/Ombi.Notifications/Interfaces/INotificationService.cs rename to src/Ombi.Notifications/Interfaces/INotificationService.cs diff --git a/Ombi/Ombi.Notifications/Models/NotificationMessage.cs b/src/Ombi.Notifications/Models/NotificationMessage.cs similarity index 100% rename from Ombi/Ombi.Notifications/Models/NotificationMessage.cs rename to src/Ombi.Notifications/Models/NotificationMessage.cs diff --git a/Ombi/Ombi.Notifications/Models/NotificationModel.cs b/src/Ombi.Notifications/Models/NotificationModel.cs similarity index 100% rename from Ombi/Ombi.Notifications/Models/NotificationModel.cs rename to src/Ombi.Notifications/Models/NotificationModel.cs diff --git a/Ombi/Ombi.Notifications/NotificationService.cs b/src/Ombi.Notifications/NotificationService.cs similarity index 100% rename from Ombi/Ombi.Notifications/NotificationService.cs rename to src/Ombi.Notifications/NotificationService.cs diff --git a/Ombi/Ombi.Notifications/NotificationType.cs b/src/Ombi.Notifications/NotificationType.cs similarity index 100% rename from Ombi/Ombi.Notifications/NotificationType.cs rename to src/Ombi.Notifications/NotificationType.cs diff --git a/Ombi/Ombi.Notifications/Ombi.Notifications.csproj b/src/Ombi.Notifications/Ombi.Notifications.csproj similarity index 100% rename from Ombi/Ombi.Notifications/Ombi.Notifications.csproj rename to src/Ombi.Notifications/Ombi.Notifications.csproj diff --git a/Ombi/Ombi.Schedule/IJobSetup.cs b/src/Ombi.Schedule/IJobSetup.cs similarity index 100% rename from Ombi/Ombi.Schedule/IJobSetup.cs rename to src/Ombi.Schedule/IJobSetup.cs diff --git a/Ombi/Ombi.Schedule/IoCJobActivator.cs b/src/Ombi.Schedule/IoCJobActivator.cs similarity index 100% rename from Ombi/Ombi.Schedule/IoCJobActivator.cs rename to src/Ombi.Schedule/IoCJobActivator.cs diff --git a/Ombi/Ombi.Schedule/JobSetup.cs b/src/Ombi.Schedule/JobSetup.cs similarity index 100% rename from Ombi/Ombi.Schedule/JobSetup.cs rename to src/Ombi.Schedule/JobSetup.cs diff --git a/Ombi/Ombi.Schedule/Jobs/IPlexContentCacher.cs b/src/Ombi.Schedule/Jobs/IPlexContentCacher.cs similarity index 100% rename from Ombi/Ombi.Schedule/Jobs/IPlexContentCacher.cs rename to src/Ombi.Schedule/Jobs/IPlexContentCacher.cs diff --git a/Ombi/Ombi.Schedule/Jobs/PlexContentCacher.cs b/src/Ombi.Schedule/Jobs/PlexContentCacher.cs similarity index 100% rename from Ombi/Ombi.Schedule/Jobs/PlexContentCacher.cs rename to src/Ombi.Schedule/Jobs/PlexContentCacher.cs diff --git a/Ombi/Ombi.Schedule/Jobs/PlexMediaType.cs b/src/Ombi.Schedule/Jobs/PlexMediaType.cs similarity index 100% rename from Ombi/Ombi.Schedule/Jobs/PlexMediaType.cs rename to src/Ombi.Schedule/Jobs/PlexMediaType.cs diff --git a/Ombi/Ombi.Schedule/Ombi.Schedule.csproj b/src/Ombi.Schedule/Ombi.Schedule.csproj similarity index 100% rename from Ombi/Ombi.Schedule/Ombi.Schedule.csproj rename to src/Ombi.Schedule/Ombi.Schedule.csproj diff --git a/Ombi/Ombi.Settings/Ombi.Settings.csproj b/src/Ombi.Settings/Ombi.Settings.csproj similarity index 100% rename from Ombi/Ombi.Settings/Ombi.Settings.csproj rename to src/Ombi.Settings/Ombi.Settings.csproj diff --git a/Ombi/Ombi.Settings/Settings/ISettingsResolver.cs b/src/Ombi.Settings/Settings/ISettingsResolver.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/ISettingsResolver.cs rename to src/Ombi.Settings/Settings/ISettingsResolver.cs diff --git a/Ombi/Ombi.Settings/Settings/ISettingsService.cs b/src/Ombi.Settings/Settings/ISettingsService.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/ISettingsService.cs rename to src/Ombi.Settings/Settings/ISettingsService.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/CustomizationSettings.cs b/src/Ombi.Settings/Settings/Models/CustomizationSettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/CustomizationSettings.cs rename to src/Ombi.Settings/Settings/Models/CustomizationSettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/External/EmbySettings.cs b/src/Ombi.Settings/Settings/Models/External/EmbySettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/External/EmbySettings.cs rename to src/Ombi.Settings/Settings/Models/External/EmbySettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/External/ExternalSettings.cs b/src/Ombi.Settings/Settings/Models/External/ExternalSettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/External/ExternalSettings.cs rename to src/Ombi.Settings/Settings/Models/External/ExternalSettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/External/PlexSettings.cs b/src/Ombi.Settings/Settings/Models/External/PlexSettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/External/PlexSettings.cs rename to src/Ombi.Settings/Settings/Models/External/PlexSettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/External/SonarrSettings.cs b/src/Ombi.Settings/Settings/Models/External/SonarrSettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/External/SonarrSettings.cs rename to src/Ombi.Settings/Settings/Models/External/SonarrSettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/LandingPageSettings.cs b/src/Ombi.Settings/Settings/Models/LandingPageSettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/LandingPageSettings.cs rename to src/Ombi.Settings/Settings/Models/LandingPageSettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/Notifications/EmailNotificationSettings.cs b/src/Ombi.Settings/Settings/Models/Notifications/EmailNotificationSettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/Notifications/EmailNotificationSettings.cs rename to src/Ombi.Settings/Settings/Models/Notifications/EmailNotificationSettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/OmbiSettings.cs b/src/Ombi.Settings/Settings/Models/OmbiSettings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/OmbiSettings.cs rename to src/Ombi.Settings/Settings/Models/OmbiSettings.cs diff --git a/Ombi/Ombi.Settings/Settings/Models/Settings.cs b/src/Ombi.Settings/Settings/Models/Settings.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/Models/Settings.cs rename to src/Ombi.Settings/Settings/Models/Settings.cs diff --git a/Ombi/Ombi.Settings/Settings/SettingsResolver.cs b/src/Ombi.Settings/Settings/SettingsResolver.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/SettingsResolver.cs rename to src/Ombi.Settings/Settings/SettingsResolver.cs diff --git a/Ombi/Ombi.Settings/Settings/SettingsService.cs b/src/Ombi.Settings/Settings/SettingsService.cs similarity index 100% rename from Ombi/Ombi.Settings/Settings/SettingsService.cs rename to src/Ombi.Settings/Settings/SettingsService.cs diff --git a/Ombi/Ombi.Store/Context/IOmbiContext.cs b/src/Ombi.Store/Context/IOmbiContext.cs similarity index 100% rename from Ombi/Ombi.Store/Context/IOmbiContext.cs rename to src/Ombi.Store/Context/IOmbiContext.cs diff --git a/Ombi/Ombi.Store/Context/OmbiContext.cs b/src/Ombi.Store/Context/OmbiContext.cs similarity index 100% rename from Ombi/Ombi.Store/Context/OmbiContext.cs rename to src/Ombi.Store/Context/OmbiContext.cs diff --git a/Ombi/Ombi.Store/Entities/Entity.cs b/src/Ombi.Store/Entities/Entity.cs similarity index 100% rename from Ombi/Ombi.Store/Entities/Entity.cs rename to src/Ombi.Store/Entities/Entity.cs diff --git a/Ombi/Ombi.Store/Entities/GlobalSettings.cs b/src/Ombi.Store/Entities/GlobalSettings.cs similarity index 100% rename from Ombi/Ombi.Store/Entities/GlobalSettings.cs rename to src/Ombi.Store/Entities/GlobalSettings.cs diff --git a/Ombi/Ombi.Store/Entities/PlexContent.cs b/src/Ombi.Store/Entities/PlexContent.cs similarity index 100% rename from Ombi/Ombi.Store/Entities/PlexContent.cs rename to src/Ombi.Store/Entities/PlexContent.cs diff --git a/Ombi/Ombi.Store/Entities/RequestBlobs.cs b/src/Ombi.Store/Entities/RequestBlobs.cs similarity index 100% rename from Ombi/Ombi.Store/Entities/RequestBlobs.cs rename to src/Ombi.Store/Entities/RequestBlobs.cs diff --git a/Ombi/Ombi.Store/Entities/User.cs b/src/Ombi.Store/Entities/User.cs similarity index 100% rename from Ombi/Ombi.Store/Entities/User.cs rename to src/Ombi.Store/Entities/User.cs diff --git a/Ombi/Ombi.Store/Ombi.Store.csproj b/src/Ombi.Store/Ombi.Store.csproj similarity index 100% rename from Ombi/Ombi.Store/Ombi.Store.csproj rename to src/Ombi.Store/Ombi.Store.csproj diff --git a/Ombi/Ombi.Store/Repository/IPlexContentRepository.cs b/src/Ombi.Store/Repository/IPlexContentRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/IPlexContentRepository.cs rename to src/Ombi.Store/Repository/IPlexContentRepository.cs diff --git a/Ombi/Ombi.Store/Repository/IRequestRepository.cs b/src/Ombi.Store/Repository/IRequestRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/IRequestRepository.cs rename to src/Ombi.Store/Repository/IRequestRepository.cs diff --git a/Ombi/Ombi.Store/Repository/ISettingsRepository.cs b/src/Ombi.Store/Repository/ISettingsRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/ISettingsRepository.cs rename to src/Ombi.Store/Repository/ISettingsRepository.cs diff --git a/Ombi/Ombi.Store/Repository/IUserRepository.cs b/src/Ombi.Store/Repository/IUserRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/IUserRepository.cs rename to src/Ombi.Store/Repository/IUserRepository.cs diff --git a/Ombi/Ombi.Store/Repository/PlexContentRepository.cs b/src/Ombi.Store/Repository/PlexContentRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/PlexContentRepository.cs rename to src/Ombi.Store/Repository/PlexContentRepository.cs diff --git a/Ombi/Ombi.Store/Repository/RequestJsonRepository.cs b/src/Ombi.Store/Repository/RequestJsonRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/RequestJsonRepository.cs rename to src/Ombi.Store/Repository/RequestJsonRepository.cs diff --git a/Ombi/Ombi.Store/Repository/SettingsJsonRepository.cs b/src/Ombi.Store/Repository/SettingsJsonRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/SettingsJsonRepository.cs rename to src/Ombi.Store/Repository/SettingsJsonRepository.cs diff --git a/Ombi/Ombi.Store/Repository/UserRepository.cs b/src/Ombi.Store/Repository/UserRepository.cs similarity index 100% rename from Ombi/Ombi.Store/Repository/UserRepository.cs rename to src/Ombi.Store/Repository/UserRepository.cs diff --git a/Ombi/Ombi.Store/Sql.Designer.cs b/src/Ombi.Store/Sql.Designer.cs similarity index 100% rename from Ombi/Ombi.Store/Sql.Designer.cs rename to src/Ombi.Store/Sql.Designer.cs diff --git a/Ombi/Ombi.Store/Sql.resx b/src/Ombi.Store/Sql.resx similarity index 100% rename from Ombi/Ombi.Store/Sql.resx rename to src/Ombi.Store/Sql.resx diff --git a/Ombi/Ombi.Store/SqlTables.sql b/src/Ombi.Store/SqlTables.sql similarity index 100% rename from Ombi/Ombi.Store/SqlTables.sql rename to src/Ombi.Store/SqlTables.sql diff --git a/Ombi/Ombi.Tests.Core/Ombi.Tests.Core.csproj b/src/Ombi.Tests.Core/Ombi.Tests.Core.csproj similarity index 100% rename from Ombi/Ombi.Tests.Core/Ombi.Tests.Core.csproj rename to src/Ombi.Tests.Core/Ombi.Tests.Core.csproj diff --git a/Ombi/Ombi.Tests.Core/UserIdentityManagerTests.cs b/src/Ombi.Tests.Core/UserIdentityManagerTests.cs similarity index 100% rename from Ombi/Ombi.Tests.Core/UserIdentityManagerTests.cs rename to src/Ombi.Tests.Core/UserIdentityManagerTests.cs diff --git a/Ombi/Ombi.TheMovieDbApi/IMovieDbApi.cs b/src/Ombi.TheMovieDbApi/IMovieDbApi.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/IMovieDbApi.cs rename to src/Ombi.TheMovieDbApi/IMovieDbApi.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/BelongsToCollection.cs b/src/Ombi.TheMovieDbApi/Models/BelongsToCollection.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/BelongsToCollection.cs rename to src/Ombi.TheMovieDbApi/Models/BelongsToCollection.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/Genre.cs b/src/Ombi.TheMovieDbApi/Models/Genre.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/Genre.cs rename to src/Ombi.TheMovieDbApi/Models/Genre.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/GenreDto.cs b/src/Ombi.TheMovieDbApi/Models/GenreDto.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/GenreDto.cs rename to src/Ombi.TheMovieDbApi/Models/GenreDto.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/MovieResponse.cs b/src/Ombi.TheMovieDbApi/Models/MovieResponse.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/MovieResponse.cs rename to src/Ombi.TheMovieDbApi/Models/MovieResponse.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/MovieResponseDTO.cs b/src/Ombi.TheMovieDbApi/Models/MovieResponseDTO.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/MovieResponseDTO.cs rename to src/Ombi.TheMovieDbApi/Models/MovieResponseDTO.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/MovieSearchResult.cs b/src/Ombi.TheMovieDbApi/Models/MovieSearchResult.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/MovieSearchResult.cs rename to src/Ombi.TheMovieDbApi/Models/MovieSearchResult.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/ProductionCompanies.cs b/src/Ombi.TheMovieDbApi/Models/ProductionCompanies.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/ProductionCompanies.cs rename to src/Ombi.TheMovieDbApi/Models/ProductionCompanies.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/ProductionCountries.cs b/src/Ombi.TheMovieDbApi/Models/ProductionCountries.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/ProductionCountries.cs rename to src/Ombi.TheMovieDbApi/Models/ProductionCountries.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/SearchResult.cs b/src/Ombi.TheMovieDbApi/Models/SearchResult.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/SearchResult.cs rename to src/Ombi.TheMovieDbApi/Models/SearchResult.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/SpokenLanguages.cs b/src/Ombi.TheMovieDbApi/Models/SpokenLanguages.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/SpokenLanguages.cs rename to src/Ombi.TheMovieDbApi/Models/SpokenLanguages.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Models/TheMovieDbContainer.cs b/src/Ombi.TheMovieDbApi/Models/TheMovieDbContainer.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Models/TheMovieDbContainer.cs rename to src/Ombi.TheMovieDbApi/Models/TheMovieDbContainer.cs diff --git a/Ombi/Ombi.TheMovieDbApi/Ombi.Api.TheMovieDb.csproj b/src/Ombi.TheMovieDbApi/Ombi.Api.TheMovieDb.csproj similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/Ombi.Api.TheMovieDb.csproj rename to src/Ombi.TheMovieDbApi/Ombi.Api.TheMovieDb.csproj diff --git a/Ombi/Ombi.TheMovieDbApi/TheMovieDbApi.cs b/src/Ombi.TheMovieDbApi/TheMovieDbApi.cs similarity index 100% rename from Ombi/Ombi.TheMovieDbApi/TheMovieDbApi.cs rename to src/Ombi.TheMovieDbApi/TheMovieDbApi.cs diff --git a/Ombi/Ombi.sln b/src/Ombi.sln similarity index 100% rename from Ombi/Ombi.sln rename to src/Ombi.sln diff --git a/Ombi/Ombi/.gitignore b/src/Ombi/.gitignore similarity index 100% rename from Ombi/Ombi/.gitignore rename to src/Ombi/.gitignore diff --git a/Ombi/Ombi/.vscode/launch.json b/src/Ombi/.vscode/launch.json similarity index 100% rename from Ombi/Ombi/.vscode/launch.json rename to src/Ombi/.vscode/launch.json diff --git a/Ombi/Ombi/.vscode/settings.json b/src/Ombi/.vscode/settings.json similarity index 100% rename from Ombi/Ombi/.vscode/settings.json rename to src/Ombi/.vscode/settings.json diff --git a/Ombi/Ombi/.vscode/tasks.json b/src/Ombi/.vscode/tasks.json similarity index 100% rename from Ombi/Ombi/.vscode/tasks.json rename to src/Ombi/.vscode/tasks.json diff --git a/Ombi/Ombi/Attributes/AdminAttribute.cs b/src/Ombi/Attributes/AdminAttribute.cs similarity index 100% rename from Ombi/Ombi/Attributes/AdminAttribute.cs rename to src/Ombi/Attributes/AdminAttribute.cs diff --git a/Ombi/Ombi/Attributes/PowerUserAttribute.cs b/src/Ombi/Attributes/PowerUserAttribute.cs similarity index 100% rename from Ombi/Ombi/Attributes/PowerUserAttribute.cs rename to src/Ombi/Attributes/PowerUserAttribute.cs diff --git a/Ombi/Ombi/Auth/CustomJwtDataFormat.cs b/src/Ombi/Auth/CustomJwtDataFormat.cs similarity index 100% rename from Ombi/Ombi/Auth/CustomJwtDataFormat.cs rename to src/Ombi/Auth/CustomJwtDataFormat.cs diff --git a/Ombi/Ombi/Auth/TokenProviderMiddleware.cs b/src/Ombi/Auth/TokenProviderMiddleware.cs similarity index 100% rename from Ombi/Ombi/Auth/TokenProviderMiddleware.cs rename to src/Ombi/Auth/TokenProviderMiddleware.cs diff --git a/Ombi/Ombi/Auth/TokenProviderOptions.cs b/src/Ombi/Auth/TokenProviderOptions.cs similarity index 100% rename from Ombi/Ombi/Auth/TokenProviderOptions.cs rename to src/Ombi/Auth/TokenProviderOptions.cs diff --git a/Ombi/Ombi/Controllers/BaseV1ApiController.cs b/src/Ombi/Controllers/BaseV1ApiController.cs similarity index 100% rename from Ombi/Ombi/Controllers/BaseV1ApiController.cs rename to src/Ombi/Controllers/BaseV1ApiController.cs diff --git a/Ombi/Ombi/Controllers/External/EmbyController.cs b/src/Ombi/Controllers/External/EmbyController.cs similarity index 100% rename from Ombi/Ombi/Controllers/External/EmbyController.cs rename to src/Ombi/Controllers/External/EmbyController.cs diff --git a/Ombi/Ombi/Controllers/External/PlexController.cs b/src/Ombi/Controllers/External/PlexController.cs similarity index 100% rename from Ombi/Ombi/Controllers/External/PlexController.cs rename to src/Ombi/Controllers/External/PlexController.cs diff --git a/Ombi/Ombi/Controllers/External/SonarrController.cs b/src/Ombi/Controllers/External/SonarrController.cs similarity index 100% rename from Ombi/Ombi/Controllers/External/SonarrController.cs rename to src/Ombi/Controllers/External/SonarrController.cs diff --git a/Ombi/Ombi/Controllers/HomeController.cs b/src/Ombi/Controllers/HomeController.cs similarity index 100% rename from Ombi/Ombi/Controllers/HomeController.cs rename to src/Ombi/Controllers/HomeController.cs diff --git a/Ombi/Ombi/Controllers/IdentityController.cs b/src/Ombi/Controllers/IdentityController.cs similarity index 100% rename from Ombi/Ombi/Controllers/IdentityController.cs rename to src/Ombi/Controllers/IdentityController.cs diff --git a/Ombi/Ombi/Controllers/RequestController.cs b/src/Ombi/Controllers/RequestController.cs similarity index 100% rename from Ombi/Ombi/Controllers/RequestController.cs rename to src/Ombi/Controllers/RequestController.cs diff --git a/Ombi/Ombi/Controllers/SearchController.cs b/src/Ombi/Controllers/SearchController.cs similarity index 100% rename from Ombi/Ombi/Controllers/SearchController.cs rename to src/Ombi/Controllers/SearchController.cs diff --git a/Ombi/Ombi/Controllers/SettingsController.cs b/src/Ombi/Controllers/SettingsController.cs similarity index 100% rename from Ombi/Ombi/Controllers/SettingsController.cs rename to src/Ombi/Controllers/SettingsController.cs diff --git a/Ombi/Ombi/Controllers/StatusController.cs b/src/Ombi/Controllers/StatusController.cs similarity index 100% rename from Ombi/Ombi/Controllers/StatusController.cs rename to src/Ombi/Controllers/StatusController.cs diff --git a/Ombi/Ombi/Dockerfile b/src/Ombi/Dockerfile similarity index 100% rename from Ombi/Ombi/Dockerfile rename to src/Ombi/Dockerfile diff --git a/Ombi/Ombi/Models/RequestResult.cs b/src/Ombi/Models/RequestResult.cs similarity index 100% rename from Ombi/Ombi/Models/RequestResult.cs rename to src/Ombi/Models/RequestResult.cs diff --git a/Ombi/Ombi/Models/UserAuthModel.cs b/src/Ombi/Models/UserAuthModel.cs similarity index 100% rename from Ombi/Ombi/Models/UserAuthModel.cs rename to src/Ombi/Models/UserAuthModel.cs diff --git a/src/Ombi/Ombi.csproj b/src/Ombi/Ombi.csproj new file mode 100644 index 000000000..4c69ef8d4 --- /dev/null +++ b/src/Ombi/Ombi.csproj @@ -0,0 +1,53 @@ + + + + netcoreapp1.1 + win10-x64;osx.10.12-x64;ubuntu.16.10-x64;debian.8-x64;centos.7-x64; + True + 3.0.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Ombi/Ombi/Program.cs b/src/Ombi/Program.cs similarity index 100% rename from Ombi/Ombi/Program.cs rename to src/Ombi/Program.cs diff --git a/Ombi/Ombi/Properties/launchSettings.json b/src/Ombi/Properties/launchSettings.json similarity index 100% rename from Ombi/Ombi/Properties/launchSettings.json rename to src/Ombi/Properties/launchSettings.json diff --git a/Ombi/Ombi/Startup.Auth.cs b/src/Ombi/Startup.Auth.cs similarity index 100% rename from Ombi/Ombi/Startup.Auth.cs rename to src/Ombi/Startup.Auth.cs diff --git a/Ombi/Ombi/Startup.cs b/src/Ombi/Startup.cs similarity index 100% rename from Ombi/Ombi/Startup.cs rename to src/Ombi/Startup.cs diff --git a/Ombi/Ombi/Styles/Themes/original.scss b/src/Ombi/Styles/Themes/original.scss similarity index 100% rename from Ombi/Ombi/Styles/Themes/original.scss rename to src/Ombi/Styles/Themes/original.scss diff --git a/Ombi/Ombi/Styles/Themes/plex.scss b/src/Ombi/Styles/Themes/plex.scss similarity index 100% rename from Ombi/Ombi/Styles/Themes/plex.scss rename to src/Ombi/Styles/Themes/plex.scss diff --git a/Ombi/Ombi/Styles/_imports.scss b/src/Ombi/Styles/_imports.scss similarity index 100% rename from Ombi/Ombi/Styles/_imports.scss rename to src/Ombi/Styles/_imports.scss diff --git a/Ombi/Ombi/Styles/base.scss b/src/Ombi/Styles/base.scss similarity index 100% rename from Ombi/Ombi/Styles/base.scss rename to src/Ombi/Styles/base.scss diff --git a/Ombi/Ombi/Styles/bootstrap.css b/src/Ombi/Styles/bootstrap.css similarity index 100% rename from Ombi/Ombi/Styles/bootstrap.css rename to src/Ombi/Styles/bootstrap.css diff --git a/Ombi/Ombi/Views/Home/Index.cshtml b/src/Ombi/Views/Home/Index.cshtml similarity index 100% rename from Ombi/Ombi/Views/Home/Index.cshtml rename to src/Ombi/Views/Home/Index.cshtml diff --git a/Ombi/Ombi/Views/Shared/_Layout.cshtml b/src/Ombi/Views/Shared/_Layout.cshtml similarity index 100% rename from Ombi/Ombi/Views/Shared/_Layout.cshtml rename to src/Ombi/Views/Shared/_Layout.cshtml diff --git a/Ombi/Ombi/Views/_ViewImports.cshtml b/src/Ombi/Views/_ViewImports.cshtml similarity index 100% rename from Ombi/Ombi/Views/_ViewImports.cshtml rename to src/Ombi/Views/_ViewImports.cshtml diff --git a/Ombi/Ombi/Views/_ViewStart.cshtml b/src/Ombi/Views/_ViewStart.cshtml similarity index 100% rename from Ombi/Ombi/Views/_ViewStart.cshtml rename to src/Ombi/Views/_ViewStart.cshtml diff --git a/Ombi/Ombi/appsettings.Development.json b/src/Ombi/appsettings.Development.json similarity index 100% rename from Ombi/Ombi/appsettings.Development.json rename to src/Ombi/appsettings.Development.json diff --git a/Ombi/Ombi/appsettings.json b/src/Ombi/appsettings.json similarity index 100% rename from Ombi/Ombi/appsettings.json rename to src/Ombi/appsettings.json diff --git a/Ombi/Ombi/bower.json b/src/Ombi/bower.json similarity index 100% rename from Ombi/Ombi/bower.json rename to src/Ombi/bower.json diff --git a/Ombi/Ombi/build.sh b/src/Ombi/build.sh similarity index 100% rename from Ombi/Ombi/build.sh rename to src/Ombi/build.sh diff --git a/Ombi/Ombi/gulpfile.js b/src/Ombi/gulpfile.js similarity index 100% rename from Ombi/Ombi/gulpfile.js rename to src/Ombi/gulpfile.js diff --git a/Ombi/Ombi/package.json b/src/Ombi/package.json similarity index 100% rename from Ombi/Ombi/package.json rename to src/Ombi/package.json diff --git a/Ombi/Ombi/tsconfig.json b/src/Ombi/tsconfig.json similarity index 100% rename from Ombi/Ombi/tsconfig.json rename to src/Ombi/tsconfig.json diff --git a/Ombi/Ombi/typings/globals/globals.d.ts b/src/Ombi/typings/globals/globals.d.ts similarity index 100% rename from Ombi/Ombi/typings/globals/globals.d.ts rename to src/Ombi/typings/globals/globals.d.ts diff --git a/Ombi/Ombi/typings/index.d.ts b/src/Ombi/typings/index.d.ts similarity index 100% rename from Ombi/Ombi/typings/index.d.ts rename to src/Ombi/typings/index.d.ts diff --git a/Ombi/Ombi/wwwroot/app/app.component.html b/src/Ombi/wwwroot/app/app.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/app.component.html rename to src/Ombi/wwwroot/app/app.component.html diff --git a/Ombi/Ombi/wwwroot/app/app.component.ts b/src/Ombi/wwwroot/app/app.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/app.component.ts rename to src/Ombi/wwwroot/app/app.component.ts diff --git a/Ombi/Ombi/wwwroot/app/app.module.ts b/src/Ombi/wwwroot/app/app.module.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/app.module.ts rename to src/Ombi/wwwroot/app/app.module.ts diff --git a/Ombi/Ombi/wwwroot/app/auth/IUserLogin.ts b/src/Ombi/wwwroot/app/auth/IUserLogin.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/auth/IUserLogin.ts rename to src/Ombi/wwwroot/app/auth/IUserLogin.ts diff --git a/Ombi/Ombi/wwwroot/app/auth/auth.guard.ts b/src/Ombi/wwwroot/app/auth/auth.guard.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/auth/auth.guard.ts rename to src/Ombi/wwwroot/app/auth/auth.guard.ts diff --git a/Ombi/Ombi/wwwroot/app/auth/auth.module.ts b/src/Ombi/wwwroot/app/auth/auth.module.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/auth/auth.module.ts rename to src/Ombi/wwwroot/app/auth/auth.module.ts diff --git a/Ombi/Ombi/wwwroot/app/auth/auth.service.ts b/src/Ombi/wwwroot/app/auth/auth.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/auth/auth.service.ts rename to src/Ombi/wwwroot/app/auth/auth.service.ts diff --git a/Ombi/Ombi/wwwroot/app/config.ts b/src/Ombi/wwwroot/app/config.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/config.ts rename to src/Ombi/wwwroot/app/config.ts diff --git a/Ombi/Ombi/wwwroot/app/errors/not-found.component.ts b/src/Ombi/wwwroot/app/errors/not-found.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/errors/not-found.component.ts rename to src/Ombi/wwwroot/app/errors/not-found.component.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/IPlex.ts b/src/Ombi/wwwroot/app/interfaces/IPlex.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/IPlex.ts rename to src/Ombi/wwwroot/app/interfaces/IPlex.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/IRequestEngineResult.ts b/src/Ombi/wwwroot/app/interfaces/IRequestEngineResult.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/IRequestEngineResult.ts rename to src/Ombi/wwwroot/app/interfaces/IRequestEngineResult.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/IRequestModel.ts b/src/Ombi/wwwroot/app/interfaces/IRequestModel.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/IRequestModel.ts rename to src/Ombi/wwwroot/app/interfaces/IRequestModel.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/ISearchMovieResult.ts b/src/Ombi/wwwroot/app/interfaces/ISearchMovieResult.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/ISearchMovieResult.ts rename to src/Ombi/wwwroot/app/interfaces/ISearchMovieResult.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/ISearchTvResult.ts b/src/Ombi/wwwroot/app/interfaces/ISearchTvResult.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/ISearchTvResult.ts rename to src/Ombi/wwwroot/app/interfaces/ISearchTvResult.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/ISettings.ts b/src/Ombi/wwwroot/app/interfaces/ISettings.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/ISettings.ts rename to src/Ombi/wwwroot/app/interfaces/ISettings.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/ISonarr.ts b/src/Ombi/wwwroot/app/interfaces/ISonarr.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/ISonarr.ts rename to src/Ombi/wwwroot/app/interfaces/ISonarr.ts diff --git a/Ombi/Ombi/wwwroot/app/interfaces/IUser.ts b/src/Ombi/wwwroot/app/interfaces/IUser.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/interfaces/IUser.ts rename to src/Ombi/wwwroot/app/interfaces/IUser.ts diff --git a/Ombi/Ombi/wwwroot/app/landingpage/landingpage.component.css b/src/Ombi/wwwroot/app/landingpage/landingpage.component.css similarity index 100% rename from Ombi/Ombi/wwwroot/app/landingpage/landingpage.component.css rename to src/Ombi/wwwroot/app/landingpage/landingpage.component.css diff --git a/Ombi/Ombi/wwwroot/app/landingpage/landingpage.component.html b/src/Ombi/wwwroot/app/landingpage/landingpage.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/landingpage/landingpage.component.html rename to src/Ombi/wwwroot/app/landingpage/landingpage.component.html diff --git a/Ombi/Ombi/wwwroot/app/landingpage/landingpage.component.ts b/src/Ombi/wwwroot/app/landingpage/landingpage.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/landingpage/landingpage.component.ts rename to src/Ombi/wwwroot/app/landingpage/landingpage.component.ts diff --git a/Ombi/Ombi/wwwroot/app/login/login.component.html b/src/Ombi/wwwroot/app/login/login.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/login/login.component.html rename to src/Ombi/wwwroot/app/login/login.component.html diff --git a/Ombi/Ombi/wwwroot/app/login/login.component.ts b/src/Ombi/wwwroot/app/login/login.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/login/login.component.ts rename to src/Ombi/wwwroot/app/login/login.component.ts diff --git a/Ombi/Ombi/wwwroot/app/main.ts b/src/Ombi/wwwroot/app/main.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/main.ts rename to src/Ombi/wwwroot/app/main.ts diff --git a/Ombi/Ombi/wwwroot/app/polyfills.ts b/src/Ombi/wwwroot/app/polyfills.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/polyfills.ts rename to src/Ombi/wwwroot/app/polyfills.ts diff --git a/Ombi/Ombi/wwwroot/app/requests/movierequests.component.html b/src/Ombi/wwwroot/app/requests/movierequests.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/requests/movierequests.component.html rename to src/Ombi/wwwroot/app/requests/movierequests.component.html diff --git a/Ombi/Ombi/wwwroot/app/requests/movierequests.component.ts b/src/Ombi/wwwroot/app/requests/movierequests.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/requests/movierequests.component.ts rename to src/Ombi/wwwroot/app/requests/movierequests.component.ts diff --git a/Ombi/Ombi/wwwroot/app/requests/request.component.html b/src/Ombi/wwwroot/app/requests/request.component.html similarity index 96% rename from Ombi/Ombi/wwwroot/app/requests/request.component.html rename to src/Ombi/wwwroot/app/requests/request.component.html index 8ec06c196..d7ad3ecc1 100644 --- a/Ombi/Ombi/wwwroot/app/requests/request.component.html +++ b/src/Ombi/wwwroot/app/requests/request.component.html @@ -1,25 +1,25 @@ -

Requests

-

Below you can see yours and all other requests, as well as their download and approval status.

- - - - - - -
-
- -
-
- -
-
- +

Requests

+

Below you can see yours and all other requests, as well as their download and approval status.

+ + + + + + +
+
+ +
+
+ +
+
+ diff --git a/Ombi/Ombi/wwwroot/app/requests/request.component.ts b/src/Ombi/wwwroot/app/requests/request.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/requests/request.component.ts rename to src/Ombi/wwwroot/app/requests/request.component.ts diff --git a/Ombi/Ombi/wwwroot/app/requests/tvrequests.component.html b/src/Ombi/wwwroot/app/requests/tvrequests.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/requests/tvrequests.component.html rename to src/Ombi/wwwroot/app/requests/tvrequests.component.html diff --git a/Ombi/Ombi/wwwroot/app/requests/tvrequests.component.ts b/src/Ombi/wwwroot/app/requests/tvrequests.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/requests/tvrequests.component.ts rename to src/Ombi/wwwroot/app/requests/tvrequests.component.ts diff --git a/Ombi/Ombi/wwwroot/app/search/moviesearch.component.html b/src/Ombi/wwwroot/app/search/moviesearch.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/moviesearch.component.html rename to src/Ombi/wwwroot/app/search/moviesearch.component.html diff --git a/Ombi/Ombi/wwwroot/app/search/moviesearch.component.ts b/src/Ombi/wwwroot/app/search/moviesearch.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/moviesearch.component.ts rename to src/Ombi/wwwroot/app/search/moviesearch.component.ts diff --git a/Ombi/Ombi/wwwroot/app/search/search.component.html b/src/Ombi/wwwroot/app/search/search.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/search.component.html rename to src/Ombi/wwwroot/app/search/search.component.html diff --git a/Ombi/Ombi/wwwroot/app/search/search.component.ts b/src/Ombi/wwwroot/app/search/search.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/search.component.ts rename to src/Ombi/wwwroot/app/search/search.component.ts diff --git a/Ombi/Ombi/wwwroot/app/search/seriesinformation.component.html b/src/Ombi/wwwroot/app/search/seriesinformation.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/seriesinformation.component.html rename to src/Ombi/wwwroot/app/search/seriesinformation.component.html diff --git a/Ombi/Ombi/wwwroot/app/search/seriesinformation.component.ts b/src/Ombi/wwwroot/app/search/seriesinformation.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/seriesinformation.component.ts rename to src/Ombi/wwwroot/app/search/seriesinformation.component.ts diff --git a/Ombi/Ombi/wwwroot/app/search/tvsearch.component.html b/src/Ombi/wwwroot/app/search/tvsearch.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/tvsearch.component.html rename to src/Ombi/wwwroot/app/search/tvsearch.component.html diff --git a/Ombi/Ombi/wwwroot/app/search/tvsearch.component.ts b/src/Ombi/wwwroot/app/search/tvsearch.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/search/tvsearch.component.ts rename to src/Ombi/wwwroot/app/search/tvsearch.component.ts diff --git a/Ombi/Ombi/wwwroot/app/services/applications/emby.service.ts b/src/Ombi/wwwroot/app/services/applications/emby.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/applications/emby.service.ts rename to src/Ombi/wwwroot/app/services/applications/emby.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/applications/plex.service.ts b/src/Ombi/wwwroot/app/services/applications/plex.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/applications/plex.service.ts rename to src/Ombi/wwwroot/app/services/applications/plex.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/applications/sonarr.service.ts b/src/Ombi/wwwroot/app/services/applications/sonarr.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/applications/sonarr.service.ts rename to src/Ombi/wwwroot/app/services/applications/sonarr.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/identity.service.ts b/src/Ombi/wwwroot/app/services/identity.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/identity.service.ts rename to src/Ombi/wwwroot/app/services/identity.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/notification.service.ts b/src/Ombi/wwwroot/app/services/notification.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/notification.service.ts rename to src/Ombi/wwwroot/app/services/notification.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/request.service.ts b/src/Ombi/wwwroot/app/services/request.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/request.service.ts rename to src/Ombi/wwwroot/app/services/request.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/search.service.ts b/src/Ombi/wwwroot/app/services/search.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/search.service.ts rename to src/Ombi/wwwroot/app/services/search.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/service.helpers.ts b/src/Ombi/wwwroot/app/services/service.helpers.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/service.helpers.ts rename to src/Ombi/wwwroot/app/services/service.helpers.ts diff --git a/Ombi/Ombi/wwwroot/app/services/settings.service.ts b/src/Ombi/wwwroot/app/services/settings.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/settings.service.ts rename to src/Ombi/wwwroot/app/services/settings.service.ts diff --git a/Ombi/Ombi/wwwroot/app/services/status.service.ts b/src/Ombi/wwwroot/app/services/status.service.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/services/status.service.ts rename to src/Ombi/wwwroot/app/services/status.service.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/customization/customization.component.html b/src/Ombi/wwwroot/app/settings/customization/customization.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/customization/customization.component.html rename to src/Ombi/wwwroot/app/settings/customization/customization.component.html diff --git a/Ombi/Ombi/wwwroot/app/settings/customization/customization.component.ts b/src/Ombi/wwwroot/app/settings/customization/customization.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/customization/customization.component.ts rename to src/Ombi/wwwroot/app/settings/customization/customization.component.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/emby/emby.component.html b/src/Ombi/wwwroot/app/settings/emby/emby.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/emby/emby.component.html rename to src/Ombi/wwwroot/app/settings/emby/emby.component.html diff --git a/Ombi/Ombi/wwwroot/app/settings/emby/emby.component.ts b/src/Ombi/wwwroot/app/settings/emby/emby.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/emby/emby.component.ts rename to src/Ombi/wwwroot/app/settings/emby/emby.component.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/landingpage/landingpage.component.html b/src/Ombi/wwwroot/app/settings/landingpage/landingpage.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/landingpage/landingpage.component.html rename to src/Ombi/wwwroot/app/settings/landingpage/landingpage.component.html diff --git a/Ombi/Ombi/wwwroot/app/settings/landingpage/landingpage.component.ts b/src/Ombi/wwwroot/app/settings/landingpage/landingpage.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/landingpage/landingpage.component.ts rename to src/Ombi/wwwroot/app/settings/landingpage/landingpage.component.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/ombi/ombi.component.html b/src/Ombi/wwwroot/app/settings/ombi/ombi.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/ombi/ombi.component.html rename to src/Ombi/wwwroot/app/settings/ombi/ombi.component.html diff --git a/Ombi/Ombi/wwwroot/app/settings/ombi/ombi.component.ts b/src/Ombi/wwwroot/app/settings/ombi/ombi.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/ombi/ombi.component.ts rename to src/Ombi/wwwroot/app/settings/ombi/ombi.component.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/plex/plex.component.html b/src/Ombi/wwwroot/app/settings/plex/plex.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/plex/plex.component.html rename to src/Ombi/wwwroot/app/settings/plex/plex.component.html diff --git a/Ombi/Ombi/wwwroot/app/settings/plex/plex.component.ts b/src/Ombi/wwwroot/app/settings/plex/plex.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/plex/plex.component.ts rename to src/Ombi/wwwroot/app/settings/plex/plex.component.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/settings.module.ts b/src/Ombi/wwwroot/app/settings/settings.module.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/settings.module.ts rename to src/Ombi/wwwroot/app/settings/settings.module.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/settingsmenu.component.html b/src/Ombi/wwwroot/app/settings/settingsmenu.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/settingsmenu.component.html rename to src/Ombi/wwwroot/app/settings/settingsmenu.component.html diff --git a/Ombi/Ombi/wwwroot/app/settings/settingsmenu.component.ts b/src/Ombi/wwwroot/app/settings/settingsmenu.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/settingsmenu.component.ts rename to src/Ombi/wwwroot/app/settings/settingsmenu.component.ts diff --git a/Ombi/Ombi/wwwroot/app/settings/sonarr/sonarr.component.html b/src/Ombi/wwwroot/app/settings/sonarr/sonarr.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/sonarr/sonarr.component.html rename to src/Ombi/wwwroot/app/settings/sonarr/sonarr.component.html diff --git a/Ombi/Ombi/wwwroot/app/settings/sonarr/sonarr.component.ts b/src/Ombi/wwwroot/app/settings/sonarr/sonarr.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/settings/sonarr/sonarr.component.ts rename to src/Ombi/wwwroot/app/settings/sonarr/sonarr.component.ts diff --git a/Ombi/Ombi/wwwroot/app/text-loader.ts b/src/Ombi/wwwroot/app/text-loader.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/text-loader.ts rename to src/Ombi/wwwroot/app/text-loader.ts diff --git a/Ombi/Ombi/wwwroot/app/usermanagement/usermanagement.component.html b/src/Ombi/wwwroot/app/usermanagement/usermanagement.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/usermanagement/usermanagement.component.html rename to src/Ombi/wwwroot/app/usermanagement/usermanagement.component.html diff --git a/Ombi/Ombi/wwwroot/app/usermanagement/usermanagement.component.ts b/src/Ombi/wwwroot/app/usermanagement/usermanagement.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/usermanagement/usermanagement.component.ts rename to src/Ombi/wwwroot/app/usermanagement/usermanagement.component.ts diff --git a/Ombi/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.html b/src/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.html rename to src/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.html diff --git a/Ombi/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.ts b/src/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.ts rename to src/Ombi/wwwroot/app/wizard/createadmin/createadmin.component.ts diff --git a/Ombi/Ombi/wwwroot/app/wizard/emby/emby.component.html b/src/Ombi/wwwroot/app/wizard/emby/emby.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/emby/emby.component.html rename to src/Ombi/wwwroot/app/wizard/emby/emby.component.html diff --git a/Ombi/Ombi/wwwroot/app/wizard/emby/emby.component.ts b/src/Ombi/wwwroot/app/wizard/emby/emby.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/emby/emby.component.ts rename to src/Ombi/wwwroot/app/wizard/emby/emby.component.ts diff --git a/Ombi/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.html b/src/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.html rename to src/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.html diff --git a/Ombi/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.ts b/src/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.ts rename to src/Ombi/wwwroot/app/wizard/mediaserver/mediaserver.component.ts diff --git a/Ombi/Ombi/wwwroot/app/wizard/plex/plex.component.html b/src/Ombi/wwwroot/app/wizard/plex/plex.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/plex/plex.component.html rename to src/Ombi/wwwroot/app/wizard/plex/plex.component.html diff --git a/Ombi/Ombi/wwwroot/app/wizard/plex/plex.component.ts b/src/Ombi/wwwroot/app/wizard/plex/plex.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/plex/plex.component.ts rename to src/Ombi/wwwroot/app/wizard/plex/plex.component.ts diff --git a/Ombi/Ombi/wwwroot/app/wizard/welcome/welcome.component.html b/src/Ombi/wwwroot/app/wizard/welcome/welcome.component.html similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/welcome/welcome.component.html rename to src/Ombi/wwwroot/app/wizard/welcome/welcome.component.html diff --git a/Ombi/Ombi/wwwroot/app/wizard/welcome/welcome.component.ts b/src/Ombi/wwwroot/app/wizard/welcome/welcome.component.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/welcome/welcome.component.ts rename to src/Ombi/wwwroot/app/wizard/welcome/welcome.component.ts diff --git a/Ombi/Ombi/wwwroot/app/wizard/wizard.module.ts b/src/Ombi/wwwroot/app/wizard/wizard.module.ts similarity index 100% rename from Ombi/Ombi/wwwroot/app/wizard/wizard.module.ts rename to src/Ombi/wwwroot/app/wizard/wizard.module.ts diff --git a/Ombi/Ombi/wwwroot/images/emby-logo-dark.jpg b/src/Ombi/wwwroot/images/emby-logo-dark.jpg similarity index 100% rename from Ombi/Ombi/wwwroot/images/emby-logo-dark.jpg rename to src/Ombi/wwwroot/images/emby-logo-dark.jpg diff --git a/Ombi/Ombi/wwwroot/images/emby-logo.png b/src/Ombi/wwwroot/images/emby-logo.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/emby-logo.png rename to src/Ombi/wwwroot/images/emby-logo.png diff --git a/Ombi/Ombi/wwwroot/images/icons_16.png b/src/Ombi/wwwroot/images/icons_16.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/icons_16.png rename to src/Ombi/wwwroot/images/icons_16.png diff --git a/Ombi/Ombi/wwwroot/images/logo original.png b/src/Ombi/wwwroot/images/logo original.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/logo original.png rename to src/Ombi/wwwroot/images/logo original.png diff --git a/Ombi/Ombi/wwwroot/images/logo.png b/src/Ombi/wwwroot/images/logo.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/logo.png rename to src/Ombi/wwwroot/images/logo.png diff --git a/Ombi/Ombi/wwwroot/images/plex-logo-reversed.png b/src/Ombi/wwwroot/images/plex-logo-reversed.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/plex-logo-reversed.png rename to src/Ombi/wwwroot/images/plex-logo-reversed.png diff --git a/Ombi/Ombi/wwwroot/images/plex-logo.png b/src/Ombi/wwwroot/images/plex-logo.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/plex-logo.png rename to src/Ombi/wwwroot/images/plex-logo.png diff --git a/Ombi/Ombi/wwwroot/images/slider_handles.png b/src/Ombi/wwwroot/images/slider_handles.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/slider_handles.png rename to src/Ombi/wwwroot/images/slider_handles.png diff --git a/Ombi/Ombi/wwwroot/images/slider_handles@2x.png b/src/Ombi/wwwroot/images/slider_handles@2x.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/slider_handles@2x.png rename to src/Ombi/wwwroot/images/slider_handles@2x.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_flat_0_aaaaaa_40x100.png b/src/Ombi/wwwroot/images/ui-bg_flat_0_aaaaaa_40x100.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_flat_0_aaaaaa_40x100.png rename to src/Ombi/wwwroot/images/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_flat_75_ffffff_40x100.png b/src/Ombi/wwwroot/images/ui-bg_flat_75_ffffff_40x100.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_flat_75_ffffff_40x100.png rename to src/Ombi/wwwroot/images/ui-bg_flat_75_ffffff_40x100.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_glass_55_fbf9ee_1x400.png b/src/Ombi/wwwroot/images/ui-bg_glass_55_fbf9ee_1x400.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_glass_55_fbf9ee_1x400.png rename to src/Ombi/wwwroot/images/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_glass_65_ffffff_1x400.png b/src/Ombi/wwwroot/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_glass_65_ffffff_1x400.png rename to src/Ombi/wwwroot/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_glass_75_dadada_1x400.png b/src/Ombi/wwwroot/images/ui-bg_glass_75_dadada_1x400.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_glass_75_dadada_1x400.png rename to src/Ombi/wwwroot/images/ui-bg_glass_75_dadada_1x400.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_glass_75_e6e6e6_1x400.png b/src/Ombi/wwwroot/images/ui-bg_glass_75_e6e6e6_1x400.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_glass_75_e6e6e6_1x400.png rename to src/Ombi/wwwroot/images/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_glass_95_fef1ec_1x400.png b/src/Ombi/wwwroot/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_glass_95_fef1ec_1x400.png rename to src/Ombi/wwwroot/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/Ombi/Ombi/wwwroot/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/src/Ombi/wwwroot/images/ui-bg_highlight-soft_75_cccccc_1x100.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-bg_highlight-soft_75_cccccc_1x100.png rename to src/Ombi/wwwroot/images/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/Ombi/Ombi/wwwroot/images/ui-icons_222222_256x240.png b/src/Ombi/wwwroot/images/ui-icons_222222_256x240.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-icons_222222_256x240.png rename to src/Ombi/wwwroot/images/ui-icons_222222_256x240.png diff --git a/Ombi/Ombi/wwwroot/images/ui-icons_2e83ff_256x240.png b/src/Ombi/wwwroot/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-icons_2e83ff_256x240.png rename to src/Ombi/wwwroot/images/ui-icons_2e83ff_256x240.png diff --git a/Ombi/Ombi/wwwroot/images/ui-icons_454545_256x240.png b/src/Ombi/wwwroot/images/ui-icons_454545_256x240.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-icons_454545_256x240.png rename to src/Ombi/wwwroot/images/ui-icons_454545_256x240.png diff --git a/Ombi/Ombi/wwwroot/images/ui-icons_cd0a0a_256x240.png b/src/Ombi/wwwroot/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-icons_cd0a0a_256x240.png rename to src/Ombi/wwwroot/images/ui-icons_cd0a0a_256x240.png diff --git a/Ombi/Ombi/wwwroot/images/ui-icons_ffffff_256x240.png b/src/Ombi/wwwroot/images/ui-icons_ffffff_256x240.png similarity index 100% rename from Ombi/Ombi/wwwroot/images/ui-icons_ffffff_256x240.png rename to src/Ombi/wwwroot/images/ui-icons_ffffff_256x240.png diff --git a/Ombi/Ombi/wwwroot/systemjs.config.js b/src/Ombi/wwwroot/systemjs.config.js similarity index 100% rename from Ombi/Ombi/wwwroot/systemjs.config.js rename to src/Ombi/wwwroot/systemjs.config.js diff --git a/Ombi/Ombi/wwwroot/systemjs.config.js.map b/src/Ombi/wwwroot/systemjs.config.js.map similarity index 100% rename from Ombi/Ombi/wwwroot/systemjs.config.js.map rename to src/Ombi/wwwroot/systemjs.config.js.map diff --git a/Ombi/Ombi/wwwroot/systemjs.config.ts b/src/Ombi/wwwroot/systemjs.config.ts similarity index 100% rename from Ombi/Ombi/wwwroot/systemjs.config.ts rename to src/Ombi/wwwroot/systemjs.config.ts