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

ValueError: not enough values to unpack (expected 2, got 1) #2562

Open
sentry-io bot opened this issue Oct 4, 2024 · 0 comments
Open

ValueError: not enough values to unpack (expected 2, got 1) #2562

sentry-io bot opened this issue Oct 4, 2024 · 0 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 4, 2024

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

ValueError: not enough values to unpack (expected 2, got 1)
(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 199, in process_message
    return SteveJobs.process_message(event=event, source=source, event_type=event_type)
  File "packit_service/worker/jobs.py", line 174, in process_message
    event_object: Optional[Event] = parser(event)
  File "packit_service/worker/parser.py", line 1381, in parse_koji_build_event
    package_name, commit_hash = raw_git_ref.split("/")[-1].split(".git#")
@lbarcziova lbarcziova self-assigned this Oct 4, 2024
lbarcziova added a commit to lbarcziova/packit-service that referenced this issue Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: in-review
Development

No branches or pull requests

1 participant