Skip to content

Disabling scraping via EnableScraping leads to failure in querying the data #17

@ragmehos

Description

@ragmehos

If we set Zilean__Dmm__EnableScraping to false, querying that instance of zilean with a DB that is completely populated fails with the following :

System.InvalidOperationException: Body was inferred but the method does not 
allow inferred body parameters.
Below is the list of parameters that we found: 
Parameter           | Source                        
--------------------------------------------------------------------------------
-
logger              | Services (Inferred)
executionService    | Services (Inferred)
syncLogger          | Services (Inferred)
mutex               | Services (Inferred)
state               | Body (Inferred)

Did you mean to register the "Body (Inferred)" parameter(s) as a Service or 
apply the [FromServices] or [FromBody] attribute?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions