My question to this is: What could be the real cause of this error?PHP Log wrote:ManiaConnect Exception: invalid_grant: The provided access grant is invalid, expired, or revoked (e.g. invalid assertion, expired authorization token, bad end-user password credentials, or mismatching authorization code and redirection URI).
I am asking this, because I think the named causes cannot be fulfilled by a ManiaLink:
"Invalid assertion" may be a server side error.
"Expired authorization token" cannot happen, as I never specify any token, and thus the new created one should always be valid.
"bad end-user password credentials" cannot happen on a ManiaLink, as the user does not have to enter his or her password.
"mismatching authorization code" - I don't know what could be meant with this.
"redirection URI" is correct, otherwise nothing would work on Tetris ^^
Additionally, Whenever I use ManiaConnect, I redirect the user to somewhere else, so browisng back in history never would initiate a ManiaConnect-request again.
(I can currently not reproduce this error, I only see that it happened few times some days ago, as Tetris logs all errors and warnings into a file. This error is also not damaging anything, as it get catched away correctly and Tetris can continue normally, but no error is still better than an harmless one
