Skip to content

[Cleanup] Remove unnecessary CameraConnectionError error message#859

Merged
newtonick merged 1 commit intoSeedSigner:devfrom
kdmukai:2025-12_remove_CameraConnectionError_message
Jan 17, 2026
Merged

[Cleanup] Remove unnecessary CameraConnectionError error message#859
newtonick merged 1 commit intoSeedSigner:devfrom
kdmukai:2025-12_remove_CameraConnectionError_message

Conversation

@kdmukai
Copy link
Copy Markdown
Contributor

@kdmukai kdmukai commented Dec 26, 2025

Description

When CameraConnectionError is raised, the exception handler routes users to the new CameraConnectionErrorView. That View then has its own text to guide the user to resolve the issue.

The error message defined in CameraConnectionError is never presented to the user and does not provide any useful debugging into for devs.

Worse, the unnecessary error message is marked for translation. Obviously there's no need to create additional translation burden on a string that is never presented to the user.


This pull request is categorized as a:

  • Other: cleanup

Checklist

  • I’ve run pytest and made sure all unit tests pass before submitting the PR

If you modified or added functionality/workflow, did you add new unit tests?

  • N/A

I have tested this PR on the following platforms/os:

  • N/A

@newtonick
Copy link
Copy Markdown
Collaborator

ACK

@newtonick newtonick merged commit 56d2315 into SeedSigner:dev Jan 17, 2026
2 checks passed
@newtonick newtonick moved this from 0.8.7 Needs Code Review to 0.8.7 Merged in @SeedSigner Development Board Jan 17, 2026
@newtonick newtonick added this to the 0.8.7 milestone Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 0.8.7 Merged

Development

Successfully merging this pull request may close these issues.

2 participants