Hi there,
We are looking into it. We will get back to you soon.
Jatin
Hello,
We have exactly the same problem on our site: https://www.mvp-arena.com
All users are unable to login with Twitch credentials, they are redirected to the homepage of the website without error but they can’t login on our site.
MVP-Arena Team
Hi,
If it can help, we found these errors in our wordpress log file:
[20-Sep-2019 18:56:50 UTC] PHP Notice: Undefined index: access_token in /wp-content/plugins/super-socializer/library/Twitch/twitch.php on line 82
[20-Sep-2019 18:56:50 UTC] PHP Notice: Undefined index: token in /wp-content/plugins/super-socializer/library/Twitch/twitch.php on line 105
MVP-Arena Team
Hi all,
Only to know if there is a workaround about this problem or if someone is working on it. Our site logins are based exclusively on Twitch and today all our users are unable to login.
@ioanniskarag, do you have any additional information to share about this issue?
Thanks in advance
MVP-Arena Team
Hi mvparena,
you can try to edit library/Twitch/twitch.php, function authenticated_user(), add ‘Accept: application/vnd.twitchtv.v5+json’ header, so it should look like this:
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
‘Accept: application/vnd.twitchtv.v5+json’,
‘Authorization: OAuth ‘ . $access_token
));
Best Regards
Hi ikom,
Many thanks! This workaround works perfectly!
Now our users can log in
Best regards!
MVP-Arena Team
This has been fixed in version 7.12.35