Skip to content

fix: add a helpful hint for when EADDRINUSE happens during startup#1526

Merged
bdraco merged 2 commits into
masterfrom
error_handling_EADDRINUSE
Feb 14, 2025
Merged

fix: add a helpful hint for when EADDRINUSE happens during startup#1526
bdraco merged 2 commits into
masterfrom
error_handling_EADDRINUSE

Conversation

@bdraco

@bdraco bdraco commented Feb 14, 2025

Copy link
Copy Markdown
Member

fixes #1523 fixes #967

@codecov

codecov Bot commented Feb 14, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.79%. Comparing base (8fbbe41) to head (65356dc).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1526   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files          33       33           
  Lines        3384     3388    +4     
  Branches      460      462    +2     
=======================================
+ Hits         3377     3381    +4     
  Misses          5        5           
  Partials        2        2           

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

@codspeed-hq

codspeed-hq Bot commented Feb 14, 2025

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #1526 will not alter performance

Comparing error_handling_EADDRINUSE (65356dc) with master (8fbbe41)

Summary

✅ 6 untouched benchmarks

@bdraco bdraco merged commit 48dbb71 into master Feb 14, 2025
@bdraco bdraco deleted the error_handling_EADDRINUSE branch February 14, 2025 18:21
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.

Improve error message for errno.EADDRINUSE when trying to set up the listen socket ZeroConf() returns OSError: [Errno 48] Address already in use

1 participant