You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was enabling error reporting to determine my issues and concerns on iambic import issues I am facing. And the https connection to error-reporting-prod.iambic.org/report_exception is notwortking or timing out.
To Reproduce
Steps to reproduce the behavior:
Enable Error Reporting in Config
core:
exception_reporting:
enabled: true
include_variables: false # Do not enable this feature unless you are certain that no sensitive information will be included in the report
automatically_send_reports: true
email_address: address
Error Message
2024/06/26 14:13:02 [error ] Unable to run exception reporting logic
error=HTTPSConnectionPool(host='error-reporting-prod.iambic.org', port=443): Max retries exceeded with url: /report_exception (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1c62292c40>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Community Engagement
Your vote counts! Please support this bug report by adding a 👍 reaction to the original issue, which will aid the community and maintainers in addressing this problem.
Please refrain from adding "+1" or "me too" comments, as these create unnecessary noise for issue followers and do not help in prioritizing the issue. If you wish to contribute to solving this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered:
I was enabling error reporting to determine my issues and concerns on iambic import issues I am facing. And the https connection to error-reporting-prod.iambic.org/report_exception is notwortking or timing out.
To Reproduce
Steps to reproduce the behavior:
core:
exception_reporting:
enabled: true
include_variables: false # Do not enable this feature unless you are certain that no sensitive information will be included in the report
automatically_send_reports: true
email_address: address
Error Message
2024/06/26 14:13:02 [error ] Unable to run exception reporting logic
error=HTTPSConnectionPool(host='error-reporting-prod.iambic.org', port=443): Max retries exceeded with url: /report_exception (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1c62292c40>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Community Engagement
Your vote counts! Please support this bug report by adding a 👍 reaction to the original issue, which will aid the community and maintainers in addressing this problem.
Please refrain from adding "+1" or "me too" comments, as these create unnecessary noise for issue followers and do not help in prioritizing the issue. If you wish to contribute to solving this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered: