Skip to content

fix: hide "cannot send response to queue: SendError" message#2209

Merged
thomas-zahner merged 1 commit into
lycheeverse:masterfrom
rina-forks:hide-senderror
May 28, 2026
Merged

fix: hide "cannot send response to queue: SendError" message#2209
thomas-zahner merged 1 commit into
lycheeverse:masterfrom
rina-forks:hide-senderror

Conversation

@katrinafyi

Copy link
Copy Markdown
Member

Fixes #2189

The SendError message was just a distracting panic that was printed alongside a genuine error in another input URL.

It should be okay to just silence the warning. If sending has failed, then the channel has dropped which means we are heading towards a main thread exit which would print any necessary messages.

Fixes https://www.github.com/lycheeverse/lychee/issues/2189

The SendError message was just a distracting panic that was printed alongside a
genuine error in another input URL.

It should be okay to just silence the warning because if sending has
failed, then the channel has dropped which means we are heading
towards a main thread exit which would print any necessary messages.

@thomas-zahner thomas-zahner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks! That makes sense. I ran cargo fmt on your commit to fix the formatting.

@thomas-zahner thomas-zahner merged commit ecf2a67 into lycheeverse:master May 28, 2026
7 checks passed
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.

lychee can panic with invalid input URL

2 participants