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

Remove audio metadata #12171

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Remove audio metadata #12171

merged 1 commit into from
Oct 24, 2019

Conversation

hugogameiro
Copy link
Contributor

I was running into an issue where some specific audio files got stuck in Sidekiq or were just ignored. The one that I have noticed was causing this everywhere I look was this one. Eg: on Mastodon.social the audio file did not federate.

I have found that other audio files with metadata also randomly caused issues and I couldn't find any reason why because on some instances they federated fine and on others, using the same setup, they got stuck forever in Sidekiq.

The way I found to fix it was just to strip the metadata. I don't know if this is something that should be stripped or not for audio files in Mastodon but that was the only way I found to make this not a problem for my setup.

@Gargron Gargron merged commit 488dd0f into mastodon:master Oct 24, 2019
@hugogameiro hugogameiro deleted the remove-audio-metadata branch October 24, 2019 21:16
rtucker pushed a commit to vulpineclub/mastodon that referenced this pull request Jan 7, 2021
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

Successfully merging this pull request may close these issues.

2 participants