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
Tried to use the library together with Alexa mdul for Drupal and receive the following error:
ArgumentCountError: Too few arguments to function Alexa\Request\Request::__construct(), 1 passed in /mnt/web/osocial/vendor/jakubsuchy/amazon-alexa-php/src/Request/IntentRequest.php on line 10 and exactly 2 expected in Alexa\Request\Request->__construct() (line 26 of /mnt/web/osocial/vendor/jakubsuchy/amazon-alexa-php/src/Request/Request.php) #0
Is it the library or Drupal code that needs to be fixed?
The text was updated successfully, but these errors were encountered:
Tried to use the library together with Alexa mdul for Drupal and receive the following error:
ArgumentCountError: Too few arguments to function Alexa\Request\Request::__construct(), 1 passed in /mnt/web/osocial/vendor/jakubsuchy/amazon-alexa-php/src/Request/IntentRequest.php on line 10 and exactly 2 expected in Alexa\Request\Request->__construct() (line 26 of /mnt/web/osocial/vendor/jakubsuchy/amazon-alexa-php/src/Request/Request.php) #0
Is it the library or Drupal code that needs to be fixed?
The text was updated successfully, but these errors were encountered: