Couldn't export Favorites. Encountered TypeError: Cannot read properties of undefined (reading 'forEach').
ashley887 opened this issue · 3 comments
ashley887 commented
I'm trying to export all my spotify playlists and i'm receiving errors on a lot of them. This one being the most important.
"Couldn't export Favorites. Encountered TypeError: Cannot read properties of undefined (reading 'forEach')."
what does that mean?
pavelkomarov commented
hmm. It seems like something coming back from a forEach loop is undefined, and then the code is trying to access some properties on that thing. The root cause of something coming back undefined is unclear to me without more digging.
ashley887 commented
I tried and did most of them separately and got almost all of them to export fine after that,