eyeonus / Trade-Dangerous

Mozilla Public License 2.0
97 stars 31 forks source link

No current data anymore #99

Closed bengels00 closed 2 years ago

bengels00 commented 2 years ago

Trying to update to latest data using trade import -P eddblink -O all -i -c -v doesn't work anymore since a few days:

$ trade run --to 'Halaye/Werner'  --credits 100000000 --capacity 384 --ly-per 26 --hops 1 --jumps-per 5 --max-days 0.5 -vvv --progress --color --pad-size L --fc N
/bin/trade: Error: No selling prices at Halaye/Werner von Siemens Dock.

Possible causes:
- No profitable runs or routes meet your criteria,
- Missing Systems or Stations along the route (see "local -vv"),
- Missing price data (see "market -vv" or "update -h"),

If you are not sure where to get data from, consider using a crowd-sourcing
project such as EDDBlink (https://github.com/eyeonus/EDDBlink).

For more help, see the TradeDangerous Wiki:
    https://github.com/eyeonus/Trade-Dangerous/wiki

And I can't find a different data source.

eyeonus commented 2 years ago

Update again using the '-fallback' option, Tromador's site might be down.

bengels00 commented 2 years ago

So I tried trade import -P eddblink -O fallback -i (I think this is the correct syntax). When I set the max price age to 1 (instead of 0.5) it gives me a result. But the result does not reflect the best route at all. (Compare to https://eddb.io/trade/single for example.) Is there any other data source you know that has better data?

eyeonus commented 2 years ago

EDDB is the fallback source. When using the fallback option, TD pulls the data from EDDB's nightly updates The information is guaranteed to be less than 24 hours old, but the only way to get any more recent data than the last dump is to run your own eddblink listen server.

On Wed, Dec 22, 2021, 13:53 bj @.***> wrote:

So I tried trade import -P eddblink -O fallback -i (I think this is the correct syntax). When I set the max price age to 1 (instead of 0.5) it gives me a result. But the result does not reflect the best route at all. (Compare to https://eddb.io/trade/single for example.) Is there any other data source you know that has better data?

— Reply to this email directly, view it on GitHub https://github.com/eyeonus/Trade-Dangerous/issues/99#issuecomment-999873661, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANHHYAGOLFMKODU2MHJWMLUSI3DXANCNFSM5KTCMDHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

bengels00 commented 2 years ago

Thank you! I'm having an own server running FreeBSD and I'll check if I can setup an eddblink listen server.