Pavel Komarov

Results 40 comments of Pavel Komarov

Post a link to the Local Files playlist so I can follow it and try to export it

Update: The app now uses a [try/catch construction](https://itnext.io/error-handling-with-async-await-in-js-26c3f20bc06a) to avoid crashing on problematic playlists (though it still can't export them) and let the user know what's going on.

You sure about that? There should be absolutely no difference between how a playlist behaves when it's exported alone vs as part of a group, because the group functionality just...

Did my try-catch catch the error at least?

That's some really useful detective work! I'm not positive I'm going to fix my version any time soon, because watsonbox's reappearance and subsequent coding tear resulted in probably a more...

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...

hmm. Seems like Spotify can make the artists field null in the json some times, and my code isn't handling that. Definitely a bug. Not sure when I'll get around...

Last I knew, spotify treats your liked songs differently. They're not a playlist. Feel free to dig around the [web API](https://developer.spotify.com/documentation/web-api/) for an elegant way to query for such songs...

You're welcome. I'll leave this issue open because it should maybe be addressed, but I'm unlikely to get to it in any reasonable amount of time.

Let me know if you need any help interpreting my javascript.