←research ·  artist
667 followers

2 albums ·  hide
1 single ·  hide
1 other appearance ·  hide
30 2020-07-01 6:14 Jamás, Jamás
29 2018-12-20 2:26 Elsa (Bonus Track)
28 2018-12-20 4:14 Isabel
27 2018-12-20 2:45 Valicha
26 2018-12-20 3:14 Vienes y Te Vas
25 2018-12-20 2:32 A los Filos de un Cuchillo
24 2018-12-20 3:17 Entre Licor y Licor / Mi Diccionario
23 2018-12-20 4:54 La Hamaca
22 2018-12-20 2:39 Perú Campeón
21 2018-12-20 3:56 Qué Encanto Tienen Tus Ojos / Pensar en Ti
20 2018-12-20 2:50 Para un Viejo Corazón
19 2018-12-20 4:56 Aléjate
18 2018-12-20 5:19 Regresa
17 2018-12-20 4:35 Lejos de Ti
16 2018-12-20 2:54 Recuerdos de Julcán
15 2018-12-20 2:38 Ángel de Mi Vida
14 2016-11-14 3:16 Noche de Paz +Ruby Palomino
13 2013-06-10 3:32 Zorba el Griego
12 2013-06-10 4:39 Sonata para Erika
11 2013-06-10 6:53 Mix Homenaje a España: Aranjuez / Malagueña / El Gato Montes
10 2013-06-10 5:03 Pajaro Campana
9 2013-06-10 4:24 Guadalajara
8 2013-06-10 6:07 Mix Homenaje al Perú: Guitarra Lando / Alma, Corazón y Vida / A Jorge Lazo Arrasco
7 2013-06-10 3:14 Mix Valses Norteños: Imaginación / El Provinciano
6 2013-06-10 3:25 Una Carta al Cielo
5 2013-06-10 4:56 Mixtura Ayacuchana: Carnaval Ayacuchano / Pasacalle / Huayno
4 2013-06-10 4:11 Terco Corazón
3 2013-06-10 3:34 Flor de Violeta
2 2013-06-10 2:44 Princesita de Huancayo
1 2013-06-10 4:29 Raúl de la Guitarra
show track URIs
Data API by Spotify, results reorganized by glenn mcdonald.
 
fans also like

2,534 followers

3,271 followers

14 followers
--> -->
 
 
TypeError
Python 3.5.3: /usr/bin/python3
Mon Mar 27 13:23:05 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 ()
    478             imgstrs = []
    479             for pathtrack in pathtracks:
=>  480                 if pathtrack['album']['images']:
    481                     image = pathtrack['album']['images'][0].get('url')
    482                     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>