Skip to content
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

no lessons return in client.lessons () #295

Open
xmeslin opened this issue Feb 10, 2024 · 1 comment
Open

no lessons return in client.lessons () #295

xmeslin opened this issue Feb 10, 2024 · 1 comment

Comments

@xmeslin
Copy link

xmeslin commented Feb 10, 2024

Hello,

since a few days I don't get anything when I query for lessons. I'm worrectly logged and after client.lessons there is nothing in the lessons variable.

if client.logged_in:
    for child in client.children:
        client.set_child(child)        
        lessons = client.lessons(cette_semaine[0],cette_semaine[1])

image

Is it only me ?

Thank you

Xavier

@tarneaux
Copy link
Contributor

If I'm reading the date correctly, you are querying lessons for the current week, which is a vacation week for french zone C (Créteil, Montpellier, Paris, Toulouse, Versailles). Are there any lessons that should actually be returned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants