Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when activating Firemind access token #1639

Open
MaximeGab opened this issue Mar 16, 2019 · 2 comments
Open

Problem when activating Firemind access token #1639

MaximeGab opened this issue Mar 16, 2019 · 2 comments

Comments

@MaximeGab
Copy link

When I'm trying to enter my Fireming access token, the game say that Magarena isn't up to date while I have the latest version.

Magarena_Issue

@melvinzhang
Copy link
Contributor

pinging @firemind who might have more info why that is happening.

@firemind
Copy link
Contributor

This was most likely caused by my SSL certificate having expired on the 15th. It should be fixed now.

The error message is a bit misleading because it just gives that error if the version check fails for any reason (or throws an exception).

if (FiremindClient.checkMagarenaVersion(MagicSystem.VERSION)){
setRunningState();
notifyStatusChanged(true);
firemindWorker = getFiremindWorker();
firemindWorker.execute();
}else{
statusTextField.setText(MText.get(_S5));
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants