Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fetch_eve_db.sh to point at something that works again. Closes #…
…20.
- Loading branch information
b3b66df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heys,
Not sure if the new db is slightly different
./market-stuff.py 6NJ8-V
Traceback (most recent call last):
File "./market-stuff.py", line 349, in
sys.exit(main(sys.argv))
File "./market-stuff.py", line 332, in main
load_items()
File "./market-stuff.py", line 69, in load_items
for entry in c:
sqlite3.OperationalError: Could not decode to UTF-8 column 'typeName' with text 'Dossier \ufffd Author Unknown'
I also plan on having a look
b3b66df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, there is some bogosity.
4bffc90#diff-147b75c43f60d4b99417976bc1129576R52
is supposed to fix that. Are you running that version of the code?
b3b66df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working. Didn't see you did a couple of commits. Thanks!