dathosim / Pronote2Homeassistant

Tuto et bout de code pour ajouter des éléments de Pronote dans Home assistant
Apache License 2.0
40 stars 20 forks source link

Erreur de connexion pronote #40

Closed aardjoun closed 1 year ago

aardjoun commented 1 year ago

En testant ce soir la connexion a pronote j'ai une erreur :

$ /usr/bin/python3.7 /home/pirate/Pronote2Homeassistant/pronote.py
[_Communication.initialise] Failed to parse html, retrying...
[_Communication.initialise] Failed to parse html, retrying...
[_Communication.initialise] Failed to parse html, retrying...
Erreur de connexion à Pronote (sans ENT) avec le compte parent - vérifier les paramètres
Traceback (most recent call last):
  File "/home/pirate/Pronote2Homeassistant/pronote.py", line 83, in <module>
    if client.logged_in:
NameError: name 'client' is not defined

J'ai vérifié les identifiants en me connectant directement sur le site.

yodn commented 1 year ago

meme erreur

[_Communication.initialise] Failed to parse html, retrying... [_Communication.initialise] Failed to parse html, retrying... [_Communication.initialise] Failed to parse html, retrying... Erreur de connexion via l'ENT avec le compte parent - vérifier les paramètres

Une exception s'est produite : NameError name 'client' is not defined File "W:\Pronote\pronote.py", line 83, in if client.logged_in: NameError: name 'client' is not defined

yodn commented 1 year ago

Ca fonctionne, il faut mettre le dossier pronotepy à jour https://github.com/bain3/pronotepy

aardjoun commented 1 year ago

Pour ceux qui ont installé pronotepy avec pip il faut passer par la commande suivante pour la mise à jour :

pip install -U git+https://github.com/bain3/pronotepy