Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to invite a user #64

Closed
fabpot opened this issue Nov 17, 2021 · 1 comment
Closed

Error when trying to invite a user #64

fabpot opened this issue Nov 17, 2021 · 1 comment

Comments

@fabpot
Copy link

fabpot commented Nov 17, 2021

When trying to add a user, I get the following exception:

ArgumentCountError: Too few arguments to function Platformsh\Client\Model\Invitation\AlreadyInvitedException::__construct(), 5 passed in phar:///home/fabien/.platformsh/bin/platform/vendor/platformsh/client/src/Model/Project.php on line 177 and exactly 6 expected in phar:///home/fabien/.platformsh/bin/platform/vendor/platformsh/client/src/Model/Invitation/AlreadyInvitedException.php on line 25

If you have a look at the code, there is indeed 6 args on the AlreadyInvitedException exception, but only 5 are passed to the contructor.

@pjcdawkins
Copy link
Collaborator

Thank you - fixed in 0.55.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants