JWally / tadpoles-media-downloader

Hack method to download all of your media from tadpoles.com
17 stars 11 forks source link

Cannot read properties of undefined (reading 'length') #5

Open hzdtctc opened 2 years ago

hzdtctc commented 2 years ago

Capture

Hi there, seems like a new issue with Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length') at index.js:264:90 at Array.filter () at media_getter (index.js:264:50)

Thanks!

vanderjs commented 1 year ago

Just commenting to add you aren't alone, I was trying to go through my annual scaping and ran into this same error. Let me know if you were able to find a solution, thanks!

hzdtctc commented 1 year ago

Nope. Seems like something changed on the developer side.

hzdtctc commented 1 year ago

Just commenting to add you aren't alone, I was trying to go through my annual scaping and ran into this same error. Let me know if you were able to find a solution, thanks!

Delete length >0 can solve the problem. You can copy my Folk js code and run in Chrome-Console. CDN did not purge code yet.