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

Проблемы с методом Entity.objects.get() в случае если ничего не найдется #123

Open
nupak opened this issue May 10, 2024 · 0 comments

Comments

@nupak
Copy link

nupak commented May 10, 2024

Проблема с методом get
Строчка, которую я вызываю
company = Сompany.objects.get(query=inn)

Если вызываю, к примеру Company.objects.get(query="example") и в самой АМО не будет данных по этому поисковому запросу, то получаю ошибку
File "*\venv\lib\site-packages\amocrm\v2\manager.py", line 24, in get
return next(self.filter(query=query))
StopIteration

Я так полагаю next пытается работать по пустому объекту и получается ошибка

python 3.10, amocrm_api 2.6..1
P.S. Пишу первый раз, не кидайтесь камнями плиз

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

1 participant