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

HTTPStatusError: Client error '404 Not Found' for url 'http://user-services-backend.user-services.svc.cluster.loca... #2

Open
sentry-io bot opened this issue Jan 24, 2023 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 24, 2023

Sentry Issue: SHOP-SERVICES-24

HTTPStatusError: Client error '404 Not Found' for url 'http://user-services-backend.user-services.svc.cluster.local/api/customer/oD5Gl9tBk7S3CVJw32EGQ7wNwjM2'
For more information check: https://httpstatuses.com/404
(20 additional frame(s) were not displayed)
...
  File "app/shop/remote/user_services.py", line 34, in get_user_tier_user_id
    user_details = cls.get_user_details_by_any_id(any_id)
  File "app/shop/remote/user_services.py", line 29, in get_user_details_by_any_id
    user_details = cls.get(f"/api/customer/{any_id}")
  File "app/shop/remote/remote_service_base.py", line 82, in get
    return cls.request("get", endpoint, headers, **kwargs)
  File "app/shop/remote/remote_service_base.py", line 48, in request
    response.raise_for_status()
  File "httpx/_models.py", line 1510, in raise_for_status
    raise HTTPStatusError(message, request=request, response=self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants