For a few days, my Spotify automations are not working anymore. I haven’t changed anything.
Cannot read properties of null (reading '$error') is the only thing I see for my operation “Get User’s Playlists”. What happened? Does anybody know what changed?
n8n Version: 1.69.2
Database: SQLite
Run via Docker on Linux (unRAID)
How can I overcome this problem? All of my automations stopped working because of this. They must have changed several things. Not sure if the limit was always only 50 playlists. I mean I use the maximal limit of 50 now and have 57 total (the API says) and why the hell is one null then?
This looks like it should most likely be handled in user land, if someone’s expecting a playlist and that playlist is is null, the user definitely needs to know, or a chackbox to exclude null entries…
yeah we discussed the PR internally, and are considering handling this better, but still throwing a more descriptive error, and then adding an option to filter out invalid entries.