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

Archive Import #138

Closed
Hanfbaum opened this issue Aug 5, 2024 · 1 comment
Closed

Archive Import #138

Hanfbaum opened this issue Aug 5, 2024 · 1 comment
Labels
component: Strava Everything related to Strava type: bug Something isn't working

Comments

@Hanfbaum
Copy link

Hanfbaum commented Aug 5, 2024

Import des Strava Archive bricht sofort ab mit der aktuellen Version 0.25. Von der API lädt es.

E:\Martin\Playground_Strava>python -m geo_activity_playground serve
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\Hanfbaum\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\geo_activity_playground\__main__.py", line 116, in <module>
    main()
  File "C:\Users\Hanfbaum\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\geo_activity_playground\__main__.py", line 92, in main
    options.func(options)
  File "C:\Users\Hanfbaum\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\geo_activity_playground\__main__.py", line 66, in <lambda>
    *make_activity_repository(options.basedir, options.skip_strava),
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Hanfbaum\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\geo_activity_playground\__main__.py", line 110, in make_activity_repository
    scan_for_activities(repository, tile_visit_accessor, config, skip_strava)
  File "C:\Users\Hanfbaum\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\geo_activity_playground\webui\upload\controller.py", line 101, in scan_for_activities
    import_from_strava_checkout(repository)
TypeError: import_from_strava_checkout() takes 0 positional arguments but 1 was given

E:\Martin\Playground_Strava>pause
@martin-ueding martin-ueding added type: bug Something isn't working component: Strava Everything related to Strava labels Aug 5, 2024
@martin-ueding
Copy link
Owner

That's an oversight because I haven't tested the checkout. I've fixed this particular bug in 0.26.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: Strava Everything related to Strava type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants