Skip to content

Method not found RequestVerification.Verify #7

Description

@p0onage

I added this code below to validate the request coming from Amazon

          // Verifies that the request is a valid request from Amazon Alexa 
            var isValid = await skillRequest.ValidateRequestAsync(req, log);
            if (!isValid)
            {
                return new BadRequestResult();
            }

When I invoke the skill, the function returns a 500 status code

Looking at the logs I can see the issue is with the Verify method being missing but I'm not sure how this is possible? I've tried v1.0.0 and v1.01 and still can't get this to work?

assembly | Alexa.NET.Security.Functions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

Method not found: 'System.Threading.Tasks.Task`1<Boolean> Alexa.NET.Request.RequestVerification.Verify(System.String, System.Uri, System.String)'.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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