rfvgyhn / min-ed-launcher

Minimal Elite Dangerous Launcher
MIT License
251 stars 9 forks source link

coulsn't login error #114

Closed PyronoxO closed 8 months ago

PyronoxO commented 10 months ago

i am getting and error message [18:37:34 ERR] Couldn't login: 502: Bad Gateway

Debug log Please paste the content of your log file (or attach it to this issue).

2023-10-14 18:37:05.086 +04:00 [DBG] Reading settings from 'C:\Users\ponto.DESKTOP-SNTQMLB\AppData\Local\min-ed-launcher\settings.json' 2023-10-14 18:37:05.267 +04:00 [DBG] Settings: { Platform = Steam DisplayMode = Pancake AutoRun = true AutoQuit = false WatchForCrashes = false ProductWhitelist = seq ["ed0"] ForceLocal = true CompatTool = None CbLauncherDir = "D:\Program Files\SteamLibrary\steamapps\common\Elite Dangerous" PreferredLanguage = None ApiUri = https://api.zaonce.net/ Restart = Some 5000L AutoUpdate = true CheckForLauncherUpdates = true MaxConcurrentDownloads = 4 ForceUpdate = set [] Processes = [] ShutdownProcesses = [] FilterOverrides = seq [[FORC-FDEV-DO-1000, edo]] AdditionalProducts = [] DryRun = false ShutdownTimeout = 00:00:10 CacheDir = "C:\Users\ponto.DESKTOP-SNTQMLB\AppData\Local\min-ed-launcher\cache" GameStartDelay = 00:00:00 ShutdownDelay = 00:00:00 } 2023-10-14 18:37:05.280 +04:00 [INF] Elite Runtime Platform: Steam CobraBay Version: 1.7.6926.10 Products Dir: D:\Program Files\SteamLibrary\steamapps\common\Elite Dangerous\Products 2023-10-14 18:37:05.293 +04:00 [DBG] Getting machine id 2023-10-14 18:37:05.307 +04:00 [INF] Logging in 2023-10-14 18:37:05.308 +04:00 [DBG] Getting remote time 2023-10-14 18:37:06.309 +04:00 [DBG] Got steam client 2023-10-14 18:37:06.309 +04:00 [DBG] Got steam pipe 2023-10-14 18:37:06.310 +04:00 [DBG] Got steam global user 2023-10-14 18:37:06.311 +04:00 [DBG] Got steam user 2023-10-14 18:37:06.311 +04:00 [DBG] Requesting steam auth ticket 2023-10-14 18:37:06.311 +04:00 [DBG] Got steam auth ticket 2023-10-14 18:37:06.314 +04:00 [DBG] Authenticating via Steam 2023-10-14 18:37:34.245 +04:00 [DBG] Disposing Steam resources 2023-10-14 18:37:34.246 +04:00 [DBG] Cancelling auth ticket 2023-10-14 18:37:34.246 +04:00 [DBG] closing steam 2023-10-14 18:37:34.257 +04:00 [ERR] Couldn't login: 502: Bad Gateway

rfvgyhn commented 10 months ago

Are you still having this issue? Login problems are typically an issue with FDev's and/or Steam's auth API. When you can't login, you can usually just try a bit later (assuming one of the APIs isn't actually down).

A good feature to add would be to automatically retry the API call a few times in-case it's just a random hiccup.

PyronoxO commented 10 months ago

i was able to login the game normally without then mini launcher

Sent from my iPhone

On Oct 15, 2023, at 1:46 AM, Chris @.***> wrote:



Are you still having this issue? Login problems are typically an issue with FDev's and/or Steam's auth API. When you can't login, you can usually just try a bit later (assuming one of the APIs isn't actually down).

A good feature to add would be to automatically retry the API call a few times in-case it's just a random hiccup.

— Reply to this email directly, view it on GitHubhttps://github.com/rfvgyhn/min-ed-launcher/issues/114#issuecomment-1763189136, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AV7EMJV3Q6DRUWKBXN3CFWTX7MBZXAVCNFSM6AAAAAA6AJV3AOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRTGE4DSMJTGY. You are receiving this because you authored the thread.Message ID: @.***>

PyronoxO commented 10 months ago

just to follow up after update, the message now changed

[19:36:36 INF] Checking for updates [19:36:39 INF] Available Products: Elite Dangerous: Odyssey FORC-FDEV-DO-1000 Up to Date Elite Dangerous: Horizons FORC-FDEV-DO-38-IN-40 Up to Date Single Player Combat Training COMBAT_TUTORIAL_DEMO Up to Date [19:36:39 ERR] No selected project

rfvgyhn commented 10 months ago

Can you post the full log? No selected project usually means you've specified /autorun but haven't told it which product to run (/edo, /edh).

rfvgyhn commented 10 months ago

Ah, looking at your log from the first post, it looks like you've specified /ed0 instead of /edo (zero instead of the letter o).