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

Exception: NoneType is not iterable #73

Open
simon-ess opened this issue Aug 30, 2023 · 0 comments
Open

Exception: NoneType is not iterable #73

simon-ess opened this issue Aug 30, 2023 · 0 comments

Comments

@simon-ess
Copy link
Contributor

In

for ch in client.findByArgs(prepareFindArgs(conf, [('~name', eachSearchString)])):
we call findByArgs from the CF python client. However, this returns a None when a 404 is sent back, resulting in the titular exception.

This is parallel to ChannelFinder/pyCFClient#27; I am not sure where the best fix should be, but this is just to track it in both repositories.

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