"403 forbidden" while installing doctorcube

,

hello,

i am new to yunohost, i am setting up my new “brique internet” and was trying to install “docteur cube” from : github.com/labriqueinternet/doctorcube_ynh

i had 403 errors while installing and install failed : here are the messages i get in the “console” from admin web page :

Échec de l'installation
Exécution du script « /var/cache/yunohost/from_file/doctorcube_ynh-master/scripts/remove »...
+ rm -fr /tmp/doctorcube-kT6j9
+ cleaning
++ exit 1
[ERR] There was an error, script aborted
++ echo '[ERR] There was an error, script aborted'
++ log '[ERR] There was an error, script aborted'
++ err 'There was an error, script aborted'
++ cleaning_err
Unable to retrieve the remote app list
2016-12-28 23:50:36 ERROR 403: Forbidden.
HTTP request sent, awaiting response... 403 Forbidden
Connecting to labriqueinter.net (labriqueinter.net)|80.67.188.163|:443... connected.
Resolving labriqueinter.net (labriqueinter.net)... 80.67.188.163, 2001:913::3
--2016-12-28 23:50:35-- https://labriqueinter.net/apps/labriqueinternet.json
converted 'https://labriqueinter.netapps/labriqueinternet.json' (ANSI_X3.4-1968) -> 'https://labriqueinter.net/apps/labriqueinternet.json' (UTF-8)
+ sudo yunohost app fetchlist -n labriqueinternet -u https://labriqueinter.net/apps/labriqueinternet.json
+ cat
+ true
+ to_logs
[INFO] Fetching labriqueinternet app list...
+ echo '[INFO] Fetching labriqueinternet app list...'
+ log '[INFO] Fetching labriqueinternet app list...'
+ info 'Fetching labriqueinternet app list...'
+ fetch_labriqueinternet_applist
+ sudo yunohost app listlists
+ grep -q labriqueinternet
+ has_labriqueinternet_applist
[INFO] DoctorCube version is now 0.3
+ echo '[INFO] DoctorCube version is now 0.3'
+ log '[INFO] DoctorCube version is now 0.3'
+ info 'DoctorCube version is now 0.3'
+ sudo yunohost app setting doctorcube version -v 0.3
+ local version=0.3
+ set_doctorcube_version 0.3
+ source src/commands
+ source src/helpers
++ trap cleaning_err ERR
++ trap cleaning EXIT
++ _APT='sudo --preserve-env apt-get'
++ readonly '_APT=sudo --preserve-env apt-get'
++ _TMPDIR=/tmp/doctorcube-kT6j9
++ readonly _TMPDIR=/tmp/doctorcube-kT6j9
+++ mktemp -dp /tmp/ doctorcube-XXXXX
++ _CURRENTVERSION=
++ readonly _CURRENTVERSION=
+++ sudo yunohost app setting doctorcube version
++ _LATESTVERSION=0.3
++ readonly _LATESTVERSION=0.3
+++ cat ./version
++ _ISVERBOSE=true
++ readonly _ISVERBOSE=true
+++ echo true
+++ '[' huBE '!=' huxBE ']'
++ LANG=C
++ LANGUAGE=C
++ LC_ALL=C
++ export LC_ALL=C LANGUAGE=C LANG=C
++ DEBCONF_NONINTERACTIVE_SEEN=true
++ export DEBCONF_NONINTERACTIVE_SEEN=true
++ DEBIAN_FRONTEND=noninteractive
++ export DEBIAN_FRONTEND=noninteractive
++ set -Eu -o pipefail
+ source src/env
Exécution du script « /var/cache/yunohost/from_file/doctorcube_ynh-master/scripts/install »...
Terminé.
Extraction...
Téléchargement... 

i am not sure why i have this 403 error… and would gladly take any help :slight_smile:
thanks
raphael.

When did you got this error? I don’t have it anymore but I know that LDN (who host this app list) have been moving its infrastructure in the previous day.

You might want to simply retry to install it, it should be fine now.

hi,
error was last night, i tried again this morning and had same result… :

Échec de l’installation

  • rm -fr /tmp/doctorcube-PSWDm
  • cleaning
    ++ exit 1
    [ERR] There was an error, script aborted
    ++ echo ‘[ERR] There was an error, script aborted’
    ++ log ‘[ERR] There was an error, script aborted’
    ++ err ‘There was an error, script aborted’
    ++ cleaning_err
    Unable to retrieve the remote app list
    2016-12-29 09:03:56 ERROR 403: Forbidden.
    HTTP request sent, awaiting response… 403 Forbidden
    Connecting to labriqueinter.net (labriqueinter.net)|80.67.188.163|:443… connected.
    Resolving labriqueinter.net (labriqueinter.net)… 80.67.188.163, 2001:913::3

:cry:

Je viens d’aller fouiller un peu plus, en fait c’est wget qui est bloqué (et pas les navigateurs) pour une raison que j’ignore. L’user agent de wget est probablement bloqué depuis la migration de LDN, j’ai remonté le bug et ça devrait bientôt (normalement) être fixé, merci de l’avoir signalé :slight_smile:

dac, super ! merci du retour.
je patiente :slight_smile:

Et c’est fixé à l’instant :slight_smile:

en effet, ça marche :slight_smile:

1 Like