elpendor / ES-scraper

A scraper for EmulationStation
47 stars 41 forks source link

Error while CRC scraping #6

Closed petrockblog closed 11 years ago

petrockblog commented 11 years ago

When running the scraper with the CRC option, I get the following error:

ES-scraper, a scraper for EmulationStation Max width set: 350px. CRC scraping enabled. Scanning folder..(/home/pi/RetroPie/roms/atari2600) Game Found: Dice Puzzle Downloading boxart.. Boxart over 350px. Resizing boxart.. Game Found: Dumbo's Flying Circus Downloading boxart.. Traceback (most recent call last): File "/home/pi/RetroPie/ES-scraper/scraper.py", line 226, in getGameData(path,ext,pid) File "/home/pi/RetroPie/ES-scraper/scraper.py", line 152, in getGameData os.system("wget -q "+imgNode.text+" --output-document=\""+imgpath+"\"") TypeError: cannot concatenate 'str' and 'NoneType' objects

Do you need further details about the ROM etc.?