Skip to content

Remove stale upload_to_gcs call from /api/capture handler#1

Merged
noahsprent merged 1 commit into
mainfrom
fix-stale-upload-to-gcs-import
Jun 3, 2026
Merged

Remove stale upload_to_gcs call from /api/capture handler#1
noahsprent merged 1 commit into
mainfrom
fix-stale-upload-to-gcs-import

Conversation

@noahsprent

Copy link
Copy Markdown
Member

GCS uploads were moved out of the plugin into the cron sidecar (~/take_and_upload_photo.sh) in 1652eec, but the matching import and call in camera_server.py were left behind. First POST to /api/capture raised ImportError, dropping the connection mid-response and surfacing in the UI as Capture failed: network error.

GCS uploads were moved out of the plugin into the cron sidecar
(~/take_and_upload_photo.sh) in 1652eec, but the matching import
and call in camera_server.py were left behind. First POST to
/api/capture raised ImportError, dropping the connection mid-response
and surfacing in the UI as Capture failed: network error.
@noahsprent noahsprent merged commit 5f9674c into main Jun 3, 2026
1 check passed
@noahsprent noahsprent deleted the fix-stale-upload-to-gcs-import branch June 3, 2026 12:42
noahsprent added a commit that referenced this pull request Jun 3, 2026
Remove stale upload_to_gcs call from /api/capture handler
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.

1 participant