We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/market
Gazelle has noted that sometimes we see things like:
{ "$schemaRef": "https://eddn.edcd.io/schemas/commodity/3", "header": { "gatewayTimestamp": "2022-06-02T07:37:23.195861Z", "softwareName": "E:D Market Connector [Windows]", "softwareVersion": "5.3.4", "uploaderID": "90010da415f63347f967a0245df7607e2d16c47b" }, "message": { "commodities": [], "economies": [ { "name": "HighTech", "proportion": 0.67 }, { "name": "Industrial", "proportion": 0.33 } ], "horizons": true, "marketId": 128666762, "odyssey": true, "stationName": "The Champion of Piety", "systemName": "Crucis Sector EQ-Y b4", "timestamp": "2022-06-02T07:37:22Z" } }
which has the wrong marketId for that station name, which is a MegaShip. That station is actually Jameson Memorial (according to spansh.co.uk).
So, we should probably also cross-check the Docked/Location marketID with the id returned by CAPI.
The text was updated successfully, but these errors were encountered:
CAPI: Check if lastStarport->id matches Journal MarketID
e38d5e1
Ref: <#1572>
Should be fixed in just released 5.4.0.
Sorry, something went wrong.
No branches or pull requests
Gazelle has noted that sometimes we see things like:
which has the wrong marketId for that station name, which is a MegaShip. That station is actually Jameson Memorial (according to spansh.co.uk).
So, we should probably also cross-check the Docked/Location marketID with the id returned by CAPI.
The text was updated successfully, but these errors were encountered: