-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PronoteAPIError( pronotepy.exceptions.PronoteAPIError: Unknown error from pronote: 3 | Accès refusé #294
Comments
I have the same issue :
I have the same issue when i looking for same info like "client.info.ine_number" |
Right, OK. This is an issue with the parent client. |
@ajones01 Are you also connecting through a parent account? I am struggling to recreate the issue. @Aldarande I am able to call |
Yes, I'm also connecting through a parent account. |
So let show a kind of my code :
Et donc voici le résultat :
|
Hi there,
I think this is related to some of the other outstanding reported bugs, but certain calls (anything to do with collections) is causing an "Unknown error from pronote: 3 | Accès refusé" error. Below some code, with comments on calls that are successful and those that cause the above error:
if client.logged_in:
nom_utilisateur = client.info.name
print(f'Logged in as {nom_utilisateur}') # this works
Let me know if you need any further details.
The text was updated successfully, but these errors were encountered: