Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.7k stars 395 forks source link

Newsletter Not Sending #3001

Closed DillonsFlix closed 4 years ago

DillonsFlix commented 5 years ago

Describe the bug I have my newsletter set to send every Tuesday and Friday at 4pm. For a long time now the newsletter doesn't send on that schedule or via the trigger now button. When I use the test button it will send a test email but the content is not the last 10 movies and TV shows that were added. They are titles that were added a long time ago.

Logs (Logs directory where Ombi is located) The only time I see logs that pertain to the newsletter is when I use the Test button.

2019-06-05 23:10:09.480 -05:00 [Information] Plex Movies to send: 0 2019-06-05 23:10:09.481 -05:00 [Information] Emby Movies to send: 0 2019-06-05 23:10:09.481 -05:00 [Information] Albums to send: 0 2019-06-05 23:11:28.486 -05:00 [Information] Plex Episodes to send: 32 2019-06-05 23:11:28.486 -05:00 [Information] Emby Episodes to send: 0

Desktop (please complete the following information):

Ombi Version (please complete the following information):

tidusjar commented 5 years ago

Can you change the appsettings.json file, can you set the log levels to debug?

DillonsFlix commented 5 years ago

Here is what my current appsettings.json looks like. Is it already set to debug?

image

tidusjar commented 5 years ago

Can you also set Microsoft to debug?

DillonsFlix commented 5 years ago

Did that and then told it to trigger the newsletter. Here are the log files.

2019-06-07 22:49:50.710 -05:00 [Information] Request starting HTTP/1.1 GET http://ombi.dillonsflix.com/api/v1/Settings/notifications/newsletter application/json
2019-06-07 22:49:50.710 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:37546"
2019-06-07 22:49:50.710 -05:00 [Debug] The request path "/api/v1/Settings/notifications/newsletter" does not match a supported file type
2019-06-07 22:49:50.710 -05:00 [Information] Successfully validated the token.
2019-06-07 22:49:50.710 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-07 22:49:50.710 -05:00 [Debug] The request path "" does not match the path filter
2019-06-07 22:49:50.710 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/notifications/newsletter"'
2019-06-07 22:49:50.710 -05:00 [Debug] Action '"Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)"' with id '"f61f7840-6b61-481f-b579-39ed44ef2c4f"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"'
2019-06-07 22:49:50.714 -05:00 [Information] Route matched with "{action = \"NewsletterSettings\", controller = \"Settings\"}". Executing action "Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)"
2019-06-07 22:49:50.714 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-07 22:49:50.714 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-07 22:49:50.714 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-07 22:49:50.714 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-07 22:49:50.714 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-07 22:49:50.714 -05:00 [Information] Authorization was successful.
2019-06-07 22:49:50.714 -05:00 [Information] Executing action method "Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)" - Validation state: Valid
2019-06-07 22:49:50.732 -05:00 [Information] Executed action method "Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 17.6228ms.
2019-06-07 22:49:50.732 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-07 22:49:50.732 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-07 22:49:50.732 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-07 22:49:50.732 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-07 22:49:50.732 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.UI.NewsletterNotificationViewModel"'.
2019-06-07 22:49:50.735 -05:00 [Information] Executed action "Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)" in 21.2349ms
2019-06-07 22:49:50.735 -05:00 [Debug] Connection id ""0HLNBO7J689RV"" completed keep alive response.
2019-06-07 22:49:50.735 -05:00 [Information] Request finished in 25.3749ms 200 application/json; charset=utf-8
2019-06-07 22:49:53.847 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/Job/newsletter/ application/json 187
2019-06-07 22:49:53.847 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:37546"
2019-06-07 22:49:53.847 -05:00 [Debug] "POST" requests are not supported
2019-06-07 22:49:53.847 -05:00 [Information] Successfully validated the token.
2019-06-07 22:49:53.847 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-07 22:49:53.847 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-07 22:49:53.848 -05:00 [Information] CORS policy execution successful.
2019-06-07 22:49:53.848 -05:00 [Debug] "POST" requests are not supported
2019-06-07 22:49:53.848 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Job/newsletter"'
2019-06-07 22:49:53.849 -05:00 [Information] Route matched with "{action = \"StartNewsletter\", controller = \"Job\"}". Executing action "Ombi.Controllers.JobController.StartNewsletter (Ombi)"
2019-06-07 22:49:53.849 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-07 22:49:53.849 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-07 22:49:53.849 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-07 22:49:53.849 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-07 22:49:53.849 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-07 22:49:53.849 -05:00 [Information] Authorization was successful.
2019-06-07 22:49:53.851 -05:00 [Information] Executing action method "Ombi.Controllers.JobController.StartNewsletter (Ombi)" - Validation state: Valid
2019-06-07 22:49:53.933 -05:00 [Information] Executed action method "Ombi.Controllers.JobController.StartNewsletter (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 82.2371ms.
2019-06-07 22:49:53.933 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-07 22:49:53.933 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-07 22:49:53.933 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-07 22:49:53.933 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-07 22:49:53.933 -05:00 [Information] Executing ObjectResult, writing value of type '"System.Boolean"'.
2019-06-07 22:49:53.933 -05:00 [Information] Executed action "Ombi.Controllers.JobController.StartNewsletter (Ombi)" in 84.1649ms
2019-06-07 22:49:53.933 -05:00 [Debug] Connection id ""0HLNBO7J689RV"" completed keep alive response.
2019-06-07 22:49:53.933 -05:00 [Information] Request finished in 86.203ms 200 application/json; charset=utf-8
2019-06-07 22:49:53.933 -05:00 [Debug] Connection id ""0HLNBO7J689RV"", Request id ""0HLNBO7J689RV:00000002"": started reading request body.
2019-06-07 22:49:53.936 -05:00 [Information] Connection id ""0HLNBO7J689RV"", Request id ""0HLNBO7J689RV:00000002"": the application completed without reading the entire request body.
2019-06-07 22:49:53.936 -05:00 [Debug] Connection id ""0HLNBO7J689RV"", Request id ""0HLNBO7J689RV:00000002"": done reading request body

`

DillonsFlix commented 5 years ago

I should also note that I have the Newsletter job set to every 5 minutes. There do not appear to be any log entries in relation to the scheduled job.

tidusjar commented 5 years ago

It's most likely that the Ombi Plex scanner is not working as expected. Can you run the manual sync in the please settings

DillonsFlix commented 5 years ago

I did both a full sync and a recently added sync. Here are the logs from the recently added sync.

2019-06-08 19:47:38.638 -05:00 [Information] Request starting HTTP/1.1 GET http://ombi.dillonsflix.com/api/v1/Settings/Plex/ application/json
2019-06-08 19:47:38.638 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:45834"
2019-06-08 19:47:38.638 -05:00 [Debug] The request path "/api/v1/Settings/Plex/" does not match a supported file type
2019-06-08 19:47:38.639 -05:00 [Information] Successfully validated the token.
2019-06-08 19:47:38.639 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 19:47:38.639 -05:00 [Debug] The request path "" does not match the path filter
2019-06-08 19:47:38.639 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Settings/plex"'
2019-06-08 19:47:38.639 -05:00 [Debug] Action '"Ombi.Controllers.SettingsController.PlexSettings (Ombi)"' with id '"c15b4d07-c5c6-42f7-9d58-dbf84265520c"' did not match the constraint '"Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint"'
2019-06-08 19:47:38.639 -05:00 [Information] Route matched with "{action = \"PlexSettings\", controller = \"Settings\"}". Executing action "Ombi.Controllers.SettingsController.PlexSettings (Ombi)"
2019-06-08 19:47:38.639 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 19:47:38.639 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 19:47:38.639 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 19:47:38.639 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 19:47:38.639 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 19:47:38.639 -05:00 [Information] Authorization was successful.
2019-06-08 19:47:38.639 -05:00 [Information] Executing action method "Ombi.Controllers.SettingsController.PlexSettings (Ombi)" - Validation state: Valid
2019-06-08 19:47:38.639 -05:00 [Information] Executed action method "Ombi.Controllers.SettingsController.PlexSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 0.0177ms.
2019-06-08 19:47:38.639 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 19:47:38.639 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 19:47:38.639 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 19:47:38.640 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 19:47:38.640 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Settings.Models.External.PlexSettings"'.
2019-06-08 19:47:38.640 -05:00 [Information] Executed action "Ombi.Controllers.SettingsController.PlexSettings (Ombi)" in 0.5937ms
2019-06-08 19:47:38.640 -05:00 [Debug] Connection id ""0HLNBTGD52LMV"" completed keep alive response.
2019-06-08 19:47:38.640 -05:00 [Information] Request finished in 1.3868ms 200 application/json; charset=utf-8
2019-06-08 19:47:44.058 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/Job/plexrecentlyadded/ application/json 187
2019-06-08 19:47:44.058 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:45834"
2019-06-08 19:47:44.058 -05:00 [Debug] "POST" requests are not supported
2019-06-08 19:47:44.058 -05:00 [Information] Successfully validated the token.
2019-06-08 19:47:44.058 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 19:47:44.058 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 19:47:44.058 -05:00 [Information] CORS policy execution successful.
2019-06-08 19:47:44.058 -05:00 [Debug] "POST" requests are not supported
2019-06-08 19:47:44.058 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Job/plexrecentlyadded"'
2019-06-08 19:47:44.058 -05:00 [Information] Route matched with "{action = \"StartRecentlyAdded\", controller = \"Job\"}". Executing action "Ombi.Controllers.JobController.StartRecentlyAdded (Ombi)"
2019-06-08 19:47:44.058 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 19:47:44.058 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 19:47:44.058 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 19:47:44.058 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 19:47:44.058 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 19:47:44.058 -05:00 [Information] Authorization was successful.
2019-06-08 19:47:44.059 -05:00 [Information] Executing action method "Ombi.Controllers.JobController.StartRecentlyAdded (Ombi)" - Validation state: Valid
2019-06-08 19:47:44.106 -05:00 [Information] Executed action method "Ombi.Controllers.JobController.StartRecentlyAdded (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 46.9743ms.
2019-06-08 19:47:44.106 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 19:47:44.106 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 19:47:44.106 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 19:47:44.106 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 19:47:44.106 -05:00 [Information] Executing ObjectResult, writing value of type '"System.Boolean"'.
2019-06-08 19:47:44.107 -05:00 [Information] Executed action "Ombi.Controllers.JobController.StartRecentlyAdded (Ombi)" in 48.139ms
2019-06-08 19:47:44.107 -05:00 [Debug] Connection id ""0HLNBTGD52LMV"" completed keep alive response.
2019-06-08 19:47:44.107 -05:00 [Information] Request finished in 49.0393ms 200 application/json; charset=utf-8
2019-06-08 19:47:44.107 -05:00 [Debug] Connection id ""0HLNBTGD52LMV"", Request id ""0HLNBTGD52LMV:00000002"": started reading request body.
2019-06-08 19:47:44.107 -05:00 [Information] Connection id ""0HLNBTGD52LMV"", Request id ""0HLNBTGD52LMV:00000002"": the application completed without reading the entire request body.
2019-06-08 19:47:44.107 -05:00 [Debug] Connection id ""0HLNBTGD52LMV"", Request id ""0HLNBTGD52LMV:00000002"": done reading request body.

I then added a title which I confirmed showed up as available on plex in Ombi. Here are the logs from that period of time.

2019-06-08 20:14:05.782 -05:00 [Information] Route matched with "{action = \"GetTvBanner\", controller = \"Images\"}". Executing action "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)"
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["None"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["None"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.782 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.782 -05:00 [Debug] Attempting to bind parameter '"tvdbid"' of type '"System.Int32"' ...
2019-06-08 20:14:05.782 -05:00 [Debug] Attempting to bind parameter '"tvdbid"' of type '"System.Int32"' ...
2019-06-08 20:14:05.782 -05:00 [Debug] Attempting to bind model of type '"System.Int32"' using the name '"tvdbid"' in request data ...
2019-06-08 20:14:05.782 -05:00 [Debug] Attempting to bind model of type '"System.Int32"' using the name '"tvdbid"' in request data ...
2019-06-08 20:14:05.782 -05:00 [Debug] Done attempting to bind model of type '"System.Int32"' using the name '"tvdbid"'.
2019-06-08 20:14:05.782 -05:00 [Debug] Done attempting to bind model of type '"System.Int32"' using the name '"tvdbid"'.
2019-06-08 20:14:05.782 -05:00 [Debug] Done attempting to bind parameter '"tvdbid"' of type '"System.Int32"'.
2019-06-08 20:14:05.782 -05:00 [Debug] Done attempting to bind parameter '"tvdbid"' of type '"System.Int32"'.
2019-06-08 20:14:05.782 -05:00 [Information] Executing action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" with arguments (["257655"]) - Validation state: Valid
2019-06-08 20:14:05.782 -05:00 [Information] Executing action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" with arguments (["80379"]) - Validation state: Valid
2019-06-08 20:14:05.785 -05:00 [Debug] Connection id ""0HLNBTGD52LN9"" started.
2019-06-08 20:14:05.786 -05:00 [Information] Request starting HTTP/1.1 GET http://ombi.dillonsflix.com/api/v1/Images/tv/79349 application/json
2019-06-08 20:14:05.786 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56772"
2019-06-08 20:14:05.786 -05:00 [Debug] The request path "/api/v1/Images/tv/79349" does not match a supported file type
2019-06-08 20:14:05.786 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.786 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.786 -05:00 [Debug] The request path "" does not match the path filter
2019-06-08 20:14:05.786 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Images/tv/{tvdbid}"'
2019-06-08 20:14:05.786 -05:00 [Information] Route matched with "{action = \"GetTvBanner\", controller = \"Images\"}". Executing action "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)"
2019-06-08 20:14:05.786 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["None"]
2019-06-08 20:14:05.786 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.786 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.786 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.786 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.786 -05:00 [Debug] Attempting to bind parameter '"tvdbid"' of type '"System.Int32"' ...
2019-06-08 20:14:05.786 -05:00 [Debug] Attempting to bind model of type '"System.Int32"' using the name '"tvdbid"' in request data ...
2019-06-08 20:14:05.786 -05:00 [Debug] Done attempting to bind model of type '"System.Int32"' using the name '"tvdbid"'.
2019-06-08 20:14:05.786 -05:00 [Debug] Done attempting to bind parameter '"tvdbid"' of type '"System.Int32"'.
2019-06-08 20:14:05.786 -05:00 [Information] Executing action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" with arguments (["79349"]) - Validation state: Valid
2019-06-08 20:14:05.790 -05:00 [Debug] Connection id ""0HLNBTGD52LNA"" started.
2019-06-08 20:14:05.791 -05:00 [Information] Request starting HTTP/1.1 GET http://ombi.dillonsflix.com/api/v1/Images/tv/73739 application/json
2019-06-08 20:14:05.791 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56774"
2019-06-08 20:14:05.791 -05:00 [Debug] The request path "/api/v1/Images/tv/73739" does not match a supported file type
2019-06-08 20:14:05.791 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.791 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.791 -05:00 [Debug] The request path "" does not match the path filter
2019-06-08 20:14:05.791 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Images/tv/{tvdbid}"'
2019-06-08 20:14:05.791 -05:00 [Information] Route matched with "{action = \"GetTvBanner\", controller = \"Images\"}". Executing action "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)"
2019-06-08 20:14:05.791 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["None"]
2019-06-08 20:14:05.791 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.791 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.791 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.791 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.791 -05:00 [Debug] Attempting to bind parameter '"tvdbid"' of type '"System.Int32"' ...
2019-06-08 20:14:05.791 -05:00 [Debug] Attempting to bind model of type '"System.Int32"' using the name '"tvdbid"' in request data ...
2019-06-08 20:14:05.791 -05:00 [Debug] Done attempting to bind model of type '"System.Int32"' using the name '"tvdbid"'.
2019-06-08 20:14:05.791 -05:00 [Debug] Done attempting to bind parameter '"tvdbid"' of type '"System.Int32"'.
2019-06-08 20:14:05.791 -05:00 [Information] Executing action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" with arguments (["73739"]) - Validation state: Valid
2019-06-08 20:14:05.796 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"" started.
2019-06-08 20:14:05.796 -05:00 [Information] Request starting HTTP/1.1 GET http://ombi.dillonsflix.com/api/v1/search/Tv/info/73739 application/json
2019-06-08 20:14:05.796 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56776"
2019-06-08 20:14:05.796 -05:00 [Debug] The request path "/api/v1/search/Tv/info/73739" does not match a supported file type
2019-06-08 20:14:05.796 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.796 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.796 -05:00 [Debug] The request path "" does not match the path filter
2019-06-08 20:14:05.797 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/tv/info/{tvdbId}"'
2019-06-08 20:14:05.797 -05:00 [Information] Route matched with "{action = \"GetShowInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)"
2019-06-08 20:14:05.797 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.797 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.797 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.797 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.797 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.797 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.798 -05:00 [Debug] Attempting to bind parameter '"tvdbId"' of type '"System.Int32"' ...
2019-06-08 20:14:05.798 -05:00 [Debug] Attempting to bind model of type '"System.Int32"' using the name '"tvdbId"' in request data ...
2019-06-08 20:14:05.798 -05:00 [Debug] Done attempting to bind model of type '"System.Int32"' using the name '"tvdbId"'.
2019-06-08 20:14:05.798 -05:00 [Debug] Done attempting to bind parameter '"tvdbId"' of type '"System.Int32"'.
2019-06-08 20:14:05.798 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" with arguments (["73739"]) - Validation state: Valid
2019-06-08 20:14:05.814 -05:00 [Information] Executed action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 27.8669ms.
2019-06-08 20:14:05.814 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:05.818 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:05.818 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:05.818 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:05.818 -05:00 [Information] Executing ObjectResult, writing value of type '"System.String"'.
2019-06-08 20:14:05.818 -05:00 [Information] Executed action "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" in 31.787ms
2019-06-08 20:14:05.818 -05:00 [Debug] Connection id ""0HLNBTGD52LN9"" completed keep alive response.
2019-06-08 20:14:05.818 -05:00 [Information] Request finished in 32.395ms 200 application/json; charset=utf-8
2019-06-08 20:14:05.839 -05:00 [Information] Executed action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 56.8707ms.
2019-06-08 20:14:05.839 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:05.839 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:05.840 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:05.840 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:05.840 -05:00 [Information] Executed action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 57.1409ms.
2019-06-08 20:14:05.840 -05:00 [Information] Executing ObjectResult, writing value of type '"System.String"'.
2019-06-08 20:14:05.840 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:05.840 -05:00 [Information] Executed action "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" in 57.4804ms
2019-06-08 20:14:05.840 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:05.840 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"" completed keep alive response.
2019-06-08 20:14:05.840 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:05.840 -05:00 [Information] Request finished in 58.3863ms 200 application/json; charset=utf-8
2019-06-08 20:14:05.840 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:05.840 -05:00 [Information] Executing ObjectResult, writing value of type '"System.String"'.
2019-06-08 20:14:05.840 -05:00 [Information] Executed action "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" in 57.6672ms
2019-06-08 20:14:05.840 -05:00 [Debug] Connection id ""0HLNBTGD52LN2"" completed keep alive response.
2019-06-08 20:14:05.840 -05:00 [Information] Request finished in 58.5353ms 200 application/json; charset=utf-8
2019-06-08 20:14:05.846 -05:00 [Information] Executed action method "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 54.7341ms.
2019-06-08 20:14:05.846 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:05.846 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:05.846 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:05.846 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:05.846 -05:00 [Information] Executing ObjectResult, writing value of type '"System.String"'.
2019-06-08 20:14:05.846 -05:00 [Information] Executed action "Ombi.Controllers.ImagesController.GetTvBanner (Ombi)" in 55.26ms
2019-06-08 20:14:05.847 -05:00 [Debug] Connection id ""0HLNBTGD52LNA"" completed keep alive response.
2019-06-08 20:14:05.847 -05:00 [Information] Request finished in 55.9646ms 200 application/json; charset=utf-8
2019-06-08 20:14:05.899 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.900 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56774"
2019-06-08 20:14:05.900 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.900 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.900 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.900 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.900 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.900 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.900 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.900 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.900 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.900 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.900 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.900 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.900 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.900 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.901 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.901 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.902 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.902 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.902 -05:00 [Debug] Connection id ""0HLNBTGD52LNA"", Request id ""0HLNBTGD52LNA:00000002"": started reading request body.
2019-06-08 20:14:05.902 -05:00 [Debug] Connection id ""0HLNBTGD52LNA"", Request id ""0HLNBTGD52LNA:00000002"": done reading request body.
2019-06-08 20:14:05.902 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.902 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.902 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.907 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.907 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56752"
2019-06-08 20:14:05.907 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.907 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.907 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.908 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.908 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.908 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.908 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.908 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.908 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.908 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.908 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.908 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.908 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.908 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.913 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.913 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.913 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56772"
2019-06-08 20:14:05.913 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56758"
2019-06-08 20:14:05.913 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.914 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.914 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.914 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.914 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.914 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.914 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.914 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.914 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.914 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.914 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.914 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.914 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.914 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.914 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.914 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.914 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.914 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.914 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.914 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.914 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.914 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.914 -05:00 [Debug] Connection id ""0HLNBTGD52LN2"", Request id ""0HLNBTGD52LN2:00000003"": started reading request body.
2019-06-08 20:14:05.914 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.914 -05:00 [Debug] Connection id ""0HLNBTGD52LN2"", Request id ""0HLNBTGD52LN2:00000003"": done reading request body.
2019-06-08 20:14:05.914 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.914 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.914 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.915 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.915 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.915 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.915 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.915 -05:00 [Debug] Connection id ""0HLNBTGD52LN9"", Request id ""0HLNBTGD52LN9:00000002"": started reading request body.
2019-06-08 20:14:05.916 -05:00 [Debug] Connection id ""0HLNBTGD52LN9"", Request id ""0HLNBTGD52LN9:00000002"": done reading request body.
2019-06-08 20:14:05.916 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.916 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.916 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.916 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.916 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.916 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.916 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.916 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000003"": started reading request body.
2019-06-08 20:14:05.916 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000003"": done reading request body.
2019-06-08 20:14:05.916 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.916 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.916 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.916 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"" started.
2019-06-08 20:14:05.917 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.917 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56778"
2019-06-08 20:14:05.917 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.917 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.917 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.917 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.917 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.917 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.917 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.917 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.917 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.917 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.917 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.917 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.917 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.917 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.918 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.918 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.918 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.918 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.918 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000001"": started reading request body.
2019-06-08 20:14:05.918 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000001"": done reading request body.
2019-06-08 20:14:05.919 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.919 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.919 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.922 -05:00 [Debug] Connection id ""0HLNBTGD52LND"" started.
2019-06-08 20:14:05.922 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.922 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56780"
2019-06-08 20:14:05.922 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.922 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.923 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.923 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.923 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.923 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.923 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.923 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.923 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.923 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.923 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.923 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.923 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.923 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.923 -05:00 [Debug] Connection id ""0HLNBTGD52LNE"" started.
2019-06-08 20:14:05.923 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.923 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56782"
2019-06-08 20:14:05.923 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.923 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.923 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.923 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.924 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.924 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.924 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.924 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.924 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.924 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.924 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.924 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.924 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.924 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.925 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.925 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.925 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.925 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.925 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000001"": started reading request body.
2019-06-08 20:14:05.925 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000001"": done reading request body.
2019-06-08 20:14:05.925 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.925 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.925 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.925 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"" started.
2019-06-08 20:14:05.925 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.925 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56784"
2019-06-08 20:14:05.925 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.925 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.925 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.926 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.926 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.926 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.926 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.926 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.926 -05:00 [Debug] Connection id ""0HLNBTGD52LNE"", Request id ""0HLNBTGD52LNE:00000001"": started reading request body.
2019-06-08 20:14:05.926 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.926 -05:00 [Debug] Connection id ""0HLNBTGD52LNE"", Request id ""0HLNBTGD52LNE:00000001"": done reading request body.
2019-06-08 20:14:05.926 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.926 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.926 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.926 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.926 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.926 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.926 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.926 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.926 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.926 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.926 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.926 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.927 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.927 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.927 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.927 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.927 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000001"": started reading request body.
2019-06-08 20:14:05.927 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000001"": done reading request body.
2019-06-08 20:14:05.927 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.927 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.927 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.929 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 150.3704ms.
2019-06-08 20:14:05.930 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:05.930 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:05.930 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:05.930 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:05.930 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:05.930 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 152.0413ms
2019-06-08 20:14:05.930 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"" completed keep alive response.
2019-06-08 20:14:05.930 -05:00 [Information] Request finished in 152.8303ms 200 application/json; charset=utf-8
2019-06-08 20:14:05.934 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.935 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56756"
2019-06-08 20:14:05.935 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.935 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.935 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.935 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.935 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.935 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.935 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.935 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.935 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.935 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.935 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.935 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.935 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.935 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.936 -05:00 [Debug] Connection id ""0HLNBTGD52LNG"" started.
2019-06-08 20:14:05.936 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:05.936 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56786"
2019-06-08 20:14:05.936 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.937 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:05.937 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:05.937 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:05.937 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:05.937 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:05.937 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:05.937 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:05.937 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:05.937 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:05.937 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:05.937 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:05.937 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:05.937 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:05.937 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.937 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.938 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.938 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.938 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000003"": started reading request body.
2019-06-08 20:14:05.938 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000003"": done reading request body.
2019-06-08 20:14:05.938 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.938 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.938 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:05.938 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 162.6627ms.
2019-06-08 20:14:05.939 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:05.939 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:05.939 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:05.939 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:05.939 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:05.944 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:05.944 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:05.944 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 170.3584ms
2019-06-08 20:14:05.944 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.944 -05:00 [Debug] Connection id ""0HLNBTGD52LN1"" completed keep alive response.
2019-06-08 20:14:05.944 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:05.944 -05:00 [Information] Request finished in 171.2577ms 200 application/json; charset=utf-8
2019-06-08 20:14:05.944 -05:00 [Debug] Connection id ""0HLNBTGD52LNG"", Request id ""0HLNBTGD52LNG:00000001"": started reading request body.
2019-06-08 20:14:05.944 -05:00 [Debug] Connection id ""0HLNBTGD52LNG"", Request id ""0HLNBTGD52LNG:00000001"": done reading request body.
2019-06-08 20:14:05.944 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:05.944 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:05.944 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:06.158 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 830.4605ms.
2019-06-08 20:14:06.158 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:06.158 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:06.158 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:06.158 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:06.158 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:06.160 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 833.9785ms
2019-06-08 20:14:06.160 -05:00 [Debug] Connection id ""0HLNBTGD52LN6"" completed keep alive response.
2019-06-08 20:14:06.160 -05:00 [Information] Request finished in 834.8419ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.166 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 249.9413ms.
2019-06-08 20:14:06.166 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.166 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 251.8214ms
2019-06-08 20:14:06.166 -05:00 [Debug] Connection id ""0HLNBTGD52LN9"" completed keep alive response.
2019-06-08 20:14:06.166 -05:00 [Information] Request finished in 252.9628ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.174 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 271.7829ms.
2019-06-08 20:14:06.174 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.174 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 273.8309ms
2019-06-08 20:14:06.174 -05:00 [Debug] Connection id ""0HLNBTGD52LNA"" completed keep alive response.
2019-06-08 20:14:06.174 -05:00 [Information] Request finished in 274.648ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.189 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 274.9825ms.
2019-06-08 20:14:06.190 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.190 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 281.422ms
2019-06-08 20:14:06.190 -05:00 [Debug] Connection id ""0HLNBTGD52LN2"" completed keep alive response.
2019-06-08 20:14:06.190 -05:00 [Information] Request finished in 282.832ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.235 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 290.3718ms.
2019-06-08 20:14:06.235 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.235 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 297.9281ms
2019-06-08 20:14:06.235 -05:00 [Debug] Connection id ""0HLNBTGD52LNG"" completed keep alive response.
2019-06-08 20:14:06.235 -05:00 [Information] Request finished in 298.7428ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.246 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 320.4017ms.
2019-06-08 20:14:06.246 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.247 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 322.7933ms
2019-06-08 20:14:06.247 -05:00 [Debug] Connection id ""0HLNBTGD52LNE"" completed keep alive response.
2019-06-08 20:14:06.247 -05:00 [Information] Request finished in 323.5517ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.260 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 344.0897ms.
2019-06-08 20:14:06.261 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.261 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 346.5721ms
2019-06-08 20:14:06.261 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"" completed keep alive response.
2019-06-08 20:14:06.261 -05:00 [Information] Request finished in 347.6427ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.261 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 335.8014ms.
2019-06-08 20:14:06.261 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.261 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 338.126ms
2019-06-08 20:14:06.261 -05:00 [Debug] Connection id ""0HLNBTGD52LND"" completed keep alive response.
2019-06-08 20:14:06.261 -05:00 [Information] Request finished in 338.8929ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.268 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 329.7458ms.
2019-06-08 20:14:06.268 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.268 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 332.6176ms
2019-06-08 20:14:06.268 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"" completed keep alive response.
2019-06-08 20:14:06.268 -05:00 [Information] Request finished in 333.6315ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.272 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 345.0465ms.
2019-06-08 20:14:06.272 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.273 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 346.7008ms
2019-06-08 20:14:06.273 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"" completed keep alive response.
2019-06-08 20:14:06.273 -05:00 [Information] Request finished in 347.5268ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.289 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 370.5509ms.
2019-06-08 20:14:06.289 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:06.290 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 372.3785ms
2019-06-08 20:14:06.290 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"" completed keep alive response.
2019-06-08 20:14:06.290 -05:00 [Information] Request finished in 373.1492ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.405 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 659.294ms.
2019-06-08 20:14:06.405 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:06.405 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:06.405 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:06.405 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:06.406 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:06.406 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 662.5416ms
2019-06-08 20:14:06.406 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"" completed keep alive response.
2019-06-08 20:14:06.406 -05:00 [Information] Request finished in 663.5664ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.497 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 699.3612ms.
2019-06-08 20:14:06.498 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:06.498 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:06.498 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:06.498 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:06.498 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:06.498 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 701.3879ms
2019-06-08 20:14:06.498 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"" completed keep alive response.
2019-06-08 20:14:06.498 -05:00 [Information] Request finished in 702.0902ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.586 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 808.8166ms.
2019-06-08 20:14:06.586 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:06.586 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:06.586 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:06.586 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:06.586 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:06.587 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 811.1004ms
2019-06-08 20:14:06.587 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"" completed keep alive response.
2019-06-08 20:14:06.587 -05:00 [Information] Request finished in 811.9019ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.759 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 978.9447ms.
2019-06-08 20:14:06.759 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:06.759 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:06.759 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:06.759 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:06.759 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:06.760 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 981.914ms
2019-06-08 20:14:06.760 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"" completed keep alive response.
2019-06-08 20:14:06.760 -05:00 [Information] Request finished in 982.619ms 200 application/json; charset=utf-8
2019-06-08 20:14:06.836 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetShowInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 1080.184ms.
2019-06-08 20:14:06.837 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:14:06.837 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:14:06.837 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:14:06.837 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:14:06.837 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.Search.SearchTvShowViewModel"'.
2019-06-08 20:14:06.838 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetShowInfo (Ombi)" in 1082.6878ms
2019-06-08 20:14:06.838 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"" completed keep alive response.
2019-06-08 20:14:06.838 -05:00 [Information] Request finished in 1083.4682ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.314 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/ application/json 48
2019-06-08 20:14:09.314 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56754"
2019-06-08 20:14:09.314 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.314 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.314 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.314 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.314 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.314 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.314 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie"'
2019-06-08 20:14:09.314 -05:00 [Information] Route matched with "{action = \"SearchMovie\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.SearchMovie (Ombi)"
2019-06-08 20:14:09.314 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.314 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.314 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.314 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.314 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.314 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.316 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieRefineModel"' ...
2019-06-08 20:14:09.316 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.316 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.317 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.317 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000003"": started reading request body.
2019-06-08 20:14:09.317 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000003"": done reading request body.
2019-06-08 20:14:09.317 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieRefineModel"' using the name '""'.
2019-06-08 20:14:09.317 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieRefineModel"'.
2019-06-08 20:14:09.317 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)" with arguments (["Ombi.Models.SearchMovieRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.317 -05:00 [Debug] Searching : "bulletproof", Year: "(null)", Lang: "en"
2019-06-08 20:14:09.513 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 196.6186ms.
2019-06-08 20:14:09.514 -05:00 [Information] Executing JsonResult, writing value of type '"System.Collections.Generic.List`1[[Ombi.Core.Models.Search.SearchMovieViewModel, Ombi.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
2019-06-08 20:14:09.514 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.SearchMovie (Ombi)" in 199.3097ms
2019-06-08 20:14:09.514 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"" completed keep alive response.
2019-06-08 20:14:09.514 -05:00 [Information] Request finished in 200.3197ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.697 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:09.697 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56754"
2019-06-08 20:14:09.697 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.697 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.697 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.697 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.697 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.697 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.697 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.697 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.697 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.697 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.697 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.697 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.697 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.698 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.699 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.699 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.699 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.699 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.699 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000004"": started reading request body.
2019-06-08 20:14:09.699 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000004"": done reading request body.
2019-06-08 20:14:09.699 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.699 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.699 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.701 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:09.701 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56762"
2019-06-08 20:14:09.701 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.701 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.701 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.701 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.701 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.701 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.701 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.701 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.701 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.702 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.702 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.702 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.702 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.702 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.703 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.703 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.703 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.703 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.703 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"", Request id ""0HLNBTGD52LN7:00000003"": started reading request body.
2019-06-08 20:14:09.703 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"", Request id ""0HLNBTGD52LN7:00000003"": done reading request body.
2019-06-08 20:14:09.703 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.703 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.703 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.708 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:09.708 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56764"
2019-06-08 20:14:09.708 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.708 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.708 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.708 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.708 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.708 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.708 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.708 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.708 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.708 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.708 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.708 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.708 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.708 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.708 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:09.709 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56776"
2019-06-08 20:14:09.709 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.709 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.709 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.709 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.709 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.709 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.709 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.709 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.709 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.709 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.709 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.709 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.709 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.709 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.719 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:09.719 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:09.719 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:09.719 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56784"
2019-06-08 20:14:09.719 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56742"
2019-06-08 20:14:09.719 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:09.719 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.719 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56778"
2019-06-08 20:14:09.719 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56756"
2019-06-08 20:14:09.719 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.720 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.719 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.720 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.720 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.720 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.720 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.720 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.720 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.720 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.720 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.720 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.720 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.720 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.720 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.720 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.720 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.720 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.720 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.720 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.720 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.720 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.720 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.720 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.720 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.720 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.720 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.720 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.720 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.720 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.720 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.720 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.720 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.720 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.720 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"", Request id ""0HLNBTGD52LN8:00000003"": started reading request body.
2019-06-08 20:14:09.720 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.721 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.720 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.720 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.721 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"", Request id ""0HLNBTGD52LN8:00000003"": done reading request body.
2019-06-08 20:14:09.721 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.721 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.721 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.721 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.721 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.721 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.721 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.721 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"", Request id ""0HLNBTGD52LNB:00000002"": started reading request body.
2019-06-08 20:14:09.721 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"", Request id ""0HLNBTGD52LNB:00000002"": done reading request body.
2019-06-08 20:14:09.721 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.721 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.721 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.722 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"", Request id ""0HLNBTGD52LN0:00000006"": started reading request body.
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"", Request id ""0HLNBTGD52LN0:00000006"": done reading request body.
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.722 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.722 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.722 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000002"": started reading request body.
2019-06-08 20:14:09.722 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000002"": done reading request body.
2019-06-08 20:14:09.722 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000002"": started reading request body.
2019-06-08 20:14:09.722 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000002"": done reading request body.
2019-06-08 20:14:09.722 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.722 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.722 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.722 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.722 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.722 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000004"": started reading request body.
2019-06-08 20:14:09.722 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000004"": done reading request body.
2019-06-08 20:14:09.723 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.723 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.723 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.723 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:09.723 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:09.723 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56780"
2019-06-08 20:14:09.723 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56758"
2019-06-08 20:14:09.723 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.723 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.723 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.723 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.723 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:09.723 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.723 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:09.723 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.723 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.723 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:09.723 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:09.723 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.723 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:09.723 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.723 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.723 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:09.723 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.723 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:09.724 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:09.724 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.724 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.725 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.725 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.725 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000002"": started reading request body.
2019-06-08 20:14:09.725 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000002"": done reading request body.
2019-06-08 20:14:09.725 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.725 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.725 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.725 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:09.725 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:09.725 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.725 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:09.725 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000004"": started reading request body.
2019-06-08 20:14:09.725 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000004"": done reading request body.
2019-06-08 20:14:09.725 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:09.725 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:09.726 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:09.831 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 131.556ms.
2019-06-08 20:14:09.831 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.831 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 133.2399ms
2019-06-08 20:14:09.831 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"" completed keep alive response.
2019-06-08 20:14:09.831 -05:00 [Information] Request finished in 133.9903ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.857 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 135.8569ms.
2019-06-08 20:14:09.857 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.857 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 148.0686ms
2019-06-08 20:14:09.857 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"" completed keep alive response.
2019-06-08 20:14:09.857 -05:00 [Information] Request finished in 148.8132ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.860 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 135.3417ms.
2019-06-08 20:14:09.860 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.860 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 136.7677ms
2019-06-08 20:14:09.860 -05:00 [Debug] Connection id ""0HLNBTGD52LND"" completed keep alive response.
2019-06-08 20:14:09.860 -05:00 [Information] Request finished in 137.4997ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.888 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 165.5715ms.
2019-06-08 20:14:09.888 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.888 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 167.4219ms
2019-06-08 20:14:09.888 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"" completed keep alive response.
2019-06-08 20:14:09.888 -05:00 [Information] Request finished in 168.7515ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.891 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 187.7391ms.
2019-06-08 20:14:09.891 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.891 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 189.217ms
2019-06-08 20:14:09.891 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"" completed keep alive response.
2019-06-08 20:14:09.891 -05:00 [Information] Request finished in 189.8815ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.929 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 208.4992ms.
2019-06-08 20:14:09.929 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.929 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 221.0231ms
2019-06-08 20:14:09.929 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"" completed keep alive response.
2019-06-08 20:14:09.930 -05:00 [Information] Request finished in 221.6895ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.961 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 238.5732ms.
2019-06-08 20:14:09.961 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.961 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 240.3565ms
2019-06-08 20:14:09.961 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"" completed keep alive response.
2019-06-08 20:14:09.961 -05:00 [Information] Request finished in 241.6749ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.964 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 238.4351ms.
2019-06-08 20:14:09.964 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.964 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 240.6454ms
2019-06-08 20:14:09.964 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"" completed keep alive response.
2019-06-08 20:14:09.964 -05:00 [Information] Request finished in 241.4266ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.968 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 245.3838ms.
2019-06-08 20:14:09.968 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.968 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 247.2882ms
2019-06-08 20:14:09.968 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"" completed keep alive response.
2019-06-08 20:14:09.968 -05:00 [Information] Request finished in 248.6614ms 200 application/json; charset=utf-8
2019-06-08 20:14:09.988 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 265.2076ms.
2019-06-08 20:14:09.988 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:09.988 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 267.6016ms
2019-06-08 20:14:09.988 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"" completed keep alive response.
2019-06-08 20:14:09.988 -05:00 [Information] Request finished in 268.8712ms 200 application/json; charset=utf-8
2019-06-08 20:14:10.180 -05:00 [Information] Request starting HTTP/1.1 GET http://ombi.dillonsflix.com//images/default_movie_poster.png
2019-06-08 20:14:10.180 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56756"
2019-06-08 20:14:10.180 -05:00 [Information] The file "//images/default_movie_poster.png" was not modified
2019-06-08 20:14:10.180 -05:00 [Debug] Handled. Status code: 304 File: "//images/default_movie_poster.png"
2019-06-08 20:14:10.180 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"" completed keep alive response.
2019-06-08 20:14:10.180 -05:00 [Information] Request finished in 0.3078ms 304 image/png
2019-06-08 20:14:14.647 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/ application/json 38
2019-06-08 20:14:14.647 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56756"
2019-06-08 20:14:14.647 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:14.647 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:14.647 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:14.647 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:14.647 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:14.647 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:14.647 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie"'
2019-06-08 20:14:14.647 -05:00 [Information] Route matched with "{action = \"SearchMovie\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.SearchMovie (Ombi)"
2019-06-08 20:14:14.648 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:14.648 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:14.648 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:14.648 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:14.648 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:14.648 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:14.649 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieRefineModel"' ...
2019-06-08 20:14:14.649 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:14.649 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:14.649 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:14.649 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000006"": started reading request body.
2019-06-08 20:14:14.649 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000006"": done reading request body.
2019-06-08 20:14:14.649 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieRefineModel"' using the name '""'.
2019-06-08 20:14:14.649 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieRefineModel"'.
2019-06-08 20:14:14.649 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)" with arguments (["Ombi.Models.SearchMovieRefineModel"]) - Validation state: Valid
2019-06-08 20:14:14.649 -05:00 [Debug] Searching : "g", Year: "(null)", Lang: "en"
2019-06-08 20:14:14.846 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 196.9889ms.
2019-06-08 20:14:14.846 -05:00 [Information] Executing JsonResult, writing value of type '"System.Collections.Generic.List`1[[Ombi.Core.Models.Search.SearchMovieViewModel, Ombi.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
2019-06-08 20:14:14.846 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.SearchMovie (Ombi)" in 198.7327ms
2019-06-08 20:14:14.846 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"" completed keep alive response.
2019-06-08 20:14:14.847 -05:00 [Information] Request finished in 199.4925ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.022 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:15.022 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56756"
2019-06-08 20:14:15.022 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.022 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.023 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.023 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.023 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.023 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.023 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.023 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.023 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.023 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.023 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.023 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.023 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.023 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.024 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.024 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.024 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.024 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.024 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000007"": started reading request body.
2019-06-08 20:14:15.024 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000007"": done reading request body.
2019-06-08 20:14:15.024 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.024 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.024 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 40
2019-06-08 20:14:15.024 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.024 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56784"
2019-06-08 20:14:15.024 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.025 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.025 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.025 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.025 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.025 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.025 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.025 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.025 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.025 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.025 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.025 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.025 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.025 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.026 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:15.026 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56758"
2019-06-08 20:14:15.026 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.026 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.026 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.026 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.026 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.026 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.026 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.026 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.026 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.026 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.026 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.026 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.027 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.027 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.027 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.027 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.027 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.027 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.027 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000003"": started reading request body.
2019-06-08 20:14:15.027 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000003"": done reading request body.
2019-06-08 20:14:15.027 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.027 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.027 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.028 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.028 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.028 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.028 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.028 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000005"": started reading request body.
2019-06-08 20:14:15.028 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000005"": done reading request body.
2019-06-08 20:14:15.028 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.028 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.028 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.031 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 41
2019-06-08 20:14:15.031 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56742"
2019-06-08 20:14:15.031 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.031 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.031 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.031 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.031 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.031 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.031 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.031 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.031 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.031 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.031 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.031 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.031 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.031 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.032 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:15.032 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56764"
2019-06-08 20:14:15.032 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.032 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.032 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.032 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:15.032 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.032 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.032 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56762"
2019-06-08 20:14:15.032 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.032 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.032 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.032 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.032 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.032 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.032 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.032 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.032 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.032 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.032 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.032 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.032 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.032 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.032 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.032 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.032 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.032 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.033 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.033 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:15.033 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56778"
2019-06-08 20:14:15.033 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.033 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.033 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.033 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.033 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.033 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.033 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.033 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"", Request id ""0HLNBTGD52LN0:00000007"": started reading request body.
2019-06-08 20:14:15.033 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.033 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"", Request id ""0HLNBTGD52LN0:00000007"": done reading request body.
2019-06-08 20:14:15.033 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.033 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.033 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.033 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.033 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.033 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.033 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.033 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.034 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.034 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.034 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.034 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.034 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.034 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"", Request id ""0HLNBTGD52LN8:00000004"": started reading request body.
2019-06-08 20:14:15.034 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"", Request id ""0HLNBTGD52LN8:00000004"": done reading request body.
2019-06-08 20:14:15.034 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.034 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.034 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.034 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.034 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.034 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.034 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.034 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"", Request id ""0HLNBTGD52LN7:00000004"": started reading request body.
2019-06-08 20:14:15.035 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"", Request id ""0HLNBTGD52LN7:00000004"": done reading request body.
2019-06-08 20:14:15.035 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.035 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.035 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.035 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.035 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.035 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.035 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.035 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000003"": started reading request body.
2019-06-08 20:14:15.035 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000003"": done reading request body.
2019-06-08 20:14:15.035 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.035 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.035 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.055 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:15.055 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56780"
2019-06-08 20:14:15.055 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.055 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.055 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.055 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.055 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.055 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.055 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.055 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.055 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.056 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.056 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.056 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.056 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.056 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.057 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.057 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.057 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.057 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.057 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000003"": started reading request body.
2019-06-08 20:14:15.057 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000003"": done reading request body.
2019-06-08 20:14:15.057 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.057 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.057 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.063 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:15.063 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56776"
2019-06-08 20:14:15.063 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.063 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.063 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.063 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.063 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.063 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.063 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.063 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.063 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.063 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.063 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.063 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.064 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.064 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.065 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.065 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.065 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.065 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.065 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"", Request id ""0HLNBTGD52LNB:00000003"": started reading request body.
2019-06-08 20:14:15.065 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"", Request id ""0HLNBTGD52LNB:00000003"": done reading request body.
2019-06-08 20:14:15.065 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.065 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.065 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.065 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:15.065 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56754"
2019-06-08 20:14:15.066 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.066 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:15.066 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:15.066 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:15.066 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:15.066 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:15.066 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:15.066 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:15.066 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:15.066 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:15.066 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:15.066 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:15.066 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:15.066 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:15.070 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:15.070 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:15.070 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.070 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:15.070 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000005"": started reading request body.
2019-06-08 20:14:15.070 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000005"": done reading request body.
2019-06-08 20:14:15.070 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:15.070 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:15.070 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:15.181 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 153.5833ms.
2019-06-08 20:14:15.181 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.182 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 155.0331ms
2019-06-08 20:14:15.182 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"" completed keep alive response.
2019-06-08 20:14:15.182 -05:00 [Information] Request finished in 155.6457ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.182 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 157.6199ms.
2019-06-08 20:14:15.182 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.182 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 159.3597ms
2019-06-08 20:14:15.182 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"" completed keep alive response.
2019-06-08 20:14:15.182 -05:00 [Information] Request finished in 160.1484ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.184 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 150.5069ms.
2019-06-08 20:14:15.184 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.184 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 152.8474ms
2019-06-08 20:14:15.184 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 149.7253ms.
2019-06-08 20:14:15.184 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"" completed keep alive response.
2019-06-08 20:14:15.184 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.184 -05:00 [Information] Request finished in 153.6149ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.184 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 151.9335ms
2019-06-08 20:14:15.184 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"" completed keep alive response.
2019-06-08 20:14:15.184 -05:00 [Information] Request finished in 152.6618ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.194 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 166.4229ms.
2019-06-08 20:14:15.194 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.194 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 168.7753ms
2019-06-08 20:14:15.194 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"" completed keep alive response.
2019-06-08 20:14:15.194 -05:00 [Information] Request finished in 169.5599ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.194 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 159.6239ms.
2019-06-08 20:14:15.194 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.194 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 161.772ms
2019-06-08 20:14:15.194 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"" completed keep alive response.
2019-06-08 20:14:15.195 -05:00 [Information] Request finished in 162.5381ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.196 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 160.6301ms.
2019-06-08 20:14:15.196 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.196 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 162.1544ms
2019-06-08 20:14:15.196 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"" completed keep alive response.
2019-06-08 20:14:15.196 -05:00 [Information] Request finished in 162.8193ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.201 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 136.393ms.
2019-06-08 20:14:15.201 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.202 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 138.0134ms
2019-06-08 20:14:15.202 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"" completed keep alive response.
2019-06-08 20:14:15.202 -05:00 [Information] Request finished in 138.8155ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.206 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 136.0092ms.
2019-06-08 20:14:15.206 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.206 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 140.4279ms
2019-06-08 20:14:15.206 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"" completed keep alive response.
2019-06-08 20:14:15.206 -05:00 [Information] Request finished in 141.0102ms 200 application/json; charset=utf-8
2019-06-08 20:14:15.209 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 151.7909ms.
2019-06-08 20:14:15.209 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:15.209 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 153.5511ms
2019-06-08 20:14:15.209 -05:00 [Debug] Connection id ""0HLNBTGD52LND"" completed keep alive response.
2019-06-08 20:14:15.209 -05:00 [Information] Request finished in 154.3322ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.297 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/ application/json 45
2019-06-08 20:14:22.297 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56780"
2019-06-08 20:14:22.297 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.297 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.297 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.297 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.297 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.297 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.297 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie"'
2019-06-08 20:14:22.297 -05:00 [Information] Route matched with "{action = \"SearchMovie\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.SearchMovie (Ombi)"
2019-06-08 20:14:22.298 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.298 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.298 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.298 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.298 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.298 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.299 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieRefineModel"' ...
2019-06-08 20:14:22.299 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.299 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.299 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.299 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000004"": started reading request body.
2019-06-08 20:14:22.299 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000004"": done reading request body.
2019-06-08 20:14:22.299 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieRefineModel"' using the name '""'.
2019-06-08 20:14:22.299 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieRefineModel"'.
2019-06-08 20:14:22.299 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)" with arguments (["Ombi.Models.SearchMovieRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.299 -05:00 [Debug] Searching : "garfield", Year: "(null)", Lang: "en"
2019-06-08 20:14:22.481 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.SearchMovie (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 181.4678ms.
2019-06-08 20:14:22.481 -05:00 [Information] Executing JsonResult, writing value of type '"System.Collections.Generic.List`1[[Ombi.Core.Models.Search.SearchMovieViewModel, Ombi.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]]"'.
2019-06-08 20:14:22.481 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.SearchMovie (Ombi)" in 183.4802ms
2019-06-08 20:14:22.481 -05:00 [Debug] Connection id ""0HLNBTGD52LND"" completed keep alive response.
2019-06-08 20:14:22.481 -05:00 [Information] Request finished in 184.3649ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.656 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 41
2019-06-08 20:14:22.656 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56780"
2019-06-08 20:14:22.656 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.656 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.656 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.656 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.656 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.656 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.656 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.656 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.656 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.657 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.657 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.657 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.657 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.657 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.658 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.658 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.658 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.658 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.658 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000005"": started reading request body.
2019-06-08 20:14:22.658 -05:00 [Debug] Connection id ""0HLNBTGD52LND"", Request id ""0HLNBTGD52LND:00000005"": done reading request body.
2019-06-08 20:14:22.658 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.658 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.658 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.659 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:22.659 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56754"
2019-06-08 20:14:22.659 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.660 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.660 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.660 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.660 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.660 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.660 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.660 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.660 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.660 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.660 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.660 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.660 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.660 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.661 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.661 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.661 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.661 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.661 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000006"": started reading request body.
2019-06-08 20:14:22.661 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"", Request id ""0HLNBTGD52LN3:00000006"": done reading request body.
2019-06-08 20:14:22.661 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.661 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.661 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.661 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 41
2019-06-08 20:14:22.661 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56776"
2019-06-08 20:14:22.661 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.662 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.662 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.662 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.662 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.662 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.662 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.662 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.662 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.662 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.662 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.662 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.662 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.662 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.663 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.663 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.663 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.663 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.663 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"", Request id ""0HLNBTGD52LNB:00000004"": started reading request body.
2019-06-08 20:14:22.663 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"", Request id ""0HLNBTGD52LNB:00000004"": done reading request body.
2019-06-08 20:14:22.663 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.663 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.663 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.663 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:22.663 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56778"
2019-06-08 20:14:22.663 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.663 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.663 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.663 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.663 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.663 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.663 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.663 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.663 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.663 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.664 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.664 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.664 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.664 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.665 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.665 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.665 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.665 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.665 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000004"": started reading request body.
2019-06-08 20:14:22.665 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"", Request id ""0HLNBTGD52LNC:00000004"": done reading request body.
2019-06-08 20:14:22.665 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.665 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.665 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.669 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:22.669 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56762"
2019-06-08 20:14:22.669 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.669 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.669 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.669 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.669 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.669 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.669 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.669 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.669 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.669 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.669 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.669 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.670 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.670 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.670 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:22.670 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56784"
2019-06-08 20:14:22.670 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.670 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.670 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.670 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.670 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.670 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.670 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.670 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.670 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.670 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.670 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.670 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.670 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.670 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.671 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.671 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.671 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.671 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.671 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"", Request id ""0HLNBTGD52LN7:00000005"": started reading request body.
2019-06-08 20:14:22.671 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"", Request id ""0HLNBTGD52LN7:00000005"": done reading request body.
2019-06-08 20:14:22.671 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.671 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.671 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.672 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.672 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.672 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.672 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.672 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000004"": started reading request body.
2019-06-08 20:14:22.672 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"", Request id ""0HLNBTGD52LNF:00000004"": done reading request body.
2019-06-08 20:14:22.672 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.672 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.672 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.674 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:22.674 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56764"
2019-06-08 20:14:22.674 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.675 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.675 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.675 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.675 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.675 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.675 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.675 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.675 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.675 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.675 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.675 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.675 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.675 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.675 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:22.675 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56742"
2019-06-08 20:14:22.676 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.676 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.676 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.676 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.676 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.676 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.676 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.676 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.676 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.676 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.676 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.676 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.676 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.676 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.676 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.676 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.676 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.676 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.676 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"", Request id ""0HLNBTGD52LN8:00000005"": started reading request body.
2019-06-08 20:14:22.676 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"", Request id ""0HLNBTGD52LN8:00000005"": done reading request body.
2019-06-08 20:14:22.676 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.676 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.676 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.677 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.677 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.677 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.677 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.677 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"", Request id ""0HLNBTGD52LN0:00000008"": started reading request body.
2019-06-08 20:14:22.677 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"", Request id ""0HLNBTGD52LN0:00000008"": done reading request body.
2019-06-08 20:14:22.677 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.677 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.677 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.680 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 43
2019-06-08 20:14:22.680 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56756"
2019-06-08 20:14:22.680 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.680 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.680 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.681 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.681 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.681 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.681 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.681 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.681 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.681 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.681 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.681 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.681 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.681 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.681 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/search/Movie/info application/json 42
2019-06-08 20:14:22.681 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:56758"
2019-06-08 20:14:22.681 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.682 -05:00 [Information] Successfully validated the token.
2019-06-08 20:14:22.682 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:14:22.682 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:14:22.682 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:14:22.682 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:14:22.682 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Search/movie/info"'
2019-06-08 20:14:22.682 -05:00 [Information] Route matched with "{action = \"GetExtraMovieInfo\", controller = \"Search\"}". Executing action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)"
2019-06-08 20:14:22.682 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:14:22.682 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:14:22.685 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648)", "Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:14:22.685 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:14:22.685 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:14:22.685 -05:00 [Information] Authorization was successful.
2019-06-08 20:14:22.685 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.685 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.685 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.685 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.685 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000008"": started reading request body.
2019-06-08 20:14:22.685 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"", Request id ""0HLNBTGD52LN4:00000008"": done reading request body.
2019-06-08 20:14:22.685 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.685 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.685 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.686 -05:00 [Debug] Attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' ...
2019-06-08 20:14:22.686 -05:00 [Debug] Attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""' in request data ...
2019-06-08 20:14:22.686 -05:00 [Debug] Rejected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonPatchInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.686 -05:00 [Debug] Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatter"' for content type '"application/json"'.
2019-06-08 20:14:22.686 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000006"": started reading request body.
2019-06-08 20:14:22.686 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"", Request id ""0HLNBTGD52LN5:00000006"": done reading request body.
2019-06-08 20:14:22.686 -05:00 [Debug] Done attempting to bind model of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"' using the name '""'.
2019-06-08 20:14:22.686 -05:00 [Debug] Done attempting to bind parameter '"model"' of type '"Ombi.Models.SearchMovieExtraInfoRefineModel"'.
2019-06-08 20:14:22.686 -05:00 [Information] Executing action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" with arguments (["Ombi.Models.SearchMovieExtraInfoRefineModel"]) - Validation state: Valid
2019-06-08 20:14:22.813 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 151.5716ms.
2019-06-08 20:14:22.813 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.813 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 153.0302ms
2019-06-08 20:14:22.813 -05:00 [Debug] Connection id ""0HLNBTGD52LN3"" completed keep alive response.
2019-06-08 20:14:22.813 -05:00 [Information] Request finished in 153.6217ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.815 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 157.1611ms.
2019-06-08 20:14:22.815 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.815 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 158.8427ms
2019-06-08 20:14:22.816 -05:00 [Debug] Connection id ""0HLNBTGD52LND"" completed keep alive response.
2019-06-08 20:14:22.816 -05:00 [Information] Request finished in 159.5835ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.816 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 150.8567ms.
2019-06-08 20:14:22.816 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.816 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 152.2123ms
2019-06-08 20:14:22.816 -05:00 [Debug] Connection id ""0HLNBTGD52LNC"" completed keep alive response.
2019-06-08 20:14:22.816 -05:00 [Information] Request finished in 152.8091ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.816 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 144.6276ms.
2019-06-08 20:14:22.816 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.817 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 146.0192ms
2019-06-08 20:14:22.817 -05:00 [Debug] Connection id ""0HLNBTGD52LNF"" completed keep alive response.
2019-06-08 20:14:22.817 -05:00 [Information] Request finished in 146.5969ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.819 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 155.8444ms.
2019-06-08 20:14:22.819 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.819 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 157.3368ms
2019-06-08 20:14:22.819 -05:00 [Debug] Connection id ""0HLNBTGD52LNB"" completed keep alive response.
2019-06-08 20:14:22.819 -05:00 [Information] Request finished in 157.92ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.832 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 155.4751ms.
2019-06-08 20:14:22.832 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.832 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 157.1721ms
2019-06-08 20:14:22.832 -05:00 [Debug] Connection id ""0HLNBTGD52LN8"" completed keep alive response.
2019-06-08 20:14:22.832 -05:00 [Information] Request finished in 157.8772ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.857 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 179.6842ms.
2019-06-08 20:14:22.857 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.857 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 181.2805ms
2019-06-08 20:14:22.857 -05:00 [Debug] Connection id ""0HLNBTGD52LN0"" completed keep alive response.
2019-06-08 20:14:22.857 -05:00 [Information] Request finished in 181.9877ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.859 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 173.2948ms.
2019-06-08 20:14:22.859 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.860 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 174.8507ms
2019-06-08 20:14:22.860 -05:00 [Debug] Connection id ""0HLNBTGD52LN5"" completed keep alive response.
2019-06-08 20:14:22.860 -05:00 [Information] Request finished in 178.3457ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.869 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 198.087ms.
2019-06-08 20:14:22.869 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.869 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 199.8603ms
2019-06-08 20:14:22.869 -05:00 [Debug] Connection id ""0HLNBTGD52LN7"" completed keep alive response.
2019-06-08 20:14:22.869 -05:00 [Information] Request finished in 200.6258ms 200 application/json; charset=utf-8
2019-06-08 20:14:22.925 -05:00 [Information] Executed action method "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)", returned result "Microsoft.AspNetCore.Mvc.JsonResult" in 240.107ms.
2019-06-08 20:14:22.925 -05:00 [Information] Executing JsonResult, writing value of type '"Ombi.Core.Models.Search.SearchMovieViewModel"'.
2019-06-08 20:14:22.926 -05:00 [Information] Executed action "Ombi.Controllers.SearchController.GetExtraMovieInfo (Ombi)" in 244.7495ms
2019-06-08 20:14:22.926 -05:00 [Debug] Connection id ""0HLNBTGD52LN4"" completed keep alive response.
2019-06-08 20:14:22.926 -05:00 [Information] Request finished in 245.4269ms 200 application/json; charset=utf-8

I then manually triggered the newsletter. Here are the logs.

2019-06-08 20:21:28.098 -05:00 [Information] Executing action method "Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)" - Validation state: Valid
2019-06-08 20:21:28.099 -05:00 [Information] Executed action method "Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 1.7276ms.
2019-06-08 20:21:28.100 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:21:28.100 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:21:28.100 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:21:28.100 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:21:28.100 -05:00 [Information] Executing ObjectResult, writing value of type '"Ombi.Core.Models.UI.NewsletterNotificationViewModel"'.
2019-06-08 20:21:28.100 -05:00 [Information] Executed action "Ombi.Controllers.SettingsController.NewsletterSettings (Ombi)" in 2.3038ms
2019-06-08 20:21:28.100 -05:00 [Debug] Connection id ""0HLNBTGD52LNI"" completed keep alive response.
2019-06-08 20:21:28.100 -05:00 [Information] Request finished in 3.011ms 200 application/json; charset=utf-8
2019-06-08 20:21:53.439 -05:00 [Information] Request starting HTTP/1.1 POST http://ombi.dillonsflix.com/api/v1/Job/newsletter/ application/json 187
2019-06-08 20:21:53.439 -05:00 [Debug] Unknown proxy: "[::ffff:172.18.0.4]:34964"
2019-06-08 20:21:53.439 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:21:53.439 -05:00 [Information] Successfully validated the token.
2019-06-08 20:21:53.439 -05:00 [Debug] AuthenticationScheme: "Bearer" was successfully authenticated.
2019-06-08 20:21:53.439 -05:00 [Debug] The request has an origin header: '"https://ombi.dillonsflix.com"'.
2019-06-08 20:21:53.439 -05:00 [Information] CORS policy execution successful.
2019-06-08 20:21:53.439 -05:00 [Debug] "POST" requests are not supported
2019-06-08 20:21:53.439 -05:00 [Debug] Request successfully matched the route with name 'null' and template '"api/v1/Job/newsletter"'
2019-06-08 20:21:53.439 -05:00 [Information] Route matched with "{action = \"StartNewsletter\", controller = \"Job\"}". Executing action "Ombi.Controllers.JobController.StartNewsletter (Ombi)"
2019-06-08 20:21:53.440 -05:00 [Debug] Execution plan of "authorization" filters (in the following order): ["Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter"]
2019-06-08 20:21:53.440 -05:00 [Debug] Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter"]
2019-06-08 20:21:53.440 -05:00 [Debug] Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
2019-06-08 20:21:53.440 -05:00 [Debug] Execution plan of "exception" filters (in the following order): ["None"]
2019-06-08 20:21:53.440 -05:00 [Debug] Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
2019-06-08 20:21:53.440 -05:00 [Information] Authorization was successful.
2019-06-08 20:21:53.441 -05:00 [Information] Executing action method "Ombi.Controllers.JobController.StartNewsletter (Ombi)" - Validation state: Valid
2019-06-08 20:21:53.520 -05:00 [Information] Executed action method "Ombi.Controllers.JobController.StartNewsletter (Ombi)", returned result "Microsoft.AspNetCore.Mvc.ObjectResult" in 79.5238ms.
2019-06-08 20:21:53.520 -05:00 [Debug] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"]
2019-06-08 20:21:53.520 -05:00 [Debug] No information found on request to perform content negotiation.
2019-06-08 20:21:53.520 -05:00 [Debug] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/json"]'.
2019-06-08 20:21:53.520 -05:00 [Debug] Selected output formatter '"Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter"' and content type '"application/json"' to write the response.
2019-06-08 20:21:53.520 -05:00 [Information] Executing ObjectResult, writing value of type '"System.Boolean"'.
2019-06-08 20:21:53.520 -05:00 [Information] Executed action "Ombi.Controllers.JobController.StartNewsletter (Ombi)" in 80.6917ms
2019-06-08 20:21:53.520 -05:00 [Debug] Connection id ""0HLNBTGD52LNI"" completed keep alive response.
2019-06-08 20:21:53.521 -05:00 [Information] Request finished in 81.6063ms 200 application/json; charset=utf-8
2019-06-08 20:21:53.521 -05:00 [Debug] Connection id ""0HLNBTGD52LNI"", Request id ""0HLNBTGD52LNI:00000002"": started reading request body.
2019-06-08 20:21:53.521 -05:00 [Information] Connection id ""0HLNBTGD52LNI"", Request id ""0HLNBTGD52LNI:00000002"": the application completed without reading the entire request body.
2019-06-08 20:21:53.521 -05:00 [Debug] Connection id ""0HLNBTGD52LNI"", Request id ""0HLNBTGD52LNI:00000002"": done reading request body.
tidusjar commented 5 years ago

Try latest develop

jwor80 commented 5 years ago

I'm on 3.0.4669 Windows 64-bit connecting to Emby. My newsletter stopped working as well. The test letter sends successfully however if I try the trigger now option it fails. The log file shows there are 2 episodes from Emby to send but nothing is sent.

2019-07-11 11:17:01.741 -05:00 [Debug] Calling Execute on job System.INewsletterJob 2019-07-11 11:17:01.758 -05:00 [Information] Plex Movies to send: 0 2019-07-11 11:17:01.783 -05:00 [Information] Emby Movies to send: 0 2019-07-11 11:17:01.783 -05:00 [Information] Albums to send: 0 2019-07-11 11:17:23.064 -05:00 [Information] Plex Episodes to send: 0 2019-07-11 11:17:23.064 -05:00 [Information] Emby Episodes to send: 2 2019-07-11 11:17:23.342 -05:00 [Debug] {"id":16579,"url":"http://www.tvmaze.com/shows/16579/the-handmaids-tale","name":"The Handmaid's Tale","type":"Scripted","language":"English","genres":["Drama","Science-Fiction"],"status":"Running","runtime":60,"premiered":"2017-04-26","officialSite":"http://www.hulu.com/the-handmaids-tale","schedule":{"time":"","days":["Wednesday"]},"rating":{"average":7.6},"weight":100,"network":null,"webChannel":{"id":2,"name":"Hulu","country":{"name":"United States","code":"US","timezone":"America/New_York"}},"externals":{"tvrage":null,"thetvdb":321239,"imdb":"tt5834204"},"image":{"medium":"http://static.tvmaze.com/uploads/images/medium_portrait/200/502022.jpg","original":"http://static.tvmaze.com/uploads/images/original_untouched/200/502022.jpg"},"summary":"

The Handmaid's Tale is the story of life in the dystopia of Gilead, a totalitarian society in what was formerly the United States. Facing environmental disasters and a plunging birthrate, Gilead is ruled by a twisted fundamentalism in its militarized ‘return to traditional values'. As one of the few remaining fertile women, Offred is a Handmaid in the Commander's household, one of the caste of women forced into sexual servitude as a last desperate attempt to repopulate the world. In this terrifying society, Offred must navigate between Commanders, their cruel Wives, domestic Marthas, and her fellow Handmaids – where anyone could be a spy for Gilead – all with one goal: to survive and find the daughter that was taken from her.

","updated":1562812398,"_links":{"self":{"href":"http://api.tvmaze.com/shows/16579"},"previousepisode":{"href":"http://api.tvmaze.com/episodes/1608678"},"nextepisode":{"href":"http://api.tvmaze.com/episodes/1608679"}} 2019-07-11 11:17:23.380 -05:00 [Error] StatusCode: NotFound, Reason: Not Found, RequestUri: http://api.themoviedb.org/3/tv/?api_key=b8eabaf5608b88d0298aa189dd90bf00 2019-07-11 11:17:23.380 -05:00 [Debug] {"status_code":34,"status_message":"The resource you requested could not be found."} 2019-07-11 11:17:23.411 -05:00 [Debug] {"status_code":34,"status_message":"The resource you requested could not be found."} 2019-07-11 11:17:23.667 -05:00 [Debug] {"id":27848,"url":"http://www.tvmaze.com/shows/27848/yellowstone","name":"Yellowstone","type":"Scripted","language":"English","genres":["Drama","Family","Western"],"status":"Running","runtime":60,"premiered":"2018-06-20","officialSite":"http://www.paramountnetwork.com/shows/yellowstone","schedule":{"time":"22:00","days":["Wednesday"]},"rating":{"average":7.2},"weight":100,"network":{"id":34,"name":"Paramount Network","country":{"name":"United States","code":"US","timezone":"America/New_York"}},"webChannel":null,"externals":{"tvrage":null,"thetvdb":341164,"imdb":"tt4236770"},"image":{"medium":"http://static.tvmaze.com/uploads/images/medium_portrait/203/508524.jpg","original":"http://static.tvmaze.com/uploads/images/original_untouched/203/508524.jpg"},"summary":"

Yellowstone follows the Dutton family, led by John Dutton, who controls the largest contiguous ranch in the United States, under constant attack by those it borders — land developers, an Indian reservation, and America's first National Park. It is an intense study of a violent world far from media scrutiny — where land grabs make developers billions, and politicians are bought and sold by the world's largest oil and lumber corporations. Where drinking water poisoned by fracking wells and unsolved murders are not news: they are a consequence of living in the new frontier. It is the best and worst of America seen through the eyes of a family that represents both.

","updated":1562853676,"_links":{"self":{"href":"http://api.tvmaze.com/shows/27848"},"previousepisode":{"href":"http://api.tvmaze.com/episodes/1673080"},"nextepisode":{"href":"http://api.tvmaze.com/episodes/1673459"}} 2019-07-11 11:17:23.708 -05:00 [Debug] {"backdrop_path":"/oBilGalyrQJTtDuYIljRQGNXXb8.jpg","created_by":[{"id":1215399,"credit_id":"59a5dfe9c3a36840640129db","name":"Taylor Sheridan","gender":2,"profile_path":"/vdGTrPJG95AhBXr3xId5Fj8cTCu.jpg"},{"id":69414,"credit_id":"5b341488c3a368531a019f53","name":"John Linson","gender":2,"profile_path":null}],"episode_run_time":[42],"first_air_date":"2018-06-20","genres":[{"id":18,"name":"Drama"},{"id":37,"name":"Western"}],"homepage":"http://www.paramountnetwork.com/shows/yellowstone","id":73586,"in_production":true,"languages":["en"],"last_air_date":"2019-07-10","last_episode_to_air":{"air_date":"2019-07-10","episode_number":3,"id":1825696,"name":"The Reek of Desperation","overview":"Rainwater teams up with Jenkins for a big business deal, but powerful new enemies look to block their plans. John and Beth groom a new political candidate.","production_code":"","season_number":2,"show_id":73586,"still_path":"/leeud6E82MArT6l8mTZ4DW5cMpu.jpg","vote_average":0.0,"vote_count":0},"name":"Yellowstone","next_episode_to_air":{"air_date":"2019-07-17","episode_number":4,"id":1841804,"name":"Only Devils Left","overview":"John's enemies strike a direct hit on the Yellowstone. John forms an unlikely alliance. Kayce has his first day as a livestock officer.","production_code":"","season_number":2,"show_id":73586,"still_path":null,"vote_average":0.0,"vote_count":0},"networks":[{"name":"Paramount Network","id":2076,"logo_path":"/4knr4ozp2IQrA3SMQlLSYKcM3ML.png","origin_country":"US"}],"number_of_episodes":13,"number_of_seasons":2,"origin_country":["US"],"original_language":"en","original_name":"Yellowstone","overview":"Follow the violent world of the Dutton family, who controls the largest contiguous ranch in the United States. Led by their patriarch John Dutton, the family defends their property against constant attack by land developers, an Indian reservation, and America’s first National Park.","popularity":25.45,"poster_path":"/3ePlESS6eyUj9W7yPEbzhwWaiFo.jpg","production_companies":[{"id":4700,"logo_path":"/A32wmjrs9Psf4zw0uaixF0GXfxq.png","name":"The Linson Company","origin_country":""},{"id":86985,"logo_path":null,"name":"Treehouse Films","origin_country":""},{"id":106789,"logo_path":"/oEgUdRh5YWF6Il705WnpwauirIj.png","name":"Bosque Ranch Productions","origin_country":"US"}],"seasons":[{"air_date":"2018-06-20","episode_count":9,"id":93559,"name":"Season 1","overview":"","poster_path":"/vztZhTUNXk73mocDIXDd3nIfzRH.jpg","season_number":1},{"air_date":"2019-06-19","episode_count":4,"id":120916,"name":"Season 2","overview":"","poster_path":"/3ePlESS6eyUj9W7yPEbzhwWaiFo.jpg","season_number":2}],"status":"Returning Series","type":"Scripted","vote_average":7.3,"vote_count":46} 2019-07-11 11:17:23.719 -05:00 [Error] Error when attempting to create newsletter MimeKit.ParseException: Unexpected token at offset 28 at MimeKit.MailboxAddress.set_Address(String value) at Ombi.Schedule.Jobs.Ombi.NewsletterJob.Start(NewsletterSettings settings, Boolean test) in C:\projects\requestplex\src\Ombi.Schedule\Jobs\Ombi\NewsletterJob.cs:line 203 2019-07-11 11:17:23.720 -05:00 [Error] Job System.INewsletterJob threw an unhandled Exception: MimeKit.ParseException: Unexpected token at offset 28 at MimeKit.MailboxAddress.set_Address(String value) at Ombi.Schedule.Jobs.Ombi.NewsletterJob.Start(NewsletterSettings settings, Boolean test) in C:\projects\requestplex\src\Ombi.Schedule\Jobs\Ombi\NewsletterJob.cs:line 203 at Ombi.Schedule.Jobs.Ombi.NewsletterJob.Execute(IJobExecutionContext job) in C:\projects\requestplex\src\Ombi.Schedule\Jobs\Ombi\NewsletterJob.cs:line 295 at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken) 2019-07-11 11:17:23.721 -05:00 [Error] Job System.INewsletterJob threw an exception. Quartz.SchedulerException: Job threw an unhandled exception. ---> MimeKit.ParseException: Unexpected token at offset 28 at MimeKit.MailboxAddress.set_Address(String value) at Ombi.Schedule.Jobs.Ombi.NewsletterJob.Start(NewsletterSettings settings, Boolean test) in C:\projects\requestplex\src\Ombi.Schedule\Jobs\Ombi\NewsletterJob.cs:line 203 at Ombi.Schedule.Jobs.Ombi.NewsletterJob.Execute(IJobExecutionContext job) in C:\projects\requestplex\src\Ombi.Schedule\Jobs\Ombi\NewsletterJob.cs:line 295 at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken) --- End of inner exception stack trace --- [See nested exception: MimeKit.ParseException: Unexpected token at offset 28 at MimeKit.MailboxAddress.set_Address(String value) at Ombi.Schedule.Jobs.Ombi.NewsletterJob.Start(NewsletterSettings settings, Boolean test) in C:\projects\requestplex\src\Ombi.Schedule\Jobs\Ombi\NewsletterJob.cs:line 203 at Ombi.Schedule.Jobs.Ombi.NewsletterJob.Execute(IJobExecutionContext job) in C:\projects\requestplex\src\Ombi.Schedule\Jobs\Ombi\NewsletterJob.cs:line 295 at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)] 2019-07-11 11:17:23.722 -05:00 [Debug] Trigger instruction : DeleteTrigger 2019-07-11 11:17:23.722 -05:00 [Debug] Deleting trigger 2019-07-11 11:17:30.325 -05:00 [Debug] Batch acquisition of 0 triggers

tidusjar commented 5 years ago

Looks like one of the recipients addresses or your admin addresses are incorrect: MimeKit.ParseException: Unexpected token at offset 28 at MimeKit.MailboxAddress.set_Address(String value)