High time to change the get_auth_url() under egs.py?? #694
Closed
AhanafRASHID
started this conversation in
Ideas
Replies: 1 comment
-
That URL isn't actually used anywhere, so changing it wouldn't do anything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot of people are encountering Wrong Parameters Error from Epic Games Login Page (HTTP 500) because of the wrong JavaScript parameter

RedirectURL
at line 59 and 60 in //legendary/api/egs.py altering it tologin_url = f'https://www.epicgames.com/id/login?clientId={self._user_basic}&responseType=code'
fixes the issue. When we are having the official bugfix for this?Beta Was this translation helpful? Give feedback.
All reactions