Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto
#440 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
35/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
git, github, yaml
Área
tooling

Línea de trabajo

Reproduce los comandos indicados con PERSONAL_DEPENDENCIES apuntando al index.yml local y PERSONAL_INSTALLERS apuntando a las URL del repositorio de GitHub y de index.yml. Rastrea el punto de entrada de carga del repositorio para determinar cómo se interpreta cada URL; se considera completado cuando ambos repositorios cargan su índice y los instaladores disponibles aparecen sin los errores indicados.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
Sin datos de lenguaje
Estrellas
111
Forks
93
Merge medio
1 d 1 h
PR fusionados (30 d)
3

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de bottlesdevs/programs

Todos los issues de bottlesdevs/programs

Issues similares

Más issues de DevTools

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.