←research ·  artist
264 followers

0 albums ·  hide
18 singles ·  hide
17 other appearances ·  hide
45 2022-09-23 3:15 Let It Burn +Jeremy Bennett
44 2022-09-09 2:58 SNOW
43 2022-08-31 2:53 Jungle
42 2022-08-26 2:35 Tell Me
41 2022-08-05 2:38 WAR (Instrumental)
40 2022-08-05 2:38 WAR
39 2022-07-15 4:00 W.U.L.T.M
38 2022-07-01 3:05 This Side
37 2022-06-10 2:36 ENERGY
36 2022-03-18 2:28 SAIKO
35 2022-03-11 2:24 Moonboot Freestyle
34 2022-03-11 2:36 Bob'N'Arly +Jordan Dennis
33 2022-03-11 2:38 Vanilla Coke +Jordan Dennis
32 2022-03-11 3:04 Ole Man
31 2022-02-22 2:45 Monday Night Cypher
30 2022-02-22 3:16 Get High
29 2022-01-14 3:15 Weed Walk
28 2021-12-10 2:12 Retribution 2
27 2021-12-10 3:00 2 Tendas
26 2021-12-10 3:34 Abandoment
25 2021-12-10 3:22 City Move +c000kie
24 2021-12-10 1:22 Retribution 1
23 2021-12-10 1:04 Origin Theme
22 2021-12-10 3:22 City Move - Issue Zero +FLY BOY JACK, Jordan Dennis, c000kie
21 2021-12-09 2:12 Retribution 2 - Issue Zero
20 2021-12-08 3:34 Abandonment - Issue Zero
19 2021-12-07 1:22 Retribution 1 - Issue Zero
18 2021-12-03 3:00 2 Tendas - Issue Zero
17 2021-12-02 1:04 Origin Theme - Issue Zero
16 2021-11-27 5:14 Pray
15 2021-11-17 3:23 Egyptian Lover
14 2021-04-13 2:34 Nyama Da Byde Kakto Predi
13 2021-03-03 2:19 SOUTHSIDE (feat. JUJO)
12 2020-12-17 2:11 Cream Of The Crop
11 2020-11-06 2:17 Mirrors
10 2020-11-06 3:53 2AM +Tentendo
9 2020-11-06 2:51 Revelation +JOSHCIRI, Outlaw The Artist
8 2020-11-04 2:31 Elon Must
7 2020-10-16 2:05 HOW +Outlaw The Artist
6 2020-09-18 3:07 Hokus Pokus
5 2020-09-10 2:12 iKNOW!
4 2020-08-12 3:09 Don Dada (feat. JUJO)
3 2020-07-03 2:46 The Link
2 2020-05-21 2:26 GIDDY
1 2020-05-13 3:45 Al Capone
show track URIs
Data API by Spotify, results reorganized by glenn mcdonald.
 
fans also like

1,037 followers

111 followers

308 followers

73 followers

441 followers

257 followers

234 followers

279 followers

415 followers

633 followers

498 followers

125 followers

221 followers

937 followers
--> -->
 
 
TypeError
Python 3.5.3: /usr/bin/python3
Sat Dec 2 02:41:22 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>