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
<rightsMetadata>
<access type="discover">
<machine>
<world></world>
</machine>
</access>
<access type="read">
<machine>
<location rule="no-download">music</location>
</machine>
</access>
<use>
<human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Stanford Archive of Recorded Sound at [email protected].</human>
</use>
<use>
<human type="creativeCommons"></human>
<machine type="creativeCommons"></machine>
</use>
</rightsMetadata>
but it doesn't have a group element. I looked back in the version history and found one with that element:
<rightsMetadata>
<access type="discover">
<machine>
<world></world>
</machine>
</access>
<access type="read">
<machine>
<group rule="no-download">music</group>
</machine>
</access>
<use>
<human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Stanford Archive of Recorded Sound at [email protected].</human>
</use>
<use>
<human type="creativeCommons"></human>
<machine type="creativeCommons"></machine>
</use>
</rightsMetadata>
The text was updated successfully, but these errors were encountered:
We're seeing an error in production for dor_indexing_app:
See https://github.com/sul-dlss/dor-rights-auth/blob/v1.2.0/lib/dor/rights_auth.rb#L257
Here were the request parameters from Honeybadger:
The current
rightsMetadata
datastream is:but it doesn't have a
group
element. I looked back in the version history and found one with that element:The text was updated successfully, but these errors were encountered: