New Releases template issue #232
Unanswered
XmnwildX12
asked this question in
Помощь с ошибкой
Replies: 1 comment 1 reply
-
Can you add full text with error in order to see numbers of lines code? Also save you artists to cache and attach this file from Google Drive function backupArtists() {
let artists = Source.getArtists({ followed_include: true })
Cache.write('backup_artists', artists)
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the New Releases template and it was working well, I recently added more followed artists and now the script is failing with the following errors:
[TypeError: Cannot read properties of null (reading 'album')]
TypeError: Cannot read properties of null (reading 'artists')
Any ideas on how to get this working again?
Beta Was this translation helpful? Give feedback.
All reactions