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

RECAP Fails on Audio Files #244

Closed
mlissner opened this issue Apr 9, 2018 · 0 comments · Fixed by freelawproject/recap-chrome#326
Closed

RECAP Fails on Audio Files #244

mlissner opened this issue Apr 9, 2018 · 0 comments · Fixed by freelawproject/recap-chrome#326

Comments

@mlissner
Copy link
Member

mlissner commented Apr 9, 2018

At least some of the time, PACER embeds mp3 files in PDFs for the public to download. That's weird, but it's nice because it means that RECAP will probably work for them pretty easily. The problem I think we run into is that this section of code fails:

https://github.com/freelawproject/recap-chrome/blob/bed0e7e4b243e136fc103f01cb4d683208f4e1d7/content_delegate.js#L243-L249

It fails because the receipt page looks like:

screenshot from 2018-04-09 15-09-30

Usually, it says Image85-0 instead of AUDIO85-0. It's possible that this will work fine, but these are pretty big files, which may cause other issues (see #235).

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 a pull request may close this issue.

1 participant