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

Disconnecting from Runkeeper not working #438

Open
andersem opened this issue May 22, 2018 · 3 comments
Open

Disconnecting from Runkeeper not working #438

andersem opened this issue May 22, 2018 · 3 comments

Comments

@andersem
Copy link

Calls to https://tapiriik.com/auth/disconnect-ajax/runkeeper fails with a 500 error, with no error shown on the website:

image

@step76
Copy link

step76 commented May 22, 2018

I have the same problem.

image

This is the error I've found in the console.

@limerickrunner
Copy link

I'm having the same issue here

@nhuhoai
Copy link

nhuhoai commented Jun 11, 2018

This trick is not solve the issue but can help you to disconnect your RK account:
On your PC, go on RK website and login. Click on the cogs and select Account Settings. On the sidebar, click on Apps then look for tapiriik and click on Remove application.

jkaving added a commit to jkaving/tapiriik that referenced this issue Sep 11, 2018
As mentioned in cpfair#438, if there is a server error when deauthorizing a service it might fail silently. This is because we assume that the response to the browser is JSON encoded and if not we fail with a SyntaxError.

This commit simply adds a try-catch around the JSON parsing and uses the complete response text as the message if the parsing fails.
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

4 participants