bahamas10 / Viridian

Viridian is an Ampache Client that displays all of your media from your Ampache server in a simple and convenient way that makes choosing and streaming music an easy task.
http://viridian.daveeddy.com
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Viridian ownCloud / list index error #3

Open ghost opened 9 years ago

ghost commented 9 years ago

Hello, try to use this wonderful software with my ownCloud Music. But when I try I get this error

Authentication Successful!
Authentication = e723c7ca91408ffb58fc53d5500e7934
Number of artists = 183
Traceback (most recent call last):
  File "/usr/share/viridian/AmpacheTools/AmpacheSession.py", line 258, in get_artists
    artist_name = child.getElementsByTagName('name')[0].childNodes[0].data
IndexError: list index out of range
Traceback (most recent call last):
  File "/usr/share/viridian/AmpacheTools/AmpacheSession.py", line 313, in get_albums
    artist_name    = child.getElementsByTagName('artist')[0].childNodes[0].data
IndexError: list index out of range

Could you help me?

bahamas10 commented 9 years ago

Hey, thanks for the interest. Unfortunately I haven't touched Viridian in quite some time (~5 years now... time flies).

I'll try to take a look this weekend

ghost commented 9 years ago

Did you find anything?