You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to log in with my credentials, I always get this error
File "C:\Users\Eleve\AppData\Roaming\Python\Python38\site-packages\pronotepy\ent\generic_func.py", line 135, in _cas_edu
raise ENTLoginError("Connection failure 1")
pronotepy.exceptions.ENTLoginError: Connection failure
for this code
import pronotepy
from pronotepy.ent import ac_reims
# importing ent specific function, you do not need to import anything if you dont use an ent
client = pronotepy.Client('https://********.index-education.net/pronote/eleve.html',
username='***********',
password='*****',
account_pin="1111",
ent=ac_reims,
device_name="pronotepy",
client_identifier=None)
# keep client identifier from pronote
identifier = client.client_identifier
However, when I edit the generic_func by removing the &service=https://example.com/ from the URL https://cas.monbureaunumerique.fr/login?selection=EDU&service=https://example.com/ (by this code url= url.split('&')[0]), it works.
Moreover, it bears out with my browser : Application not allowed to use CAS if &service=https://example.com/ is present but if I remove it, it perfectly works.
May someone fix this problem?
The text was updated successfully, but these errors were encountered:
Hello,
Not working too with eclat_bfc with username/password authentification.
And not working with qrcode authentification, entities are unavailable and error "Decryption failed while tryng to unpad. ( probably bad decryption key/iv)', 'exception happened during logging -> probably bad username/password') but when i connect with browser username and password are ok
Hello,
When I try to log in with my credentials, I always get this error
for this code
However, when I edit the
generic_func
by removing the&service=https://example.com/
from the URLhttps://cas.monbureaunumerique.fr/login?selection=EDU&service=https://example.com/
(by this codeurl= url.split('&')[0]
), it works.Moreover, it bears out with my browser :
Application not allowed to use CAS
if&service=https://example.com/
is present but if I remove it, it perfectly works.May someone fix this problem?
The text was updated successfully, but these errors were encountered: