←research ·  artist
199 followers

1 album ·  hide
3 singles ·  hide
13 other appearances ·  hide
27 2023-11-20 4:00 Southern Summer Heat
26 2023-10-27 2:56 ALL I WANTED
25 2023-08-08 2:36 Submurs
24 2023-05-04 2:50 Multi-Dimensional
23 2022-07-22 4:20 Red Light +Noneohone
22 2022-04-08 5:15 Us +Krown, POOKIE, Mike Thesis, 1_6, Clandestino, Rara Zulu, Nelson Dialect
21 2022-04-06 2:29 Ocean Plastic
20 2022-04-06 3:46 Live Forever
19 2022-04-06 3:00 Blessing You
18 2022-04-06 2:17 Love Enough
17 2022-04-06 1:46 Zwagala
16 2022-04-06 3:11 24 Hours
15 2022-04-06 4:25 Woop Woop
14 2022-04-06 3:27 3056
13 2022-04-06 2:05 Mastermind
12 2022-04-06 1:43 The Dreaming
11 2022-03-28 2:38 Kill 'Em All
10 2022-02-26 3:03 B.W.M +Honey Blue
9 2021-07-06 3:08 Get Down
8 2021-06-25 3:15 Stressless
7 2021-02-26 3:38 HOLLA
6 2020-05-15 3:12 Time for Tears +Fem Belling
5 2020-02-27 2:46 Picturesque
4 2020-01-01 4:44 Victory Lappin
3 2019-10-18 4:06 Day Before
2 2019-10-18 1:58 Have You Ever +Rayjah45
1 2019-09-27 4:33 For the Love +Immi.Grant
show track URIs
Data API by Spotify, results reorganized by glenn mcdonald.
 
fans also like

88 followers

260 followers

138 followers

67 followers

68 followers

161 followers

51 followers

24 followers

299 followers

291 followers

217 followers

685 followers

549 followers

735 followers

490 followers

634 followers

1,228 followers

731 followers

1,427 followers
--> -->
 
 
TypeError
Python 3.5.3: /usr/bin/python3
Tue Dec 5 03:01:50 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>