Replies: 3 comments
-
|
Hello. Im getting same error. Did you resolve it? Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
Can't resolve this issue. I used the minio-client and uploaded it this way. |
Beta Was this translation helpful? Give feedback.
-
|
I might have an idea from using this in a different spot. It seems the NoneType error gets returned when there is nothing set that you are querying. In my case, I was using aws s3api get-bucket-cors. At first, there were no cors set on the bucket, and I got the NoneType error. Once I set something for cors in the bucket, listing what I had just set worked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hey, I tried uploading my backups to an S3 storage (contabostorage) and I’m getting the error message 'argument of type 'NoneType' is not iterable' during debug.
Steps to reproduce
What is the expected correct behavior?
uploaded backups
Relevant logs and/or screenshots
Environment
Beta Was this translation helpful? Give feedback.
All reactions