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

Episode imports with large URLs #569

Open
cavis opened this issue Aug 18, 2020 · 1 comment
Open

Episode imports with large URLs #569

cavis opened this issue Aug 18, 2020 · 1 comment
Assignees
Labels

Comments

@cavis
Copy link
Member

cavis commented Aug 18, 2020

Seen: podcast imports failing because the episodes have very long urls.

https://play.podtrac.com/npr-510016/edge1.pod.npr.org/anon.npr-mp3/npr/lusa/2020/06/20200608_lusa_prtestingpodcastlusa.mp3?awCollectionId=510016&awEpisodeId=872471989&aw_0_1st.cv=yes&orgId=1&d=1792&p=510016&story=872471989&t=podcast&e=872471989&size=28617459&ft=pod&f=510016

Need a migration to allow these longer audio_files.upload_path.

@cavis cavis self-assigned this Aug 18, 2020
@cavis cavis added the high label Aug 18, 2020
@cavis
Copy link
Member Author

cavis commented Aug 18, 2020

I've worked around this for now - removing unnecessary query params. But this is still an issue, so I'll leave this open.

There may be some issues with mysql 5.6 and changing these to TEXT fields. Performance could degrade with some of the group-by / unique-by codes in CMS and/or Exchange. Might need an additional index.

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