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

Broken parsing for Koji builds with other method than 'build' #2367

Closed
sentry-io bot opened this issue Mar 9, 2024 · 0 comments · Fixed by packit/packit-service-fedmsg#105
Closed
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 9, 2024

Sentry Issue: PCKT-002-PACKIT-SERVICE-7D1

ValueError: too many values to unpack (expected 3)
(2 additional frame(s) were not displayed)
...
  File "celery/app/task.py", line 736, in retry
    raise_with_context(exc)
  File "celery/app/autoretry.py", line 38, in run
    return task._orig_run(*args, **kwargs)
  File "packit_service/worker/tasks.py", line 180, in process_message
    return SteveJobs.process_message(event=event, source=source, event_type=event_type)
  File "packit_service/worker/jobs.py", line 173, in process_message
    event_object: Optional[Event] = parser(event)
  File "packit_service/worker/parser.py", line 1367, in parse_koji_build_event
    raw_git_ref, fedora_target, _ = event.get("request")
lbarcziova added a commit to lbarcziova/packit-service-fedmsg that referenced this issue Mar 9, 2024
@lbarcziova lbarcziova self-assigned this Mar 9, 2024
@lbarcziova lbarcziova moved this from new to in-review in Packit Kanban Board Mar 9, 2024
lbarcziova added a commit to lbarcziova/packit-service-fedmsg that referenced this issue Mar 9, 2024
softwarefactory-project-zuul bot added a commit to packit/packit-service-fedmsg that referenced this issue Mar 11, 2024
Koji events filtering adjustments

Fixes packit/packit-service#2367
RELEASE NOTES BEGIN
N/A
RELEASE NOTES END

Reviewed-by: Maja Massarini
@github-project-automation github-project-automation bot moved this from in-review to done in Packit Kanban Board Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant