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

search_list() stops when there is an error #2

Closed
juanfung opened this issue Jun 25, 2021 · 0 comments
Closed

search_list() stops when there is an error #2

juanfung opened this issue Jun 25, 2021 · 0 comments
Assignees

Comments

@juanfung
Copy link
Owner

In principle, each query in the list should be independent of the others, so if there is a GET error then that gets stored as the result. But this did not account for other errors, which will stop search_list() from completing the rest of the searches. Moreover, none of the results are saved. Shame!

Use tryCatch(). Duh

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