←research ·  artist
1,956 followers

0 albums ·  hide
8 singles ·  hide
8 2022-12-31 2:28 Acaba Pelo Amor de Deus
7 2022-11-12 2:33 Os Crias do Brasil
6 2019-11-22 2:25 Debochadinha
5 2019-09-20 2:37 Emoji
4 2019-04-12 2:32 O Amor Me Pegou
3 2019-02-08 2:35 Piscininha Amor - DENNIS Remix
2 2019-02-07 2:59 Piscininha Amor - J Brasil Axé Remix
1 2019-01-17 3:19 Piscininha Amor
show track URIs
Data API by Spotify, results reorganized by glenn mcdonald.
 
--> -->
 
 
TypeError
Python 3.5.3: /usr/bin/python3
Fri Jun 9 02:01:26 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 ()
    482             imgstrs = []
    483             for pathtrack in pathtracks:
=>  484                 if pathtrack['album']['images']:
    485                     image = pathtrack['album']['images'][0].get('url')
    486                     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>