AttributeError: 'NoneType' object has no attribute 'get'

Hello everyone,
while processing s2 files I keep gettin this error: AttributeError: ‘NoneType’ object has no attribute ‘get’, I’m currently processing all bands and using AUTO for Areosol and Midlatitude.
When the window of the error opens I rerun it and the processing starts as usul but it doesn’t produce an output file eventhough it gives “the processing has been succeful”.
I’ve been processing just fine until last friday and it worked today with one file.
I’m currently using snap and not the command line.
What is happening?
I’ve looked for an aswer on the forum but the other solution don’t seem to work for me.
Anyone can help?

I have the same problem, but it those not happen with all the products, some are converted to L2A and others get the error:
AttributeError: ‘NoneType’ object has no attribute ‘get’

…same problem.

1 Like

I have a similar problem as well. I was doing the similarity index between downloaded and processed using Sen2cor.2.08 and got this error.
"if not im1.shape == im2.shape:
AttributeError: ‘NoneType’ object has no attribute ‘shape’ "