KeyError: 'fullname' #5

Open
opened 2020-06-17 20:43:28 +00:00 by JonasFranz · 0 comments
Owner

Sentry Issue: INTERNAL-7

KeyError: 'fullname'
  File "sentry/api/base.py", line 90, in handle_exception
    response = super(Endpoint, self).handle_exception(exc)
  File "sentry/api/base.py", line 207, in dispatch
    response = handler(request, *args, **kwargs)
  File "sentry/api/endpoints/organization_integration_repos.py", line 36, in get
    repositories = install.get_repositories(request.GET.get("search"))
  File "sentry/integrations/gitea/integration.py", line 90, in get_repositories
    return [{"identifier": repo["id"], "name": repo["fullname"]} for repo in resp]
Sentry Issue: [INTERNAL-7](http://localhost:8888/organizations/sentry/issues/7/?referrer=gitea_integration) ``` KeyError: 'fullname' File "sentry/api/base.py", line 90, in handle_exception response = super(Endpoint, self).handle_exception(exc) File "sentry/api/base.py", line 207, in dispatch response = handler(request, *args, **kwargs) File "sentry/api/endpoints/organization_integration_repos.py", line 36, in get repositories = install.get_repositories(request.GET.get("search")) File "sentry/integrations/gitea/integration.py", line 90, in get_repositories return [{"identifier": repo["id"], "name": repo["fullname"]} for repo in resp] ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JonasFranz/sentry-demo#5
No description provided.