Skip to content

Fix /pack upload path (Storage::path, local disk root is app/private)#32

Merged
StuMason merged 3 commits into
mainfrom
fix/pack-storage-path
Jun 30, 2026
Merged

Fix /pack upload path (Storage::path, local disk root is app/private)#32
StuMason merged 3 commits into
mainfrom
fix/pack-storage-path

Conversation

@StuMason

Copy link
Copy Markdown
Owner

The worker looked for the uploaded archive at storage/app/packs/... but storeAs writes to storage/app/private/packs/... (Laravel's local disk root). Resolve via Storage::path($stored). Confirmed end-to-end on Netcup: a real pack now produces crunch.json (transcript + event join + moments).

StuMason added 3 commits June 30, 2026 15:07
…app/private)

The worker looked for the archive at storage/app/packs/... but storeAs put it at
storage/app/private/packs/... (Laravel's local disk root), so unpack failed with
'Could not read the pack archive listing'. Use Storage::path($stored) so the path
matches wherever the disk actually wrote it.
A 10-min take at 1fps = ~650 sequential OCR calls (~20min) + thousands of noisy
spans. Cap total frames (default 250): keep every interaction, widen the baseline
cadence to fit the remaining budget. Short takes are unchanged.
@StuMason
StuMason merged commit d6fbe6c into main Jun 30, 2026
3 checks passed
@StuMason
StuMason deleted the fix/pack-storage-path branch June 30, 2026 15:45
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