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
Fri May 31 19:40:31 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 = 'faf8dde1dcbb4e609f595a82c6e3e503|Kadejah Moaath | خديجة معاذ', 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>