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

Wishlist comes up empty #71

Closed
joonaspaakko opened this issue Dec 19, 2021 · 0 comments
Closed

Wishlist comes up empty #71

joonaspaakko opened this issue Dec 19, 2021 · 0 comments

Comments

@joonaspaakko
Copy link
Owner

joonaspaakko commented Dec 19, 2021

The console should say something like

TypeError: Cannot read properties of null (reading 'getAttribute')

...which on a closer inspection points to this line of code:

const getCover = DOMPurify.sanitize( _thisRow.querySelector("img[data-lazy]").getAttribute("src") );

This appears to be caused by something that changed in the audible website. Cursory glance says that perhaps img[data-lazy] doesn't exist anymore, which would explain the issue

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

No branches or pull requests

1 participant