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

Traceback in canonical_representation method #195

Closed
rolandgeider opened this issue Sep 24, 2015 · 0 comments
Closed

Traceback in canonical_representation method #195

rolandgeider opened this issue Sep 24, 2015 · 0 comments
Assignees
Milestone

Comments

@rolandgeider
Copy link
Member

Per mail from wger.de, seems some part of the dictionary was not filled correctly:

Traceback (most recent call last):
  File "/home/rge/www/venv-wger-production/lib/python3.4/site-packages/django/core/handlers/base.py", line 111, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rge/www/wger-patched/wger/manager/views/workout.py", line 81, in view
    canonical = workout.canonical_representation
  File "/home/rge/www/wger-patched/wger/manager/models.py", line 122, in canonical_representation
    canonical_repr_day = day.get_canonical_representation()
  File "/home/rge/www/wger-patched/wger/manager/models.py", line 484, in get_canonical_representation
    set_obj)
ValueError: too many values to unpack (expected 2)
@rolandgeider rolandgeider self-assigned this Sep 24, 2015
@rolandgeider rolandgeider added this to the 1.7 milestone Sep 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant