Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in enclosure urls for exchange pieces #636

Open
kookster opened this issue May 22, 2024 · 0 comments
Open

Bug in enclosure urls for exchange pieces #636

kookster opened this issue May 22, 2024 · 0 comments
Labels

Comments

@kookster
Copy link
Member

Looks like if a file ends in .MP2 instead of .mp2 (I am somewhat guessing), then the derivative broadcast mp3 file in exchange is saved differently

For this story:
https://beta.prx.org/stories/447924

It gets the story info from cms, including this enclosre link:
https://cms.prx.org/pub/bd44fca49da2f8ced3bcdd1e1c298f17/0/web/audio_file/3875759/broadcast/AA400A.mp3

Which forwards to this s3 filehttps://s3.amazonaws.com/production.mediajoint.prx.org/public/audio_files/3875759/AA400A_broadcast.mp3

But, the file was generated on the exchange at this location:
https://s3.amazonaws.com/production.mediajoint.prx.org/public/audio_files/3875759/AA400A.MP2_broadcast.mp3

My guess is there is a bug in the exchange on handling that capitalized file extension, and it didn't get removed as it should.
Not sure how to fix that now without making a bunch of files not work on the exchange, maybe have to look at the created date from before the bug gets fixed?

@kookster kookster added the low label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant