Inky-Calendar-Server icon indicating copy to clipboard operation
Inky-Calendar-Server copied to clipboard

System.InvalidOperationException in Microsoft.AspNetCore.Mvc.ApplicationModels.InferParameterBindingInfoConvention.InferParameterBindingSources(ActionModel action):0

Open Atrejoe opened this issue 5 years ago • 0 comments

Error in InkyCal

System.InvalidOperationException in Microsoft.AspNetCore.Mvc.ApplicationModels.InferParameterBindingInfoConvention.InferParameterBindingSources(ActionModel action):0 Action 'InkyCal.Server.Controllers.PanelController.GetPanelPost (InkyCal.Server)' has more than one parameter that was specified or inferred as bound from request body. Only one parameter per action may be bound from body. Inspect the following parameters, and use 'FromQueryAttribute' to specify bound from query, 'FromRouteAttribute' to specify bound from route, and 'FromBodyAttribute' for parameters to be bound from body: Guid id Nullable height

View on Bugsnag

Stacktrace

:0 - Microsoft.AspNetCore.Mvc.ApplicationModels.InferParameterBindingInfoConvention.InferParameterBindingSources(ActionModel action)

View full stacktrace

Created automatically via Bugsnag

Atrejoe avatar Dec 02 '20 22:12 Atrejoe