Skip to content

Conversation

@balloob
Copy link
Contributor

@balloob balloob commented Jan 14, 2026

Summary

  • Exit with error code 1 and a clean message when the source file doesn't exist
  • Instead of showing a full traceback, displays: Error: [Errno 2] No such file or directory: '/path/to/file'

Dependencies

Test plan

  • Test sendspin serve /nonexistent/file.mp3 - should show clean error and exit with code 1
  • Test sendspin serve /valid/file.mp3 - should work normally

🤖 Generated with Claude Code

Exit with error code 1 and a clean message when the source file
doesn't exist, instead of showing a full traceback.

Requires aiosendspin with propagated OSError support.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@balloob balloob marked this pull request as draft January 14, 2026 03:17
@balloob balloob mentioned this pull request Jan 16, 2026
@balloob balloob closed this in #83 Jan 16, 2026
balloob added a commit that referenced this pull request Jan 16, 2026
aiosendspin 3.0
https://github.com/Sendspin/aiosendspin/releases/tag/3.0.0

Fixes #74
Fixes #75

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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.

2 participants