josdemmers / NewWorldCompanion

A companion app for New World, to keep track of all your learned recipes and current trading post prices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(no data) for prices recently

cardona150 opened this issue · comments

Starting a couple days ago I can't get pricing data "in-game":
image
This is accompanied by "2022-11-16 13:55:22.9066|ERROR|NewWorldCompanion.Services.HttpClientHandler|MoveNext" in the logs. There is updated data for Olympus in nwmarketprices, not sure what the disconnect is here. Adding the uri of the "failed" call to the log could help me debug more here.

Thanks for the report. There is currently a problem with the nwmarketprices API.
The developer of nwmarketprices is already working on the problem.

Afterwards I'll have to make some changes as well for it to work correctly with the new API call.

Ah, I just found this myself:
image
LMK if I can help.

Will let you know, thanks for the offer.
Currently there is nothing we can do, we will just have to wait for the new nwmarketprices API call.

New API is ready.

  • recent_lowest_price is still working.
  • timestamp is broken, only requires a small format change.
  • avg price data is broken completely, requires some more work.

Current api example:
https://nwmarketprices.com/0/11/?cn_id=rawhidet1

Old api as reference
oldapi.txt

//edit
New API is still broken for servers that have not been updated recently.
Those will return a "Server Error (500)"

Fixed with the v1.0.9.0 update.