You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this is a bug report please make sure you have filled the following in:
(If it's not a bug and a feature request then just remove the below)
Plex Requests.Net Version:
1.9
Operating System:
Docker on Ubuntu 16.04
Mono Version:
Applicable Logs (from /logs/ directory or the Admin page):
Logs go here (Please make sure you remove any personal information from the logs)
Error Details
Nancy.RequestExecutionException: Oh noes! ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: System.Dynamic.ExpandoObject' does not contain a definition forSearchForMovies'
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object)
at RazorOutput.RazorView.Execute () <0x40725f60 + 0x00304> in :0
at Nancy.ViewEngines.Razor.NancyRazorViewBase1[TModel].ExecuteView (System.String body, IDictionary2 sectionContents) <0x41f95cb0 + 0x00126> in :0
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object,object)
at Nancy.ViewEngines.Razor.RazorViewEngine+<>c__DisplayClass2b.b__2a (System.IO.Stream stream) <0x40c6c120 + 0x00322> in :0
at Nancy.Responses.MaterialisingResponse.PreExecute (Nancy.NancyContext context) <0x40c6bf90 + 0x00076> in :0
--- End of inner exception stack trace ---
at Nancy.NancyEngine.InvokeOnErrorHook (Nancy.NancyContext context, Nancy.ErrorPipeline pipeline, System.Exception ex) <0x413abac0 + 0x002d7> in :0
Reproduction Steps:
Click on the "Admin" link.
Please include any steps to reproduce the issue, this the request that is causing the problem etc.
Ever since I set the base URL to /requests and rebooted the "Admin" link is broken and produces the above error message.
The text was updated successfully, but these errors were encountered:
If this is a bug report please make sure you have filled the following in:
(If it's not a bug and a feature request then just remove the below)
Plex Requests.Net Version:
1.9
Operating System:
Docker on Ubuntu 16.04
Mono Version:
Applicable Logs (from
/logs/
directory or the Admin page):Error Details
Nancy.RequestExecutionException: Oh noes! ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException:
System.Dynamic.ExpandoObject' does not contain a definition for
SearchForMovies'at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object)
at RazorOutput.RazorView.Execute () <0x40725f60 + 0x00304> in :0
at Nancy.ViewEngines.Razor.NancyRazorViewBase
1[TModel].ExecuteView (System.String body, IDictionary
2 sectionContents) <0x41f95cb0 + 0x00126> in :0at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object,object)
at Nancy.ViewEngines.Razor.RazorViewEngine+<>c__DisplayClass2b.b__2a (System.IO.Stream stream) <0x40c6c120 + 0x00322> in :0
at Nancy.Responses.MaterialisingResponse.PreExecute (Nancy.NancyContext context) <0x40c6bf90 + 0x00076> in :0
--- End of inner exception stack trace ---
at Nancy.NancyEngine.InvokeOnErrorHook (Nancy.NancyContext context, Nancy.ErrorPipeline pipeline, System.Exception ex) <0x413abac0 + 0x002d7> in :0
Reproduction Steps:
Click on the "Admin" link.
Please include any steps to reproduce the issue, this the request that is causing the problem etc.
Ever since I set the base URL to /requests and rebooted the "Admin" link is broken and produces the above error message.
The text was updated successfully, but these errors were encountered: