"Image Upload Failure on macOS with Screenshot Filename Format"
Resolved 💬 8 comments Opened Jun 16, 2025 by terry-pan-dev Closed Jan 4, 2026
Bug Description
The issue I encountered is claude code cannot read image from my macos. Basically I drap drop an image file from my screenshorts folder, it just cannot read it. Macos screenshot has its own special name format something like "Screenshot 2025-06-16 at 7.24.08 pm". After a few debugging, I found the solution is to use 24-hour system format. Not entirely sure if you can fix this in code level.
Environment Info
- Platform: darwin
- Terminal: vscode
- Version: 1.0.24
- Feedback ID: ec7c1fd0-ab5e-4b2a-b2a7-50220c301e88
Errors
Error: File does not exist.
it seems the space between 08 and pm a little special.
This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗