Problème de démon non OK depuis la dernière maj du plugin

Bonjour depuis la dernière mise à jour du plugin le démon refuse de passer à OK j’ai réinstallé relancer les dépendance redémarrer le box rien n’y fait.

Auriez vous une idée pour résoudre le problème ?

Merci d’avance

Quel version de jeedom / plugin / type de machine / OS
une copie écran de la page santé et des log c’est mieux …

1 « J'aime »

googlecast_update.txt (10,3 Ko) googlecast_local.txt (937 Octets)

Voila les logs googlecast local et googlecast update j’ai pas mis le 3ème ca il me semble qu’il y à des information de connexion

Et une copie de la page de config du plugin et de la pages santé de jeedom

Tu ne m’a pas dit quel box tu utilise ?

Visiblement il semble y avoir encore un problème de python dans le 2ième log …

passe les commandes suivantes en ssh :

pip --version
pip3 --version
python --version
python3 --version

et donne nous les résultats ?

pip 20.1.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
pip 20.1.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
Python 2.7.13
Python 3.5.3

Et pour la box c’est une box jeedom pro v2

ton pip n’est pas bon il devrait pointer sur un python2.7 et pas sur un 3.5

tu devrait avoir cela :

pi@proxvm1debian:~$ pip --version
pip 18.1 from /usr/lib/python2.7/dist-packages/pip (python 2.7)

et du coup je peu corriger cela comment ?

Désinstallation de PIP avec purge
Réinstallation de PIP

après désinstallation il m’affiche la même chose il me marque que pip n’es pas installé donc impossible de le désinstaller

Votre version de Linux est trop ancienne et ne contient pas les sources nécessaires aux installations des dépendances actuelles.

Il faut installer un OS plus récent, je ne sais pas comment cela se passe avec une Jeedom Pro.

Je suis sous

Description: Debian GNU/Linux 9.12 (stretch)

Il faut installer une version plus récente ?
Donc débian 10, mais il me semblais que jeedom ne supportait pas encore debian 10

TU a fait quoi pour installer PIP ?

apt install python-pip

Et il y a eu des erreurs ?

Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages were automatically installed and are no longer required:
libpython-dev libpython2.7-dev python2.7-dev
Use ‹ apt autoremove › to remove them.
Recommended packages:
python-all-dev python-wheel
The following NEW packages will be installed:
python-pip
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/179 kB of archives.
After this operation, 671 kB of additional disk space will be used.
Selecting previously unselected package python-pip.
(Reading database … 100192 files and directories currently installed.)
Preparing to unpack …/python-pip_9.0.1-2+deb9u1_all.deb …
Unpacking python-pip (9.0.1-2+deb9u1) …
Processing triggers for man-db (2.7.6.1-2) …
Setting up python-pip (9.0.1-2+deb9u1) …
root@jeedom:~# pip --version
pip 20.1.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)

Non mais toujours la même version de pip

tu a fait ça aussi aprés l’avoir désinstaller .

root@jeedom:~# sudo apt-get remove python-pip python-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package ‹ python-dev › is not installed, so not removed
The following packages were automatically installed and are no longer required:
libpython-dev libpython2.7-dev python2.7-dev
Use ‹ sudo apt autoremove › to remove them.
The following packages will be REMOVED:
python-pip
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 671 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database … 100300 files and directories currently installed.)
Removing python-pip (9.0.1-2+deb9u1) …
Processing triggers for man-db (2.7.6.1-2) …
root@jeedom:~# sudo apt purge python-pip python-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package ‹ python-dev › is not installed, so not removed
Package ‹ python-pip › is not installed, so not removed
The following packages were automatically installed and are no longer required:
libpython-dev libpython2.7-dev python2.7-dev
Use ‹ sudo apt autoremove › to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
root@jeedom:~# apt autoremove
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages will be REMOVED:
libpython-dev libpython2.7-dev python2.7-dev
0 upgraded, 0 newly installed, 3 to remove and 2 not upgraded.
After this operation, 40.5 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database … 100192 files and directories currently installed.)
Removing libpython-dev:arm64 (2.7.13-2) …
Removing python2.7-dev (2.7.13-2+deb9u3) …
Removing libpython2.7-dev:arm64 (2.7.13-2+deb9u3) …
Processing triggers for man-db (2.7.6.1-2) …
root@jeedom:~# pip --version
pip 20.1.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
root@jeedom:~# apt install python-pip
Reading package lists… Done
Building dependency tree
Reading state information… Done
Recommended packages:
python-all-dev python-wheel
The following NEW packages will be installed:
python-pip
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/179 kB of archives.
After this operation, 671 kB of additional disk space will be used.
Selecting previously unselected package python-pip.
(Reading database … 100063 files and directories currently installed.)
Preparing to unpack …/python-pip_9.0.1-2+deb9u1_all.deb …
Unpacking python-pip (9.0.1-2+deb9u1) …
Processing triggers for man-db (2.7.6.1-2) …
Setting up python-pip (9.0.1-2+deb9u1) …
root@jeedom:~# pip --version
pip 20.1.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)

Il y a vraiment quel que chose qui a foutu la Me…

faut peut être que je désinstall pip et pip3

ben au point ou l’on en est desisntall les 2 pip avec purge puis les 2 python
et réinstalle le tout … :crossed_fingers:t6: