Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#440 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
git, github, yaml
領域
tooling

調査の方向性

PERSONAL_DEPENDENCIES がローカルの index.yml を指し、PERSONAL_INSTALLERS が GitHub リポジトリと index.yml の URL を指すようにして、報告されたコマンドを再現します。リポジトリ読み込みのエントリポイントを追跡し、それぞれの URL がどのように解釈されるかを確認します。完了条件は、両方のリポジトリでインデックスが読み込まれ、報告されたエラーなしに利用可能なインストーラーが表示されることです。

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
言語のデータがありません
スター
111
フォーク
93
平均マージ
1日 1時間
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

bottlesdevs/programs のほかの issue

bottlesdevs/programs の issue をすべて見る

似ている issue

DevTools の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。