Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Testing via local manifest fails due to error in loading installers index

Open
#440 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
git, github, yaml
Domain
tooling

Research direction

Reproduce the reported commands with PERSONAL_DEPENDENCIES pointing to the local index.yml and PERSONAL_INSTALLERS pointing to the GitHub repository and index.yml URLs. Trace the repository-loading entry point to determine how each URL is interpreted; done means both repositories load their index and the available installers appear without the reported errors.

Written by the indexing model from the issue text.

Description

I was planning to create some installers for software i used to use. However, i am getting errors when to read the fork's index.yml.

Starting bottles using the following command i get the following

PERSONAL_DEPENDENCIES=file:///home/MY_USERNAME/.bottles/local_installers/programs/index.yml flatpak run com.usebottles.bottles
...
20:58:39 (INFO) Using personal dependencies repository at file:///home/MY_USERNAME/.bottles/local_installers/programs/index.yml 
20:58:39 (ERROR) Could not get index for dependencies repository: (37, "Couldn't open file /home/MY_USERNAME/.bottles/local_installers/programs/index.yml/index.yml") 
20:58:39 (ERROR) Could not get index for dependencies repository 
...

Permissions have been checked but without further progress. Then i tried to read from a git repository. But even reading from the official's repo main branch results in errors:

PERSONAL_INSTALLERS=https://github.com/bottlesdevs/programs/tree/main flatpak run com.usebottles.bottles
...
21:02:15 (INFO) Catalog components loaded 
21:02:15 (ERROR) Cannot fetch installers repository index. 
21:02:15 (INFO) No installers found! 
PERSONAL_INSTALLERS=https://github.com/bottlesdevs/programs/tree/main/index.yml flatpak run com.usebottles.bottles
...
21:02:44 (INFO) Using personal installers repository at https://github.com/bottlesdevs/programs/tree/main/index.yml 
21:02:45 (ERROR) Could not get index for installers repository 

I am running out of options and can not see any obvious errors. Since the terminal log is limited I don't know which steps i should go to progress.

Dominant language
No language data
Stars
111
Forks
93
Avg merge
1d 1h
Merged PRs (30d)
3

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from bottlesdevs/programs

All issues in bottlesdevs/programs

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.