PoE-TradeMacro / POE-TradeMacro

Price checking script for Path of Exile.
https://poe-trademacro.github.io/
GNU General Public License v3.0
936 stars 189 forks source link

Ctrl + C Hardcoded rates #1110

Open Jukeboxor opened 4 years ago

Jukeboxor commented 4 years ago

Why is it showing hardcoded rates for past 2 days for me?

AHK version: 1.1.32.00 image

pha-Z commented 4 years ago

broke for me as well

sheixi commented 4 years ago

same issue here

eQueline commented 4 years ago

same problem

Jukeboxor commented 4 years ago

help with this please

Jukeboxor commented 4 years ago

2020-02-09T18:13Z

Requesting currency data from poe.ninja...

cURL command: "D:\Downloads\POE-TradeMacro-2.15.7\POE-TradeMacro-2.15.7\lib\curl.exe" "https://poe.ninja/api/data/ItemOverview?league=tmpstandard&type=Currency" -ILks --connect-timeout 35 --max-time 50

Answer: HTTP/2 200 date: Sun, 09 Feb 2020 18:12:36 GMT content-type: application/json content-length: 0 set-cookie: __cfduid=dc544031da947dbb2ee4dc10b616dc4c41581271956; expires=Tue, 10-Mar-20 18:12:36 GMT; path=/; domain=.poe.ninja; HttpOnly; SameSite=Lax; Secure cache-control: public, max-age=900 expires: Sun, 09 Feb 2020 18:15:02 GMT cf-cache-status: HIT age: 754 accept-ranges: bytes expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" server: cloudflare cf-ray: 5627d00228a0fe54-HEL

seems like i cant connect to poe ninja for the live rates? but the website is working fine for me

eQueline commented 4 years ago

I found a quickfix solution: Open file \<TradeMacro Dir>/resources/ahk/POE-ItemInfo.ahk On line 12267 change url := "https://poe.ninja/api/data/ItemOverview?league=" . currencyLeague . "&type=Currency" to url := "https://poe.ninja/api/data/CurrencyOverview?league=" . currencyLeague . "&type=Currency" Then exit and relaunch TradeMacro

sheixi commented 4 years ago

@eQueline worked for me! Thanks!

xFluXXus commented 4 years ago

@eQueline thanks alot, it worked!

faethix commented 4 years ago

Thanks kind sir.