You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reported that the extension fails to upload attachment pages from Zhoie Perez v. City of Los Angeles. I've debugged this issue and noticed those attachment pages are missing some buttons typically found at the bottom of the page (I compared them to other cases where our extension works correctly, e.g., case 1:16-cv-00745). These missing elements disrupt the extension's functionality because it tries to extract data (the pacer_case_id) from that section, but it is unavailable on the page.
The extension can upload attachment pages from Zhoie Perez v. City of Los Angeles when a user clicks the "Buy on Pacer" button available in the Docket page on Courtlistener. This button provides a link with the pacer_case_id embedded in the query parameters, so the extension can retrieve what it needs from the link and still upload the attachment page even if some data is missing from the page itself.
The text was updated successfully, but these errors were encountered:
A user reported that the extension fails to upload attachment pages from Zhoie Perez v. City of Los Angeles. I've debugged this issue and noticed those attachment pages are missing some buttons typically found at the bottom of the page (I compared them to other cases where our extension works correctly, e.g., case 1:16-cv-00745). These missing elements disrupt the extension's functionality because it tries to extract data (the
pacer_case_id
) from that section, but it is unavailable on the page.Here are screenshots of this page:
This is from case 1:16-cv-00745:
This is from case 2:22-cv-08227:
The extension can upload attachment pages from Zhoie Perez v. City of Los Angeles when a user clicks the "Buy on Pacer" button available in the Docket page on Courtlistener. This button provides a link with the
pacer_case_id
embedded in the query parameters, so the extension can retrieve what it needs from the link and still upload the attachment page even if some data is missing from the page itself.The text was updated successfully, but these errors were encountered: