rfvgyhn / min-ed-launcher

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

Unable to log in tonight #93

Closed Foebik closed 1 year ago

Foebik commented 1 year ago

Hey guys, I am unable to log into using this app tonight... been using it fine for over a year now. I was able to log in normally when I take this app out of the equation. But while using it I get the below error. While doing some of my own digging. I found in the json file that it is using https://api.zaonce.net. And when I go to that site, it is showing a 404 error page.

<data>
<status>404</status>
<message>Not Found</message>
</data>

image

Foebik commented 1 year ago

Using the root "zaonce.net" domain does redirect me to Frontier (https://www.frontierstore.net/).

rfvgyhn commented 1 year ago

Can you post the contents of, or attach, your log file (just need to see the output of the last run attempt)?

https://api.zaonce.net is the base uri for Frontier's API so a 404 when trying to view it in your browser is expected.

Foebik commented 1 year ago

Here you go. And thank you for the quick response.

min-ed-launcher.log

Foebik commented 1 year ago

Also, not always, but sometimes I got this error in the cmd prompt.

Couldn't login: Couldn't parse json - ExpectedStartOfValueNotFound, < LineNumber: 0 | BytePositionInLine: 0.

ColonialDagger commented 1 year ago

Not OP, but having the same issue. Here's my log file in case it helps:

min-ed-launcher.log

rfvgyhn commented 1 year ago

Looks like I'm getting the same. The API isn't returning a JSON document like it normally does. It's only happening with my steam account though; my epic account works fine.

It's possible they've updated their API to expect something that min-ed-launcher isn't sending. I'll have to do some digging.

Foebik commented 1 year ago

I know my Steam client updated twice tonight.

Cirnesco commented 1 year ago

Having the same exact issue.

min-ed-launcher.log

Unlinking and linking my accounts fixed it for one launch, but then it went back to the same error afterwards.

rfvgyhn commented 1 year ago

I'm thinking this might be a Steam issue. The default launcher no longer logs me in. It appears to be the same for others as well. I think the default launcher caches auth tokens for a while so it might be the case that it worked before because our login info was re-used. I also installed a steam update today but I can't remember if it was before or after I tried to investigate this issue. I'm going to wait a bit before I look into things further.

MichaelArthurLong commented 1 year ago

Seems like there's a workaround by switching Steam to the beta branch. image

Cirnesco commented 1 year ago

Didn't work for me personally. Default launcher works just fine, guess I'll just use that until Valve or FDev push a fix.

rfvgyhn commented 1 year ago

I see frontier has listed the issue as fixed. I was able to login normally a few minutes ago after steam updated. Is anyone still unable to login?

Foebik commented 1 year ago

First time I tried I got this error. image

Second time, worked.