mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Fix directory path calculation bug in downloadFileGRPC() - Bug caused nested directory creation to fail (e.g., crawlab_project/spiders/) - String slicing incorrectly truncated paths mid-character - Now uses filepath.Dir() for correct parent directory extraction - Fixes 'no such file or directory' errors during worker file sync - Resolves spider task failures on worker nodes after gRPC migration Validated by: REL-004, REL-005 test cases