Apex Legends oynamak istiyorum ama EA hesabı istiyor. EA hesabı açmaya çalıştığımda ise We're sorry but we're having some technical difficulties. Please try again later hatası alıyorum. 2 ay önce de aynı hatayı alıyordum hala daha aynı hatayı alıyorum.
Apex Legends oynamak istiyorum ama EA hesabı istiyor. EA hesabı açmaya çalıştığımda ise We're sorry but we're having some technical difficulties. Please try again later hatası alıyorum. 2 ay önce de aynı hatayı alıyordum hala daha aynı hatayı alıyorum.
Merhaba,
GOG forumunda şöyle bir çözüm var ben uyguladım ve EA kütüphanesi GOG'da senkronize oldu.
Nephilim983: Ok, so I'm not a coder/programer but i managed to fix it for myself by trial and error. t's not a perfect streamlined solution so do it at your own risk.
Open Users/"User name"/AppData/Local/GOG.com/Galaxy/plugins/installed/origin_xxxxx/plugin.py in Notepad. Replace lines 38-47 with following:
Python:
AUTH_PARAMS = {
"window_title": "Login to EA Play",
"window_width": 495 if is_windows() else 480,
"window_height": 746 if is_windows() else 708,
"start_uri": "https://accounts.ea.com/connect/auth"
"?response_type=code&client_id=EADOTCOM-WEB-SERVER&display=junoWeb/login"
"&locale=en_US&release_type=prod"
"&redirect_uri=https://www.ea.com/ea-play",
"end_uri_regex": "https://www.ea.com/ea-play"
}
This will allow you to log in with a small caveat, Login window won't close. To complete login, just click on EA Play logo at top of the window page. The window will close, and the connection will be established.
Let me know if this works for you or if you can fix my code to automatically close the login window. Good luck.