Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.99 KB | None | 0 0
  1. pi@retropie:~ $ python export.py -d /home/pi/RetroPie/roms/export_list.xlsx
  2. 2018-02-18 19:34:51,258 DEBUG  Starting
  3. 2018-02-18 19:34:51,258 INFO   Emulationstation systems file used: /etc/emulationstation/es_systems.cfg
  4. 2018-02-18 19:34:51,279 DEBUG  Analyzing system: Amstrad CPC (amstradcpc)
  5. 2018-02-18 19:34:51,279 DEBUG  Amstrad CPC system has no gamelist, skipping
  6. 2018-02-18 19:34:51,280 DEBUG  Analyzing system: Arcade (arcade)
  7. 2018-02-18 19:34:51,281 DEBUG  Arcade system has no gamelist, skipping
  8. 2018-02-18 19:34:51,281 DEBUG  Analyzing system: Atari 2600 (atari2600)
  9. Traceback (most recent call last):
  10.   File "export.py", line 460, in <module>
  11.     systems = parse_systems()
  12.   File "export.py", line 241, in parse_systems
  13.     rom = Game(game)
  14.   File "export.py", line 146, in __init__
  15.     self.info[attr] = get_xml_element_date(obj, attr)
  16.   File "export.py", line 69, in get_xml_element_date
  17.     if len(date_text) < len('19860101T000000'):
  18. TypeError: object of type 'NoneType' has no len()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement