YunoHost-Apps / couchdb_ynh

Couchdb package for YunoHost
https://couchdb.apache.org/
Apache License 2.0
4 stars 1 forks source link

Unable to install couchdb: An error occurred inside the app installation script #11

Closed N-Upchurch closed 2 years ago

N-Upchurch commented 2 years ago

Describe the bug

2021-07-09 21:23:26,504: ERROR - Unable to install couchdb: An error occurred inside the app installation script

Received the following warnings before the final error:

2021-07-09 21:23:20,183: WARNING - gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) <bintray@bintray.com>" imported
2021-07-09 21:23:20,192: WARNING - gpg: Total number processed: 1
2021-07-09 21:23:20,193: WARNING - gpg:               imported: 1

&

2021-07-09 21:37:25,036: WARNING - E: Failed to fetch https://apache.bintray.com/couchdb-deb/dists/buster/InRelease  403  Forbidden [IP: 35.157.24.53 443]
2021-07-09 21:37:25,038: WARNING - E: The repository 'https://apache.bintray.com/couchdb-deb buster InRelease' is not signed.

Context

Steps to reproduce

Attempt to install from admin interface

Logs

Here

N-Upchurch commented 2 years ago

It looks like they have changed the repos:

https://github.com/apache/couchdb/issues/3528#issuecomment-826974980

ericgaspar commented 2 years ago

Should be fixed in testing : sudo yunohost app install https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing

N-Upchurch commented 2 years ago

Great, thanks for letting me know! I have installed successfully, and install verification passes all tests. Thanks again!