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

Check for allowed Git forges in Copr can raise CoprNoResultException #2445

Open
sentry-io bot opened this issue Jun 18, 2024 · 0 comments
Open

Check for allowed Git forges in Copr can raise CoprNoResultException #2445

sentry-io bot opened this issue Jun 18, 2024 · 0 comments
Labels
area/copr Related to the integration with copr.fedorainfracloud.org/ complexity/single-task Regular task, should be done within days. gain/high This brings a lot of value to (not strictly a lot of) users. impact/low This issue impacts only a few users. kind/bug Something isn't working.

Comments

@sentry-io
Copy link

sentry-io bot commented Jun 18, 2024

Sentry Issue: PCKT-002-PACKIT-SERVICE-747

CoprNoResultException: b'Project packit/newa does not exist.'
(13 additional frame(s) were not displayed)
...
  File "packit_service/worker/helpers/build/copr_build.py", line 342, in is_forge_project_allowed_to_build_in_copr
    copr_project = self.api.copr_helper.copr_client.project_proxy.get(
  File "copr/v3/helpers.py", line 73, in wrapper
    result = func(*args, **kwargs)
  File "copr/v3/proxies/project.py", line 34, in get
    response = self.request.send(endpoint=endpoint, params=params)
  File "copr/v3/requests.py", line 46, in send
    handle_errors(response)
  File "copr/v3/requests.py", line 131, in handle_errors
    raise CoprNoResultException(response_json["error"], response=response)
@lbarcziova lbarcziova added kind/bug Something isn't working. area/copr Related to the integration with copr.fedorainfracloud.org/ labels Jun 18, 2024
@mfocko mfocko added complexity/single-task Regular task, should be done within days. impact/low This issue impacts only a few users. gain/high This brings a lot of value to (not strictly a lot of) users. labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/copr Related to the integration with copr.fedorainfracloud.org/ complexity/single-task Regular task, should be done within days. gain/high This brings a lot of value to (not strictly a lot of) users. impact/low This issue impacts only a few users. kind/bug Something isn't working.
Projects
Status: backlog
Development

No branches or pull requests

2 participants