-
Notifications
You must be signed in to change notification settings - Fork 8
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
WP Strava ERROR 401 Unauthorized #109
Comments
I seem to be getting a new error, @jrfoell : Check out https://thusgaard.com in the right sidebar for an updated view. |
Interesting! I'm going to add some more debug code and build a release-candidate update zip that you can try to help resolve this 💪 |
The mainline wp-strava plugin as of v2.12.0 now has all the debugging code (beta install not necessary): https://wordpress.org/plugins/wp-strava/ Level 1 - WPSTRAVA_DEBUGTo tun on wp-strava debugging, add this to your
The 401 Unauthorized errors seem to center around the authorization data not getting saved in the database (wp_option - strava_info). v2.12.0 and above will show a Debug section under Settings -> Strava when WPSTRAVA_DEBUG is set to true: Steps I suggest you take:
Level 2 - WP_DEBUG + WPSTRAVA_DEBUGThis is only necessary if the Level 1 debugging doesn't produce any useful clues. To start logging, make sure these settings (including the WPSTRAVA_DEBUG setting from above) are saved in your
These settings have the potential to produce a lot of output, so it's best they're not left on for long. Steps I suggest you take:
Your I have an idea of what's happening, but this will really help me nail down what the source is. Thank you for your help! |
@thusgaard are you able to test the latest version? |
This is an ongoing issue started here: https://wordpress.org/support/topic/wp-strava-error-401-unauthorized/
Several sites are having this issue but aren't reporting anything actively. See this search.
The text was updated successfully, but these errors were encountered: