2023 Around the World   country sampler   genre sampler  
The new or newly released music that defined, united and distinguished fan communities of place and interest around the world in 2023.
vantages  
 
lists
--> -->
 
 
ValueError
Python 3.10.12: /bin/python3
Sat Jun 1 06:07:21 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/home/gmcdonald/public_html/everynoise_public/2023_around_the_world.cgi in <module>
    201     print('<div class=genrename>lists</div>')
    202     if '|' in showvantage:
=>  203         artist_gid, artist_name = showvantage.split('|')
    204         usevantage = ''
    205         if artist_gid:
artist_gid undefined, artist_name undefined, showvantage = 'fa6f3a2e3f3641189db2c13d648ec20e|KAYT Band | ԿԱՅԹ նվագախումբ', showvantage.split = <built-in method split of str object>

ValueError: too many values to unpack (expected 2)
      args = ('too many values to unpack (expected 2)',)
      with_traceback = <built-in method with_traceback of ValueError object>