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

added error handling #111

Merged
merged 3 commits into from
Jan 27, 2025
Merged

added error handling #111

merged 3 commits into from
Jan 27, 2025

Conversation

khushaljethava
Copy link
Contributor

it will solve #110 this issue.

agents_data.append(data)
except Exception as e:
logger.error(f"An error occurred with key {key}: {e}")
agents_data.append(None)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khushaljethava Can youo remove adding None to the array in case of exception. I don't think it'll server any purpose.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prateeksachan please check.

@prateeksachan prateeksachan merged commit 1e70643 into bolna-ai:master Jan 27, 2025
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

Successfully merging this pull request may close these issues.

2 participants