apache / apache/libcloud

FileNotFoundError: [Errno 2] No such file or directory:

未关闭
#1,843 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
2.1k
派生
931
平均合并
1 天 2 小时
30 天内合并 PR
4

描述

## While Trying to upload file to s3 or Azure I getting this FileNotFoundError,

We have functionality like continuously uploading files to the cloud, For the 1st iteration for some files I am getting this issue, while in the second or 3rd iteration those files are able to upload, (tried absolute file path also )

`[E 2023-01-12 10:19:58.949+00:00 mbl:405] U: Error when uploading /workspace/cam_vids/to_upload/Camera_1__2023-01-12__10-19-09__+0000.mp4:
Traceback (most recent call last):
File "/workspace/mbl.py", line 390, in __upload_to_cloud
self.libcloud_driver[str(cam_idx)].upload_object(
File "/usr/local/lib/python3.8/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 1025, in upload_object
blob_size = os.stat(file_path).st_size
FileNotFoundError: [Errno 2] No such file or directory: '/workspace/cam_vids/to_upload/Camera_1__2023-01-12__10-19-09__+0000.mp4'
[D 2023-01-12 10:20:00.069+00:00 mbl:400] U: Uploaded /workspace/cam_vids/to_upload/Camera_1__2023-01-12__10-19-27__+0000.jpg to azurebucket/Camera_1__2023-01-12__10-19-27__+0000.jpg`

贡献指南

打开贡献指南

调研方向

复现 issue 中描述的持续上传流程,从 mbl.py 中的 __upload_to_cloud 和 azure_blobs.py 中的 upload_object 实现开始。比较第一次失败的迭代与之后成功的上传,并确定相关的文件生命周期行为。当理解了第一次迭代中报告的 FileNotFoundError,并且上传流程能够一致地处理受影响的文件时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
aws, azure, python
领域
cloud
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。