Skip to content

Instantly share code, notes, and snippets.

@aragaer
Created July 22, 2012 12:39
Show Gist options
  • Save aragaer/3159540 to your computer and use it in GitHub Desktop.
Save aragaer/3159540 to your computer and use it in GitHub Desktop.
Getting data from EVE client
Warning: skipping table fsdTypeOverrides as it doesn't have data rows
Traceback (most recent call last):
File "scripts/eve2sql.py", line 85, in <module>
dataminer.run()
File "/home/aragaer/Projects/pyfa/eos/scripts/eve2sql/processing/miner.py", line 53, in run
self.__get_bulkdata()
File "/home/aragaer/Projects/pyfa/eos/scripts/eve2sql/processing/miner.py", line 100, in __get_bulkdata
self.__get_source_data(srcdata, table)
File "/home/aragaer/Projects/pyfa/eos/scripts/eve2sql/processing/miner.py", line 130, in __get_source_data
self.__recursive_data_seek(sourcedata, headers, dictdatarows)
File "/home/aragaer/Projects/pyfa/eos/scripts/eve2sql/processing/miner.py", line 197, in __recursive_data_seek
for iterentity in sourcedata:
File "/usr/local/lib/python2.7/dist-packages/reverence/fsd.py", line 541, in __getitem__
raise KeyError(str(key))
KeyError: '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment