Skip to content

Commit

Permalink
Update fetch_eve_db.sh to point at something that works again. Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Nov 19, 2015
1 parent 4bffc90 commit b3b66df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_eve_db.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
wget -qO- http://pozniak.pl/dbdump/rub110-sqlite3-v1.db.bz2 | bzcat > eve-dump.db
wget -qO- https://www.fuzzwork.co.uk/dump/sqlite-latest.sqlite.bz2 | bzcat > eve-dump.db

3 comments on commit b3b66df

@steflsd
Copy link

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

@msullivan
Copy link
Contributor Author

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?

@steflsd
Copy link

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!

Please sign in to comment.