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

LTI: Catch Errno::ECONNREFUSED as error #2532

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Sep 16, 2024

This error could occur when a valid hostname is given, but no server is listening on the given address.

Fixes CODEOCEAN-14K

This error could occur when a valid hostname is given, but no server is listening on the given address.

Fixes CODEOCEAN-14K
@MrSerth MrSerth added bug ruby Pull requests that update Ruby code labels Sep 16, 2024
@MrSerth MrSerth self-assigned this Sep 16, 2024
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.40%. Comparing base (4eab086) to head (4cb89eb).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2532   +/-   ##
=======================================
  Coverage   69.40%   69.40%           
=======================================
  Files         199      199           
  Lines        6347     6347           
=======================================
  Hits         4405     4405           
  Misses       1942     1942           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant