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

External wav file link throws a signature error on S3, needs to be URL-encoded #72

Open
mbertrand opened this issue Oct 27, 2020 · 1 comment
Assignees

Comments

@mbertrand
Copy link
Member

The URL includes a single quote, the file is on S3, and a signature error is returned unless the single quote is url-encoded to %27:

Page: https://ocw.mit.edu/courses/music-and-theater-arts/21m-873-theater-arts-topics-suburbia-january-iap-2008/music/
URL: https://ocw.mit.edu/ans7870/21m/21m.873/iap08/music/Off-White-Noise--Moo's-So-Great-She-Could-Probably-Be-Science-Fiction.wav

Changing it to this works: https://ocw.mit.edu/ans7870/21m/21m.873/iap08/music/Off-White-Noise--Moo%27s-So-Great-She-Could-Probably-Be-Science-Fiction.wav

@pdpinch
Copy link
Member

pdpinch commented Oct 29, 2020

I think that's a problem with how it was uploaded and how a hash gets computed based on the filename. I'd suggest re-uploading those with different filenames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants