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

Login fails with ValidationError: ["'https:' is not a valid UUID."] #397

Open
sentry-io bot opened this issue May 30, 2022 · 1 comment
Open

Login fails with ValidationError: ["'https:' is not a valid UUID."] #397

sentry-io bot opened this issue May 30, 2022 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented May 30, 2022

Sentry Issue: EXPORT-TOOL-2-PROD-L0-D3

ValueError: badly formed hexadecimal UUID string
  File "django/db/models/fields/__init__.py", line 2396, in to_python
    return uuid.UUID(value)
  File "python3.6/uuid.py", line 140, in __init__
    raise ValueError('badly formed hexadecimal UUID string')

ValidationError: ["'https:' is not a valid UUID."]
(20 additional frame(s) were not displayed)
...
  File "rest_framework/views.py", line 486, in dispatch
    response = handler(request, *args, **kwargs)
  File "api/views.py", line 206, in list
    return Response(serializer.data, status=status.HTTP_200_OK)
  File "rest_framework/serializers.py", line 739, in data
    ret = super(ListSerializer, self).data
  File "rest_framework/serializers.py", line 263, in data
    self._data = self.to_representation(self.instance)
  File "rest_framework/serializers.py", line 657, in to_representation
    self.child.to_representation(item) for item in iterable

ValidationError: ["'https:' is not a valid UUID."]
@ramyaragupathy
Copy link
Member

Labelling it as critical since it limits end user benefits

cc @itskshitiz321 @LeenDhondt

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

2 participants