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

AttributeError when trying to manually access a saved activity that doesn't exist #64

Open
aaron-schroeder opened this issue Jan 5, 2023 · 0 comments
Labels
bug Something isn't working Production

Comments

@aaron-schroeder
Copy link
Owner

eg if I went to the url /saved/9999, the server has the following error:

  File "/home/aaron/aaron-schroeder/distilling-flask-deploy/application/plotlydash/pages/dashboard_db.py", line 32, in layout
    activity.strava_id,
AttributeError: 'NoneType' object has no attribute 'strava_id'
@aaron-schroeder aaron-schroeder added bug Something isn't working Production labels Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Production
Projects
None yet
Development

No branches or pull requests

1 participant