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

Some Filenames Cause Errors During Processing #6101

Closed
2 tasks
joncameron opened this issue Nov 5, 2024 · 4 comments
Closed
2 tasks

Some Filenames Cause Errors During Processing #6101

joncameron opened this issue Nov 5, 2024 · 4 comments
Assignees
Labels

Comments

@joncameron
Copy link
Contributor

joncameron commented Nov 5, 2024

Description

Method error in post_processing_move_filename probably due to special characters in the filename 6. Alexander and Ruth at Hall of Fame 6:12:39.aiff. In the post_processing_move_filename method, we're using a tr function would is probably only replacing the first instance of a colon in a string, not all of the colons within. This can be changed to a gsub.

Done Looks Like

  • Investigate issue with filename (error: Invalid URI - invalid scheme format)
  • Add handling to allow post_processing_move_filename to properly process 6. Alexander and Ruth at Hall of Fame 6:12:39.aiff
@joncameron joncameron changed the title Waveform Generation Fails For Some Filenames Some Filenames Cause Errors During Processing Nov 6, 2024
@masaball masaball self-assigned this Nov 14, 2024
@masaball
Copy link
Contributor

masaball commented Nov 14, 2024

Unable to replicate locally using a file with the given name, so it does not appear to be an issue with the post_processing_move_filename method itself. Looking at the previous ticket, the specific error was Invalid URI - invalid scheme format which indicates to me that the file was possibly being loaded from an external service, maybe google drive? I'm going to increase the estimate on this to a 2 because there's some more investigation into what the actual issue might be or if it is still happening at all that will need to be done.

@masaball
Copy link
Contributor

File uploaded from sharepoint did not run into error so it is not an issue related to browse-everything's processing. Google drive is not currently working on Dev so will need to test from google drive when that gets fixed.

@masaball
Copy link
Contributor

I've tested this with google drive after that got fixed and was still unable to replicate. Maybe it was just a weird one-off glitch?

@joncameron we can probably close this and craft a new issue if it ends up coming up again.

@joncameron
Copy link
Contributor Author

Sounds good! I was also unable to replicate; closing.

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

2 participants