chaoss / chaoss/CollectOSS

KeyError: full_name in github repo move task

Open
#187 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13
Forks
17
Avg merge
6h 59m
Merged PRs (30d)
1

Description

> [!NOTE]
> Migrated from [augurlabs/augur#3621](https://github.com/augurlabs/augur/issues/3621)
> Originally opened by `@MoralCode` on 2026-01-22

---

repo https://github.com/konveyor/openvpn

Stack Trace

```
Traceback (most recent call last):
File "/augur/.venv/lib/python3.11/site-packages/celery/app/trace.py", line 453, in trace_task
R = retval = fun(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/augur/.venv/lib/python3.11/site-packages/celery/app/trace.py", line 736, in __protected_call__
return self.run(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/augur/augur/tasks/github/detect_move/tasks.py", line 30, in detect_github_repo_move_core
ping_github_for_repo_move(session, key_auth, repo, logger)
File "/augur/augur/tasks/github/detect_move/core.py", line 95, in ping_github_for_repo_move
owner, name = extract_owner_and_repo_from_endpoint(key_auth, redirect_location, logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/augur/augur/tasks/github/detect_move/core.py", line 63, in extract_owner_and_repo_from_endpoint
full_repo_name = page_data['full_name']
~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'full_name'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.