Homepage › Forums › RetroPie Project › Peoples Projects › Updated Python Scraper for EmulationStation › Reply To: Updated Python Scraper for EmulationStation
06/25/2015 at 22:43
#100736
Participant
sry for bumping this ‘old’ thread
running this script with python scraper.py -pisize -l gives me the following errors.
Traceback (most recent call last):
File "scraper.py", line 665, in <module>
scanFiles(ES_systems[i])
File "scraper.py", line 448, in scanFiles
platforms = getPlatformNames(SystemInfo[3])
File "scraper.py", line 435, in getPlatformNames
for (i, platform) in enumerate(_platforms.split(',')):
AttributeError: 'NoneType' object has no attribute 'split'
how can i fix this?