←research ·  artist
545 followers

0 albums ·  hide
6 singles ·  hide
12 other appearances ·  hide
21 2023-09-22 3:26 LOW
20 2023-04-21 2:36 Ramon & Juliet
19 2022-08-19 3:13 L.E.B II
18 2022-08-19 1:53 Wake Up
17 2022-08-19 2:41 Backward Vengeance +Elysia
16 2022-08-19 2:23 Third Eye +Mia Ayana, c000kie
15 2022-08-19 1:47 Level One
14 2022-06-10 2:35 Sheltered
13 2022-02-04 2:54 Ways (Eleftherios Remix) +Kobe White, Elysia Gomez, Julia Lostrom
12 2021-11-26 3:32 See Me Cry +Brooklyn Fairhurst, Spellspellspell
11 2021-10-01 3:43 Ways +Elysia Gomez, Kobe White, Julia Lostrom
10 2021-07-30 3:31 LIKE THAT +Yung Shōgun
9 2020-10-28 3:47 Glow Up - Duan Remix +Jordan Dennis
8 2020-10-16 2:42 Ran Away, So Far +kailen, Jordan Dennis, Cached, REYKO!, Eleftherios
7 2020-10-16 3:13 Off White +Orbs, Sxint Prince, MARLOW!, Jordan Dennis, REYKO!, kailen, Titan Debirioun
6 2020-09-10 2:12 iKNOW! +JUJO
5 2020-04-24 3:33 Doc Marty +Denzel M, Duan
4 2020-04-02 3:18 Boba Tea +Peng222
3 2019-11-29 2:42 Hold Up +MAMMOTH.
2 2019-11-28 3:58 Glow up +Jordan Dennis
1 2019-05-23 4:04 No Vibe +Elysia Gomez
show track URIs
Data API by Spotify, results reorganized by glenn mcdonald.
 
fans also like

264 followers

310 followers

108 followers

286 followers

124 followers

634 followers

441 followers

498 followers

112 followers

84 followers

354 followers

395 followers

222 followers
--> -->
 
 
TypeError
Python 3.5.3: /usr/bin/python3
Tue Dec 5 02:29:36 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>