DeviceAuthGenerator icon indicating copy to clipboard operation
DeviceAuthGenerator copied to clipboard

Its not works now!

Open ayanmw opened this issue 1 month ago • 0 comments

now run it (mine is windows )

it shows:

Waiting for completion.
{
    "errorCode": "errors.com.epicgames.common.slow_down",
    "errorMessage": "Request frequency should not exceed one call per 10 seconds",
    "messageVars": [
        "10"
    ],
    "numericErrorCode": 1012,
    "originatingService": "com.epicgames.account.public",
    "intent": "prod",
    "error_description": "Request frequency should not exceed one call per 10 seconds",
    "error": "invalid_grant"
}
Traceback (most recent call last):
  File "generator.py", line 260, in <module>
  File "generator.py", line 255, in run
  File "asyncio\base_events.py", line 642, in run_until_complete
  File "generator.py", line 107, in start
  File "generator.py", line 229, in create_device_auths
KeyError: 'deviceId'
[50028] Failed to execute script 'generator' due to unhandled exception!

it panic with deviceId.

ayanmw avatar Dec 24 '25 07:12 ayanmw