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

Ошибка authorizationFailed при логине с правильными данными #7

Closed
SNESEAR opened this issue Mar 28, 2021 · 1 comment

Comments

@SNESEAR
Copy link

SNESEAR commented Mar 28, 2021

Хотел попробовать pydnevnikruapi.dnevnik, но он при выполнении кода выдаёт:
{'type': 'authorizationFailed', 'description': "Can't authorize"}
P. S. (логин и пароль проверил, правильные)
Подскажите пожалуйста, может я делаю что-то не так?

from pydnevnikruapi.dnevnik import dnevnik

log = 'login'
pas = 'password'

dn = dnevnik.DiaryAPI(login=log, password=pas)

print(dn.get_classmates())
@SNESEAR SNESEAR changed the title Не работает Ошибка authorizationFailed при логине с правильными данными Mar 28, 2021
@kesha1225
Copy link
Owner

произошел фикс))

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