watsonbox / exportify

Export/Backup Spotify playlists using the Web API
https://exportify.app/
MIT License
3.17k stars 436 forks source link

Encountered TypeError: Cannot read properties of null (reading 'id'). #161

Closed GitHunter0 closed 4 months ago

GitHunter0 commented 4 months ago

Hi folks, I'm receiving this error message:

Couldn't export MY_PLAYLIST_NAME with id 2AIVHBy6UpE62UQ5Mzwhhs. Encountered TypeError: Cannot read properties of null (reading 'id').

May it be caused by special japanese characters in my playlist?

Thank you

GitHunter0 commented 4 months ago

The issue was that Exportify can't handle podcasts and there was a song that was in podcast type, so the workaround is to remove it from the playlist.

See https://github.com/pavelkomarov/exportify/issues/30

watsonbox commented 4 months ago

Please see https://github.com/watsonbox/exportify/issues/87#issuecomment-740586642 - the repository/version you link is not my own, so you should raise this issue there. I fully accept and agree that it's confusing/frustrating for users, but unfortunately there's nothing I can do about that.

GitHunter0 commented 4 months ago

Thank you, @watsonbox . As an unrelated question, do you plan to enable the exportation of the playlist description and cover image?

watsonbox commented 4 months ago

As an unrelated question, do you plan to enable the exportation of the playlist description and cover image?

No, I'm afraid not. At least not before different output formats are implemented, and I've no immediate plans to work on that.

GitHunter0 commented 4 months ago

@watsonbox , it would be really handy to have that, but I appreciate your feedback, exportify is still a great tool.