Hello for everyone:
I am testing METS Reader & Writer from
https://github.com/artefactual-labs/mets-reader-writer and it works very good with the examples provided.
But now I want to parse a file I have got from a Dspace system at my university through an oai request, and I have the following error:
AttributeError: 'NoneType' object has no attribute 'get'
Since I don't have access to the production servers of my university to do a Dspace export, I need to get the information via http, in the met file I have all the necessary to download the documents.
I need to know if it's a problem with the met file I'm parsing and how to fix it. Any recommendation will be welcomed. Thank you.
----- Attached some images ----