RyanBayne / TwitchPress

TwitchPress is a system of plugins that combines the power of Twitch.tv with WordPress
http://twitchpress.wordpress.com
GNU General Public License v3.0
12 stars 6 forks source link

User Token Validation Failed - Returned WP_Error #373

Open RyanBayne opened 3 years ago

RyanBayne commented 3 years ago

This issue needs to be monitored after two complaints that it took a minute to get the login fully working. That complaint could be related to the WP_Error() being returned by the following line...

Function: validate_user_token Line: $result = $this->curl_object->curl_reply;

My guess would be the expiry of user tokens which should be renewed efficiently. It seems they are renewed but it's not happening as we need.