←research ·  artist
3,381 followers

1 album ·  hide
22 singles ·  hide
35 2023-07-14 1:18 pastel blunts +KESHORE
34 2023-06-24 1:40 moments like this
33 2023-05-19 1:44 one day
32 2023-04-07 3:02 close your eyes my love
31 2023-03-13 1:29 cold heart +KESHORE
30 2023-01-23 1:27 i hope you do
29 2022-10-27 1:04 GET AWAY
28 2022-10-27 1:36 WHY ISNT IT OVER?
27 2022-10-27 1:01 YOU’RE USELESS
26 2022-10-27 1:49 THEY'LL COME FIND YOU +Redneck Zombie$
25 2022-09-30 1:29 maybe someday
24 2022-09-02 2:09 what can i say - Slowed Down Version
23 2022-09-02 1:06 what can i say? - Sped up Version
22 2022-09-02 1:34 what can i say? - Instrumental Version
21 2022-08-24 1:20 what can i say?
20 2022-07-15 1:28 shoot to kill
19 2022-05-01 1:18 when will i see her again?
18 2021-12-26 1:04 why didn't santa come?
17 2021-12-26 1:21 christmas nights
16 2021-11-19 1:13 rainy night nostalgia
15 2021-04-07 1:14 its not too late
14 2020-11-20 1:23 bullet in my head
13 2020-08-21 2:04 the voicemail (outro)
12 2020-08-21 1:36 my demons are in love with you
11 2020-08-21 1:28 pain in my heart +Nyela
10 2020-08-21 0:51 time passes (interlude)
9 2020-08-21 1:47 unfaithful love +SirPiggy
8 2020-08-21 3:15 ticketmachine.
7 2020-08-21 1:15 the beginning (intro)
6 2020-07-30 1:30 iloveyou.
5 2020-04-24 1:00 unfair.
4 2020-03-11 2:38 Dream
3 2020-02-21 1:24 far away
2 2019-12-20 1:30 Why?
1 2019-11-19 2:02 Scared
show track URIs
Data API by Spotify, results reorganized by glenn mcdonald.
 
fans also like

395 followers

2,460 followers

2,565 followers

520 followers

58,755 followers

5,211 followers

5,729 followers

540 followers

13,462 followers

736 followers

1,083 followers

1,269 followers

13,150 followers

25,271 followers

13,793 followers

2,587 followers

3,479 followers

203 followers

3,276 followers
--> -->
 
 
TypeError
Python 3.5.3: /usr/bin/python3
Mon Dec 11 19:24:59 2023

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/html/artistprofile.cgi in ()
    481             imgstrs = []
    482             for pathtrack in pathtracks:
=>  483                 if pathtrack['album']['images']:
    484                     image = pathtrack['album']['images'][0].get('url')
    485                     artist = pathtrack['artists'][0].get('name') or '??'
pathtrack = None

TypeError: 'NoneType' object is not subscriptable
      args = ("'NoneType' object is not subscriptable",)
      with_traceback = <built-in method with_traceback of TypeError object>