You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
sometimes the following error occurs. p.e. when you try to re-run a bbox delete a second time:
$ .venv/bin/python tool_aws/s3/rm.py --profile default --bucket-name bgdi-tod-cache-dev --prefix /1.0.0/ch.swisstopo.landeskarte-farbe-10/default/current/2056/* --bbox 2672500,1212000,2681250,1218000 --image-format png -n 5 -f
....
INFO:__main__:Deleting 1000 keys at a time
Traceback (most recent call last):
File "tool_aws/s3/rm.py", line 350, in<module>main()
File "tool_aws/s3/rm.py", line 343, in main
deleteWithBBox(opts, S3Bucket, keys)
File "tool_aws/s3/rm.py", line 298, in deleteWithBBox
callback=callback)
File "/home/ltclm/tool-aws/.venv/local/lib/python2.7/site-packages/poolmanager/__init__.py", line 57, in imap_unordered
raise Exception(e)
Exception: Unable to parse response (no element found: line 2, column 0), invalid XML received:
<?xml version="1.0" encoding="UTF-8"?>