We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before claiming a free game on a new account, you get prompted to accept EULA.
Automate accepting the EULA.
You currently can't deploy fresh account out-of-the-box.
The text was updated successfully, but these errors were encountered:
Accept EULA graphql request:
POST https://www.epicgames.com/graphql {"query":"mutation acceptEulaMutation($eulaId: String!, $accountId: String!, $version: Int!, $locale: String!) {\n Eula {\n acceptEula(\n id: $eulaId\n accountId: $accountId\n locale: $locale\n version: $version\n ) {\n key\n accepted\n }\n }\n}\n","variables":{"eulaId":"egstore","locale":"en-US","version":3,"accountId":"xxx"}}
Sorry, something went wrong.
No branches or pull requests
Current Behavior (if any)
Before claiming a free game on a new account, you get prompted to accept EULA.
Desired Behavior
Automate accepting the EULA.
Motivation / Use Case for Changing the Behavior
You currently can't deploy fresh account out-of-the-box.
The text was updated successfully, but these errors were encountered: