View Single Post
Posts: 18 | Thanked: 0 times | Joined on Mar 2007 @ California
#58
Here is a backtrace of the last 36 or so lines so you could see it seemed to me
working. Thanks.


verwriting album covers (AS)
AS DL: /home/user/MyDocs/.sounds/covers/Pop Goes Punk.jpg
artist/album pair not found in AS
art_path: /home/user/MyDocs/.sounds/covers/Pop Goes Punk.jpg
overwriting album covers (AS)
AS DL: /home/user/MyDocs/.sounds/covers/Tony Hawk's American Wasteland.jpg
artist/album pair not found in AS
art_path: /home/user/MyDocs/.sounds/covers/Tony Hawk's American Wasteland.jpg
overwriting album covers (AS)
AS DL: /home/user/MyDocs/.sounds/covers/Fallen (Retail).jpg
artist/album pair not found in AS
art_path: /home/user/MyDocs/.sounds/covers/Fallen (Retail).jpgoverwriting album covers (AS)
AS DL: /home/user/MyDocs/.sounds/covers/music2new.jpg
artist/album pair not found in AS
MSN DL: /home/user/MyDocs/.sounds/covers/music2new.jpg
invalid image...
MSN DL: /home/user/MyDocs/.sounds/covers/music2new.jpg
invalid image...
Traceback (most recent call last):
File "./kagu-scanner.py", line 890, in <module>
if __name__ == '__main__': main()
File "./kagu-scanner.py", line 888, in main
Scanner(update_theme)
File "./kagu-scanner.py", line 839, in __init__
self.sp.get_album_covers(os.path.join(self.db_dir, 'album_cache.tga'),overwrite=self.overwrite)
File "./kagu-scanner.py", line 514, in get_album_covers
if not art_path: art_path = self.get_net_album_cover(artist,album,dir,download _covers,download_hi_res,compilation_album,overwrit e=overwrite)
File "./kagu-scanner.py", line 565, in get_net_album_cover
if self.retrieve_image_from_Yahoo(string.replace(arti st+" "+ album," "," OR ")+ " OR cd",fn):
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Last edited by rulerraven; 2007-08-25 at 21:54.