Skip to content

fix: notification list returns HTTP 500 #109

@q-soriarty

Description

@q-soriarty

Problem

`copia-cli notification list` fails with `Error: API error (HTTP 500)`.

Root cause

The Copia/Gitea server returns 500 on the notifications endpoint. This may be:

  1. A server-side bug in Copia's Gitea instance
  2. An incorrect API endpoint path
  3. Missing required query parameters

Affected commands

  • `notification list`
  • Potentially `notification read`

Investigation needed

  1. Verify the correct Gitea notification endpoint: `GET /api/v1/notifications`
  2. Check if the endpoint requires specific query parameters
  3. Test directly via `copia-cli api /notifications` to isolate

Discovered by

Real-world testing of installed rpm package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions