Browse Source
The grep was matching 'source_file_id' instead of 'file_id'. Fixed pattern to look for ' file_id: ' (with spaces) which excludes 'source_file_id:' line. Now will correctly extract: file_id: "7,d0cdf5711" ← THIS ONE Instead of: source_file_id: "0,000000000" ← NOT THIS The correct chunk ID should download successfully from volume server!pull/7526/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue