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

Application keeps asking for Strava authorisation #86

Closed
jaroslawhartman opened this issue Oct 20, 2018 · 2 comments
Closed

Application keeps asking for Strava authorisation #86

jaroslawhartman opened this issue Oct 20, 2018 · 2 comments
Assignees
Labels

Comments

@jaroslawhartman
Copy link

Hi,

This seems like an issue: after initial authorisation and loading list of my segments, when trying to select one of them, the app jumps again to Strava authorisation screen.

Tried on Mac OS, in Chrome and Safari - same behaviour. If important - I'm logging to Strava using email/password.

You can see this problem in this recording.

Best regards,
Jarek

@MathBunny
Copy link
Owner

Thanks for the report, I'll look into it

@MathBunny MathBunny self-assigned this Oct 20, 2018
@MathBunny MathBunny added the bug label Oct 21, 2018
@MathBunny
Copy link
Owner

Seems like a repeat of #83, but I believe I fixed it hopefully once and for all (well, at least until the Redis becomes too big to fit in RAM). I fixed the issue by running sudo apt-get autoremove after realizing that I ran out of disk space on my EC2 again, despite clearing the Redis cache just last week.

Turns out, there was ~2.8GB of Linux boot images stored on the server that weren't needed! 😄

ubuntu@ip-172-31-33-240:/usr/src$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  linux-aws-headers-4.4.0-1022 linux-aws-headers-4.4.0-1028 linux-aws-headers-4.4.0-1030 linux-aws-headers-4.4.0-1031
  linux-aws-headers-4.4.0-1032 linux-aws-headers-4.4.0-1035 linux-aws-headers-4.4.0-1038 linux-aws-headers-4.4.0-1039
  linux-aws-headers-4.4.0-1041 linux-aws-headers-4.4.0-1043 linux-aws-headers-4.4.0-1044 linux-aws-headers-4.4.0-1047
  linux-aws-headers-4.4.0-1048 linux-aws-headers-4.4.0-1049 linux-aws-headers-4.4.0-1052 linux-aws-headers-4.4.0-1054
  linux-aws-headers-4.4.0-1057 linux-aws-headers-4.4.0-1060 linux-aws-headers-4.4.0-1061 linux-aws-headers-4.4.0-1062
  linux-aws-headers-4.4.0-1065 linux-headers-4.4.0-1022-aws linux-headers-4.4.0-1028-aws linux-headers-4.4.0-1030-aws
  linux-headers-4.4.0-1031-aws linux-headers-4.4.0-1032-aws linux-headers-4.4.0-1035-aws linux-headers-4.4.0-1038-aws
  linux-headers-4.4.0-1039-aws linux-headers-4.4.0-1041-aws linux-headers-4.4.0-1043-aws linux-headers-4.4.0-1044-aws
  linux-headers-4.4.0-1047-aws linux-headers-4.4.0-1048-aws linux-headers-4.4.0-1049-aws linux-headers-4.4.0-1052-aws
  linux-headers-4.4.0-1054-aws linux-headers-4.4.0-1057-aws linux-headers-4.4.0-1060-aws linux-headers-4.4.0-1061-aws
  linux-headers-4.4.0-1062-aws linux-headers-4.4.0-1065-aws linux-image-4.4.0-1022-aws linux-image-4.4.0-1028-aws
  linux-image-4.4.0-1030-aws linux-image-4.4.0-1031-aws linux-image-4.4.0-1032-aws linux-image-4.4.0-1035-aws
  linux-image-4.4.0-1038-aws linux-image-4.4.0-1039-aws linux-image-4.4.0-1041-aws linux-image-4.4.0-1043-aws
  linux-image-4.4.0-1044-aws linux-image-4.4.0-1047-aws linux-image-4.4.0-1048-aws linux-image-4.4.0-1049-aws
  linux-image-4.4.0-1052-aws linux-image-4.4.0-1054-aws linux-image-4.4.0-1057-aws linux-image-4.4.0-1060-aws
  linux-image-4.4.0-1061-aws linux-image-4.4.0-1062-aws linux-image-4.4.0-1065-aws
0 upgraded, 0 newly installed, 63 to remove and 115 not upgraded.
After this operation, 2,800 MB disk space will be freed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants