rfvgyhn/min-ed-launcher

coulsn't login error

PyronoxO opened this issue · 5 comments

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

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.

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

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).

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).