rclone-api 1.1.67__py2.py3-none-any.whl → 1.1.69__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
rclone_api/mount.py CHANGED
@@ -310,6 +310,7 @@ class MultiMountFileChunker:
310
310
  executor.submit(lambda: mount.close())
311
311
 
312
312
  def fetch(self, offset: int, size: int) -> bytes | Exception:
313
+ print(f"Fetching chunk {offset} - {offset + size} from {self.filename}")
313
314
  try:
314
315
  assert offset % self.chunk_size.as_int() == 0
315
316
  assert size <= self.chunk_size.as_int()
@@ -332,18 +333,26 @@ class MultiMountFileChunker:
332
333
  self.mounts_processing.append(mount)
333
334
 
334
335
  path = mount.mount_path / self.filename
336
+ print(f"Fetching chunk {start} - {start + chunk_size} from {path}")
335
337
 
336
- def task() -> bytes | Exception:
338
+ def task(start=start, size=size, path=path) -> bytes | Exception:
337
339
  try:
340
+ print(
341
+ f"Fetching chunk {start} - {start + chunk_size} from {path}"
342
+ )
338
343
  with path.open("rb") as f:
339
344
  f.seek(offset)
340
345
  return f.read(size)
341
346
  except KeyboardInterrupt as e:
342
347
  import _thread
343
348
 
349
+ warnings.warn(f"Error fetching file chunk: {e}")
350
+
344
351
  _thread.interrupt_main()
345
352
  return Exception(e)
346
353
  except Exception as e:
354
+ stack_trace = e.__traceback__
355
+ warnings.warn(f"Error fetching file chunk: {e}\n{stack_trace}")
347
356
  return e
348
357
  finally:
349
358
  with self.lock:
@@ -364,4 +373,5 @@ class MultiMountFileChunker:
364
373
  del chunk
365
374
  return out
366
375
  except Exception as e:
376
+ warnings.warn(f"Error fetching file chunk: {e}")
367
377
  return e
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rclone_api
3
- Version: 1.1.67
3
+ Version: 1.1.69
4
4
  Summary: rclone api in python
5
5
  Home-page: https://github.com/zackees/rclone-api
6
6
  License: BSD 3-Clause License
@@ -11,7 +11,7 @@ rclone_api/exec.py,sha256=Pd7pUBd8ib5MzqvMybG2DQISPRbDRu20VjVRL2mLAVY,1076
11
11
  rclone_api/file.py,sha256=EP5yT2dZ0H2p7CY5n0y5k5pHhIliV25pm8KOwBklUTk,1863
12
12
  rclone_api/filelist.py,sha256=xbiusvNgaB_b_kQOZoHMJJxn6TWGtPrWd2J042BI28o,767
13
13
  rclone_api/group_files.py,sha256=H92xPW9lQnbNw5KbtZCl00bD6iRh9yRbCuxku4j_3dg,8036
14
- rclone_api/mount.py,sha256=hd6_zmJ-wH337F0eh9JJMMlVzj92m32tLm2t5qZFxNc,12931
14
+ rclone_api/mount.py,sha256=sFwhlI0uhOyGphCWaDwp2KWGqx95AEyUZmXMcWN7Kls,13552
15
15
  rclone_api/process.py,sha256=rBj_S86jC6nqCYop-jq8r9eMSteKeObxUrJMgH8LZvI,5084
16
16
  rclone_api/rclone.py,sha256=3z1RY6AvYWL4aRuyY1aguXvake8bA99exemQc5Itenk,48754
17
17
  rclone_api/remote.py,sha256=O9WDUFQy9f6oT1HdUbTixK2eg0xtBBm8k4Xl6aa6K00,431
@@ -33,9 +33,9 @@ rclone_api/s3/chunk_types.py,sha256=LbXayXY1KgVU1LkdbASD_BQ7TpVpwVnzMjtz--8LBaE,
33
33
  rclone_api/s3/create.py,sha256=wgfkapv_j904CfKuWyiBIWJVxfAx_ftemFSUV14aT68,3149
34
34
  rclone_api/s3/types.py,sha256=yBnJ38Tjk6RlydJ-sqZ7DSfyFloy8KDYJ0mv3vlOzLE,1388
35
35
  rclone_api/s3/upload_file_multipart.py,sha256=y9azNAU8QH5Ovwz33V2HZwNmJdlFjJg-jrXLZ1gtMds,10364
36
- rclone_api-1.1.67.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
37
- rclone_api-1.1.67.dist-info/METADATA,sha256=Y1RjODfbwxUxZXs0nJ9wZzTbkLPftgtw8_QQSH1BXqc,4537
38
- rclone_api-1.1.67.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
39
- rclone_api-1.1.67.dist-info/entry_points.txt,sha256=TV8kwP3FRzYwUEr0RLC7aJh0W03SAefIJNXTJ-FdMIQ,200
40
- rclone_api-1.1.67.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
41
- rclone_api-1.1.67.dist-info/RECORD,,
36
+ rclone_api-1.1.69.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
37
+ rclone_api-1.1.69.dist-info/METADATA,sha256=pN7jiT19-cfF5v3AJtPt6FYPnJ1Q98nmYe1zP83-_Vs,4537
38
+ rclone_api-1.1.69.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
39
+ rclone_api-1.1.69.dist-info/entry_points.txt,sha256=TV8kwP3FRzYwUEr0RLC7aJh0W03SAefIJNXTJ-FdMIQ,200
40
+ rclone_api-1.1.69.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
41
+ rclone_api-1.1.69.dist-info/RECORD,,