Skip to content

add-repo with URL silently returns to the home screen #5

Description

@Exhen

add-repo with no URL (or an invalid argument) prints an error, so the ;kpm search-bar hook is working.

add-repo with any URL does nothing: the device returns to the home screen immediately, with no log on screen and no success/error message.

This is not specific to a third-party repo. It also happens with the official manifest:

;kpm add-repo https://raw.githubusercontent.com/KindleModding/repo/refs/heads/main/manifest.v2.json

Steps to reproduce

  1. On a jailbroken Kindle with KPM installed, open the home-screen search bar.
  2. Run ;kpm add-repo or ;kpm add-repo 123 — an error is shown (expected).
  3. Run ;kpm add-repo https://raw.githubusercontent.com/KindleModding/repo/refs/heads/main/manifest.v2.json.

Expected

A log line such as Added repository '…' or an explicit fetch/parse error.

Actual

No output. The UI returns to the home screen.

The same silent return happens with other URLs. Adding --fbink does not change this when a URL is present.

Notes

  • Wi-Fi is on.
  • Commands that do not fetch a URL (for example add-repo with a missing/invalid argument) still show errors, so this looks like a crash or early exit during the HTTPS GET, not a broken search-bar integration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions