-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where can I get csv files from? #1
Comments
I used the ones from
etc instead. Still trying to get |
I've turned auth off on my db for now to try and get this working. I imported the csv files from the above location, but now importing systems/stations is failing. What do I need to setup or change to get this working?
|
OK, after looking at the source, it has references to files and URLs that don't exist anymore, e.g. systems.json (replaced with systems.jsonl), and https://eddb.io/archive/v4/stations.json etc. I take it this project is no longer functional? Any suggestions for an alternative? |
I haven't updated it in a while, yeah probably some things changed and now it doesn't works, I'll probably take a look later when I have free time, if it's only changed url you can probably just change it but I doubt it since jsonl format is compressed data it needs some code modifications to work with it |
@markjfisher I've made a huge update to edda, please get the latest version and try following instructions from scratch, everything should work now, in case something is not working let me know |
I'm trying to setup a local commodities REST API to query prices against, as I can't find anything online, and came across this project.
The instructions say to download initial static data from:
This is now 404, but is there another source?
Same goes for the outfitting and shipyard files.
The text was updated successfully, but these errors were encountered: