Poe Price Check – Check Single Item and Stash Tab Items with Ease

Using Chrome and I can't get the Price Stash or Price All stashes to work.

I'm pretty sure that I'm putting in right info ... but I just get an empty grid with nothing in it :-(
"
zedzed_uk wrote:
Using Chrome and I can't get the Price Stash or Price All stashes to work.

I'm pretty sure that I'm putting in right info ... but I just get an empty grid with nothing in it :-(


Since you can see the grid, I guess the stash you are trying to price is a currency tab or the stash contains all currency items. By default, the currency items are not showing in the grid. Please try another stash to see if you can see any item.
Why does the API respond differently from how the price single item form responds?
Created CurrencyCop and PoeBuddy.
Check out my Item Filters: https://www.pathofexile.com/forum/view-thread/3510357
"
ComfyGangsta wrote:
Why does the API respond differently from how the price single item form responds?


we added the prediction explanation in the response. This was the post on reddit: https://redd.it/988fpc

The output still maintains all the previous keys in the JSON, and there is no change to them. One additional key, which is called "pred_explanation", was added. It should be backward compatible, if you are not using this additional key at all.

An example of the new output looks like:

Spoiler

{"status": 200, "min": 11.120000000000001, "max": 16.68, "currency": "chaos", "error": 0, "pred_explanation": [["(pseudo) (total) +# to maximum Life", 0.5930255101234272], ["(pseudo) +#% total Elemental Resistance", 0.4035759335521227], ["(pseudo) (total) #% increased Rarity of Items found", 0.0008343566011444971], ["Adds # to # Lightning Damage to Attacks", 0.00029006604996481875], ["(pseudo) (total) +# to Dexterity", -0.0017382185135654347], ["(pseudo) # Elemental Resistances", -0.0005359151597754375]], "data": {}}


"
SlugPranker wrote:
"
ComfyGangsta wrote:
Why does the API respond differently from how the price single item form responds?


we added the prediction explanation in the response. This was the post on reddit: https://redd.it/988fpc

The output still maintains all the previous keys in the JSON, and there is no change to them. One additional key, which is called "pred_explanation", was added. It should be backward compatible, if you are not using this additional key at all.

An example of the new output looks like:

Spoiler

{"status": 200, "min": 11.120000000000001, "max": 16.68, "currency": "chaos", "error": 0, "pred_explanation": [["(pseudo) (total) +# to maximum Life", 0.5930255101234272], ["(pseudo) +#% total Elemental Resistance", 0.4035759335521227], ["(pseudo) (total) #% increased Rarity of Items found", 0.0008343566011444971], ["Adds # to # Lightning Damage to Attacks", 0.00029006604996481875], ["(pseudo) (total) +# to Dexterity", -0.0017382185135654347], ["(pseudo) # Elemental Resistances", -0.0005359151597754375]], "data": {}}




Those are straight-forward, what I am seeing is if I take the same content and make a request against the API, I get back different results than when I use the form.
Created CurrencyCop and PoeBuddy.
Check out my Item Filters: https://www.pathofexile.com/forum/view-thread/3510357
"
ComfyGangsta wrote:

Those are straight-forward, what I am seeing is if I take the same content and make a request against the API, I get back different results than when I use the form.


I see. This might happen. API servers are more stable at the moment. The algorithm server part of the website might not be stable recently due to an earlier server change. The server might crush and restart some times before a full cycle of algorithm update, which means the website might update the algorithm faster unexpectedly. This is what I can think of. I thought I solved it... Working on identifying the issues.
Last edited by SlugPranker on Aug 28, 2018, 12:33:24 AM
Sorry, i fixed it.
Last edited by kurzyfox on Aug 28, 2018, 8:22:46 AM
"
SlugPranker wrote:
"
ComfyGangsta wrote:

Those are straight-forward, what I am seeing is if I take the same content and make a request against the API, I get back different results than when I use the form.


I see. This might happen. API servers are more stable at the moment. The algorithm server part of the website might not be stable recently due to an earlier server change. The server might crush and restart some times before a full cycle of algorithm update, which means the website might update the algorithm faster unexpectedly. This is what I can think of. I thought I solved it... Working on identifying the issues.


Fixed, but only tested in current low traffic. Will keep an eye on it.
Sometimes when trying to price check an item it will tell me to copy the contents of "poeprices_log" Which is as follows:


"
Request and response:
{
"added": {
"browserUrl": "https://www.poeprices.info/api?l=Delve&i=&w=1",
"encodedData": "",
"league": "Delve",
"requestUrl": "https://www.poeprices.info/api?l=Delve&i="
},
"data": {},
"error": 2,
"status": 200
}


Sorry if this error has been posted in the last 24 hours :D
Last edited by snailyx on Sep 3, 2018, 1:26:13 PM
"
snailyx wrote:
Sometimes when trying to price check an item it will tell me to copy the contents of "poeprices_log" Which is as follows:


"
Request and response:
{
"added": {
"browserUrl": "https://www.poeprices.info/api?l=Delve&i=&w=1",
"encodedData": "",
"league": "Delve",
"requestUrl": "https://www.poeprices.info/api?l=Delve&i="
},
"data": {},
"error": 2,
"status": 200
}


Sorry if this error has been posted in the last 24 hours :D


The log tells that the item text was captured as empty. I will ask the TradeMacro dev about it, since I recall this has happened in the past.

TradeMacro dev responded very fast:

Spoiler

The issue is caused when using certutil to base64 encode the item data.
Or if some program like certutil itself is missing.

Here is what the dev recommended: https://github.com/PoE-TradeMacro/POE-TradeMacro/issues/637#issuecomment-357330503

A quick test would be opening a console and executing: certutil
If the command wasn't found it may the issue described here, else it is some other issue.

This issue is still open, which needs more test from there end: https://github.com/PoE-TradeMacro/POE-TradeMacro/issues/786

An answer was newly added. Kudos to TradeMacro dev.

If this does not concludes with a solution for you, maybe try out our website in the mean time.

Last edited by SlugPranker on Sep 3, 2018, 7:53:03 PM

Report Forum Post

Report Account:

Report Type

Additional Info