#tooldev-general

1 messages ยท Page 70 of 1

timid hemlock
#

You can use PyPoE to export them in JSON form without extracting them

#

DId you check out RePoE, though?

wind garden
#

what's the diff between them?

#

one's just a repo of stuff right?

#

ah

#

i think i looked here and didn't find what i wanted at the time

#

but maybe it'll work for this

timid hemlock
#

Yeah, I'd recommend looking there first before jumping through hoops with PyPoE

wind garden
#

lol I'm going to have to write a console app just to extract the base item names from the json

timid hemlock
#

There's a reason I put it there first ๐Ÿ˜‰

#

Haha

wind garden
#

well RePoe is just the json

#

so it'

#

it's mostly the same either way

timid hemlock
#

Kinda; RePoE does a fair bit of processing on the data, combining information from different .dat files

#

It can save a bit of time depending on what you need

wind garden
#

mmk

pseudo ocean
#

tencent trying to take over pob already ? ๐Ÿ˜„

#

mornin

pseudo ocean
#

hows the api today?

west lance
#

I've just set up development mode on path of building so I can start messing around a bit

#

any tips or good resources for someone like me who's new to lua?

timid hemlock
#

Read the Lua manual

#

Aaaand that's about it ^_^

#

Lua is a pretty damn simple language

west lance
#

hey thanks for replying. Already going over some syntax stuff

worthy cape
#

@timid hemlock Have you considered doing anything about DPI awareness for the PoB runtime? Couldn't find the source for it anywhere to diddle around with it.

timid hemlock
#

That's on my TODO list... somewhere... :S

worthy cape
#

^^

timid hemlock
#

The current source for the runtime isn't available anywhere ATM

#

I need to get around to setting up a repo for it

worthy cape
#

Heh, I know the feeling.

#

Got so many PRs I "just need to touch up".

#

My FUSE implementation for GGPKs is shaping up nicely, I can read the contents of any file in the archive now, including DDS with their compression/symlinks.

#

Kind of fun how the library part didn't quite survive being used by an actual application.

obtuse citrus
#

@wind garden nope, no vs10 needed

worthy cape
#

If you're building native extensions from scratch with 3.3 or 3.4, 10.0 is the compiler needed. Binary wheels should not need any compilers.

#

My library will need Python 3.5 minimum, can't stand porting the C++ code to anything worse than VS2015 ๐Ÿ˜ƒ

grave wren
#

I for one welcome our Chinese pob overlords ๐Ÿฆ€

median kestrel
#

Inflation is gonna be ๐Ÿ‘Œ

grave isle
#

Anyone have parse in PHP the path of exile official skill tree data url ?

velvet fog
#

I had

grave isle
#

that's not a "simple" base64_decode right ?

velvet fog
#

@grave isle

function base64url_decode($data)
{
    return base64_decode(strtr($data, '-_', '+/').str_repeat('=', 3-(3+strlen($data))%4));
}

function parse_passive_url($url)
{
    $url = base64url_decode(basename($url));
    $tree = unpack("NVersion/cCharactersID/cAscendancyID/cIsLocked", $url);
    $tree['data'] = unpack("n*", substr($url, 7));
    return $tree;
}
grave wren
#

hm wondering if there is a way to group projectsn/snippets for poe related stuff

#

so it's easier to find them

long zinc
#

@polar island Are you aware that your update overwrote Incursion with Bestiary and Flashback, or is that my local issue (or firefox)?

grave wren
#

ctrl+f5 should clear your cache

#

if it persists then its not your end

grave isle
#

@velvet fog thx you a lot !

old heath
#

When using the public stash api, is it safe to assume that any entry that has a null account name can be ignored?

old heath
#

Oh alright

#

ty

wind garden
#

@compact isle is there a list anywhere of what the valid categories are in the stash API?

#

"category":{"maps":[]}
"category":{"armour":["shield"]}

#

maps, armour, etc

compact isle
wind garden
#

thanks!

velvet fog
#

@compact isle is it possible to add league name to public stash api, same level of stash id. because I need one item to know where this stash from, but when this stash goes empty, I can't determine what league is it.

compact isle
#

yep

velvet fog
#

china server have 5L body armour as quest reward, finish map tier reward some maps too.

#

and a The Atlas of Worlds mappin, completed a new quest line to follow shaper steps

distant trail
#

@timid hemlock hey, I just noticed that POB no longer lags heavily when opened on my second monitor. Is that something you specifically fixed, or do you think it's just because I changed my monitor?

timid hemlock
#

Didn't change a thing

distant trail
#

hm. in any case, POB is now much more usable for me. thanks for making it!

timid hemlock
#

No problem ๐Ÿ˜ƒ

hazy fog
#

the best praise is when you did nothing at all ๐Ÿ˜‰

timid hemlock
#

Correct

hazy fog
#

๐ŸŽ‰ you're the best

timid hemlock
#

Also correct

#

Apparently

grave wren
#

Looking for a decent-ish iterm2 replacement for linux, can anyone recommend a terminal emulator that supports splitpanes, tabs, nice zsh integration and automatic saving and restoring previous content (e.g. input + output)?

fickle yew
#

@timid hemlock do you have any heuristic for determining whether people are weapon swapped when importing? I often get characters that have the wrong set set as primary ๐Ÿ˜ฆ

timid hemlock
#

None whatsoever

#

I just take whatever the API gives me as the primary

fickle yew
#

I guess it's more evident when processing 100k builds at a time ๐Ÿ˜ƒ

timid hemlock
#

๐Ÿ˜„

fickle yew
#

Not the most obvious weapons for a summoner ๐Ÿ˜ƒ

grave wren
timid hemlock
#

Oh my

fickle yew
#

I've had bow cycloners as well..

hazy fog
#

lul

grave wren
#

did you just assume their builds rasmus

#

this is 2018

slow forge
#

And then there's Avatar of Fire + Atziri's Promise guys, which can't be a mistake in weapon set selection

fickle yew
#

That's why the heuristic is so hard to do properly..

#

People are doing crazy stuff!

hazy fog
#

crazy stupid mathilLUL

grave wren
#

also i am so fucking amazed

#

the bot passed all unit tests

#

and failed on the first pastebin here

hazy fog
grave wren
#

i am not even sure how it passed the unit tests in the first place

#

because in theory it shouldnt even run

#

quality german engineering templarLul

timid hemlock
#

Must be using imperial unit tests instead of metric

grave wren
#

๐Ÿค”

fickle yew
#

all unit tests could theoretically be 1

grave wren
#

ssssh

#

dont tell them

fickle yew
#

or 0

grave wren
#

assertTrue("you dun goofed",true)

grave isle
#

i go build with discipline too in main skill exaltThink

grave wren
#

but yeah

#

why did it work

#

defuck

fickle yew
#

My site doesn't have enough karma hunters from reddit yet ๐Ÿ˜ฆ

#

Nobody noticed my new search filter.

grave wren
#

i dont like reddit

#

:<

grave isle
#

is always like that @fickle yew i feel you dude ๐Ÿ˜‰

slow forge
#

@fickle yew I noticed, but I ain't no karma hunter

fickle yew
#

Fair. It probably doesn't matter anyway

hazy fog
#

@slow forge I didn't notice; what's new

slow forge
hazy fog
#

๐Ÿค” oh

old heath
#

I for some reason didn't even realize that was new ๐Ÿค”

#

I was using it, but I guess I never noticed it wasn't there, when it wasn't lol

fickle yew
#

Guess it's pretty similar to the 5 and 6 links filters.. So it could seem like it was already there.

#

My incursion build had a lot of variation, so felt like I needed it..

wispy prairie
#

Does PoB not calculate Gain X% of Phys Damage as random element on shaped weapons correctly?

hazy fog
#

correct

#

anything in red text on the item isn't properly calculated

chrome topaz
#

maybe ggg should shut down their game until they can fix the api

hazy fog
#

or just shut down the api entirely if it's not going to work

chrome topaz
#

thanks tencent

simple ravine
#

just shut the river down, and see the rage

#

Machine Learning โ„ข

wind garden
#

Ho-lee-balls ggg

#

Is the river just down entirely?

#

Or just delayed an hour+?

chrome topaz
#
  • 12 days
pseudo ocean
#

the good thing is that the manual shop on .trade shows up as usual so might as well use that for now

wind garden
#

Chris had said somewhere recently that he would look into it

#

but no update

#

this is so much worse than ever before

old heath
#

It's like 50+ minutes behind at some points

#

I listed an item, and it was 80 minutes, before it showed up outside of the official site.

velvet fog
#

official trade site has latency too?

grave wren
#

You could test it didn't bother yet

velvet fog
#

official trade site seems using different methods, it can search open prefix/suffix

chrome topaz
#

seems this way

grave wren
#

Hm wondering why we don't know the vortex area. It isn't on pob or poedb

timid hemlock
#

Probably because GGG never bothered to tell anyone

velvet fog
hazy fog
grave wren
grave isle
#

templarLul that was call ๐Ÿ˜›

chrome topaz
#

after you

wind garden
#

"The UI is really great and I'm impressed with how light it is"

#

wat

grave wren
#

time to replace layer 8

worthy cape
#

I recommend setting up bot accounts that occasionally whisper the complaining dude with offers for items.

grave wren
#

unethical

worthy cape
#

Well, they're complaining about getting whispers for items that have already sold. Now they can get whispers for items that probably haven't sold yet.

#

Great improvement.

old heath
#

@timid hemlock Is there some way to see the damage required to be taken, for CWDT at a certain level, and what level skill gems it supports at a certain level?

#

In PoB.

chrome topaz
old heath
#

When I was doing my testing poe.trade and poeapp.com had marginal speed differences

#

Where official poe trade site was 20+ minutes ahead of both

#

Interesting.

#

I'm doing a live search on all 3 sites

#

and poe.trade listed an item first ๐Ÿค”

chrome topaz
#

thanks for your comment $20 have been deposited into your account

old heath
#

This item actually isn't listed on the other trade sites...

#

not even the official one

#

wat

#

I PM'd the guy, and he said he didn't sell it though

obsidian lark
#

Hey guys, just got finished writing my own indexer to use in ExileParty ( https://github.com/viktorgullmark/exile-party/ if anyone is intressted. ) but i'm seeing response times of average 9000 ms or more from the trade river, is that normal for you aswell, seems awfully slow?

old heath
#

Ah, I got it to show up on poeapp now

#

Still can't find it on the official site

#

with the exact same search ๐Ÿค”

#

This is too confusing

#

This specific item showed up on poe.trade, then poeapp, and still isn't on the official site

#

Or if it is, it doesn't index it with the proper search terms

#

lol

#

I did my testing and you guys were almost equal

#

It wasn't that long ๐Ÿ˜›

#

But like I said, my current test was poe.trade was fastest, but before poeapp was faster

#

The official site STILL doesn't have the item I was searching for

#

So I really have no freaking clue

#

lmao probably

#

The official trade site definitely has an issue searching for explicits

#

I searched for #+ to maximum Energy Shield min - 25. on the official site, and no results

#

other trade sites worked perfectly ๐Ÿคท

pseudo ocean
#

https://youtu.be/_gK6Vb9gJPo What do you guys think so far? its REALLY basic since i have never done anything with code in my life so far, but since @mortal bone mentioned WPF/C# i got into it and made me this for QoL as i did these in a spreadsheet before, i plan to add quite a few more things to it but this is a "useable" version

old heath
#

Time to automate it

pseudo ocean
#

i acutally dont want to do that

#

as there is a lot of pricefixers its better to go in there manually and select the best price

#

i had a sheet version that automatically got the prices from .trade and it always took the first one so most of the time the ratios were not real

old heath
#

But if it's manual, you'll be slow ;P

pseudo ocean
#

i guess it would be okay if i get links to the pages next to the appropriate boxes

#

so you can just click , copy paste, move on to next

cosmic saffron
#

you can write a pretty quick javascript function to grab the text and then split it up

grave wren
hazy fog
#

couldn't resist ๐Ÿ˜ 

#

Where do you people keep coming up with this nonsense. Poeapp himself is sitting in the discord channel and bitching with xyz about the river being shit.

grave wren
#

It's reddit

#

What do you expect

hazy fog
#

I dunno

#

maybe not blatant lying

grave wren
#
Yeah it sounds pretty conclusively like an error on poe.trade's end. The owner just has not been sufficiently made aware that this is the case (he believes there is an API bug). Someone said above that poeapp is properly removing requests, so it cant be an API bug like xyz claims.
#

Gotta love reddit for that atm

hazy fog
#

some buffoon said poeapp worked and sinc enoone uses it everyone just believes them

#

โค poeapp

grave wren
#

Inb4 poeapp trolling xyz

#

It's funny how everyone and their mothers are now trade indexer experts

#

I even see the sluggishness of the poe website if I just surf it and am pretty sure the Ali itself doesn't work any better

#

It's mostly at 18 o clock local time for me

#

So in about 13h

hazy fog
#

are you going to make a liar out of me ๐Ÿค”

#

meh just turning me into a typical redditor no loss

chrome topaz
#

definitely not sufficiently made aware send me more messages thanks

grave wren
#

Please stop blaming the river you two

old heath
#

lol

grave wren
#

Damn just to trump xyz

#

That is dedication

#

Maybe you need some China investors to list faster too

chrome topaz
#

the lazy developers are just posting memes to discord instead of fixing their website

wind garden
#

@compact isle do you know what's up with the api?

compact isle
#

which one?

wind garden
#

the river

compact isle
#

you mean regarding the slowness?

#

same as usual, backend backups wreck havoc on the website

#

we've also been fighting off a DDoS attack which probably doesn't help

wind garden
#

is there any hope of improvement for the near future?

#

it's never been this bad for this long before

glad plaza
#

is api/trade/fetch intended for manual query? I'm kinda hyped about this endpoint since it allows for extended view and i18n support

compact isle
#

we're investigating solutions of course @wind garden, not a simple problem to solve unfortunately

#

it's alright to use @glad plaza, just be aware that it could change at any time or have it's rate limiting adjusted

glad plaza
#

My main interest is to extract translations for some fields in the item popup so this is fine at the moment. Just really happy I don't have to manually collect those and most likely make a mistake in the languages I can't decipher. Your translations are just all over the place ๐Ÿ˜‰

simple ravine
#

distributed computing so hard trollface

grave wren
#

I was pmd for 20 straight days because of you

#

Yes networking also does not exist

#

It all flows through the same ether

slow forge
#

Muahahaha

#

But really though, redditors are fuckin clowns

#

Their tinfoil hat theories grow more ridiculous by the day

#

Perhaps it would help if people were informed when DDoS attacks are happening, that could lower their performance expectations

grave wren
#

wouldnt help anyone

#

"but gggs trade works"

slow forge
#

Perhaps

#

In my previous experience, if a developer reported a DDoS attack I would usually be more lenient to unexpected lags/delays

#

But that's just me

grave wren
#

people dont even care about that

#

and just guess weird reasons

#

it's super weird how everyone shits on xyz after the site working flawlessly for ages

slow forge
#

Not sure if it's everyone, possibly a very vocal minority. Not the first time I've seen a situation like this.

#

It only takes a few idiots and a few irritated users

#

But honestly why not just use a different service, if one is dissatisfied with a current one

#

Not like we don't have alternatives

grave isle
pseudo ocean
#

it's super weird how everyone shits on xyz after the site working flawlessly for ages Thats how the world works man, noone thanks you if its good but everybody flames you if it is bad

wind garden
#

@compact isle it might be nice to get a post on reddit or something so the community stops blaming xyz and poeapp

hazy fog
#

noone blamed poeapp mathilKek

#

instead they listened to some lies and all agreed his worked perfectly

grave wren
#

poeapp playing reddit like an instrument

hazy fog
#

5 dimensional chess

wind garden
#

lol

#
attr    S, I, D, G, false (type is boolean for abyss). Stands for str, int, dex, generic?. G - white socket.    string/boolean
#

k seriously, what is this lol

#

sockets json

#

nice little strings that can be parsed to enum for S, I, D, G

#

and then we have "false"

#

why not 'A'?

slow forge
#

@timid hemlock Vaal Impurity of Fire might be bugged in PoB as it takes away quarter of my damage, while Wiki lists it having Reduced Damage Taken, not just Reduced Damage

#

All though after a closer look it seems to do both

#

Nvm whatever I sent before (deleted now), it seems that VPF does indeed lower the damage

#

Fuck knows why

grave wren
#

feels better

#

do you play it?

grave wren
#

oh no

slow forge
#

I like it, but I feel way worse than I did in Bestiary when I get a shitty set of Incursions, also uniques feel extremely lack luster

wind garden
#

i created a live search for my own items and they're not updating

chrome topaz
#

try poeapp @wind garden it's always up to date

wind garden
#

is this a meme now?

#

it's because everybody else is using the wrong API

#

even GGG

chrome topaz
#

will the REAL API please stand up?

wind garden
#

idk where that's from, but it's amazing

#

lol i threw some gems in a stash tab while live searching my account on poe.trade and pathofexile.com/trade

#

poe.trade still hasn't seen them

#

that was like an hour ago

deft jolt
#

had a similar experience ~5 hours ago

#

.com/trade found in 10min or so, .trade took 1h20min

#

style?

wind garden
deft jolt
#

oh I wasn't doing tests. just happened to notice the difference

wind garden
#

lol my poe.trade just wooped!

#

almost exactly 1hr 20min

compact isle
#

sigh postgres was caught in an autovacuum loop, should be catching up now

wind garden
#

@compact isle do you work on the pathofexile.com/trade website front-end yourself? or does someone else do that?

compact isle
#

I am a small team, yes

wind garden
#

the search allows you to search by state weights like you can on poe.trade

#

but there's no way to filter search results by the weight total

#

sort i mean

#

and it doesn't show you the weighted total for any given item

#

so the searching by weight stat is really difficult to use

#

if not useless

#

any chance you could put that on your to-do list?

compact isle
#

refresh your page ๐Ÿ˜‰

#

was deployed in this recent patch

old heath
#

Also, sometimes searching for something on the official trade site, literally just doesn't work

wind garden
#

omg

#

you're amazing

old heath
#

I'll have to test again, but if I searched for #+ to maximum Energy Shield and set a minimum of like 15, it wouldn't show up, then if I removed the minimum they would show up

#

It seemed to only be an issue with the explicit energy shield max mod

wind garden
#

it was having issues earlier

#

try again now

compact isle
#

one annoying thing we have is that local and global stats are separated

#

perhaps that was the cause?

old heath
#

I don't think so, because if I didn't have a minimum set, the items would show up

wind garden
#

live search tabs are limited at 40 right?

old heath
#

I will have to check now though, because this was earlier

compact isle
#

well if you ever come across broken searches just PM/message me the URL and I'll take a look

#

yeah 40 connections

wind garden
#

so that's per/ip?

compact isle
#

yep

#

we can increase it once I implement cleaning up disconnected searches ๐Ÿ˜… have to do that manually atm

wind garden
#

please do

compact isle
#

40 already seems excessive though ๐Ÿค” how specific are your searches?

wind garden
#

specific to a given unique

compact isle
#

ah

wind garden
#

there's like 60 high value unique that get traded

#

so 40 is just a bit below what I'd like

#

normally I use poe.trade live search but with the API delay

#

noticed tabs started getting stuck at "connecting" instead of "searching" after 40 were opened

compact isle
#

how's the performance with 40 tabs open?

old heath
#

My performance was fine at like 32 pages

wind garden
#

not too bad

old heath
#

but lots of refreshes I started getting throttled ๐Ÿ˜ฆ

wind garden
#

ya can't do that because of the standard 20/5/60 throttling

compact isle
#

ah for results?

wind garden
#

ya

#

if your live searches are too broad, you'll get throttled with tha tmany tabs open

#

isn't an issue for me though

old heath
#

It's not a common issue lol

wind garden
#

figured

compact isle
#

it's to deter people from using live search to replace the public stash API ๐Ÿ˜…

wind garden
#

probably shouldn't have nuked the public stash api then....

chrome topaz
#

are we doing to get affix info in the api?

old heath
#

Oops. I am definitely using it wrong then :L

simple ravine
#

nuke95.exe

compact isle
#

nukexyzandpoeapp.exe

#

probably not @chrome topaz

wind garden
#

unfair competitive advantage ๐Ÿ˜ฎ

compact isle
#

"unfair"

simple ravine
#

let's send in monopoly trade complaint

#

let's bid for some popunder traffic that will open up a live search trollface

#

target poe wiki users

#

oh im naughty

old heath
#

I use the wiki ๐Ÿ˜ฆ

compact isle
#

pretty sure you need to be on the same host to use websockets

old heath
#

I hate the wiki, but I use it because it somewhat works

simple ravine
#

sure, but it'd just open up a trade search on whoever would be the poor victim

#

i.e. poe.trade/fmwkelfmewl/live

jade adder
#

the wiki is a lot better than people give it credit for generally, but people also dont report issues enough

#

they just mention there's issues

#

but say nothing or don't take the effort to fix them

old heath
#

Well the host is the biggest issue.

jade adder
#

a lot of them are super easy to fix

old heath
#

ALSO

#

I am totally guilty of that

jade adder
#

dont feel bad, most are

old heath
#

The experience page, is super outdated

#

Can't be asked to report it, because it's insignificant

jade adder
#

you referring to the experience table?

simple ravine
#

@compact isle popunder traffic is when the website opens a target site in a new window with some funky (read shady) techniques, so when you close your wiki page (or whatever page you advertise on), that's when the visitor will see the popunder - which normally is a big advertisement for russian brides or some other weird stuff

#

and it's generally super cheap

old heath
#

@jade adder Not specifically, but lots of "in-game examples" use the old map stuffs

#

or like merciless Dried Lake as an example

jade adder
#

Ah right

compact isle
#

ah I see, I thought you just meant embedding it in the page somewhere

jade adder
#

I fix now

compact isle
#

wonder if we can do that for mtx advertisements ๐Ÿค”

simple ravine
#

for sure

old heath
simple ravine
#

retarget people who've been to the website looking at MTXs using a "pixel", and then use retargeting on adwords etc

old heath
#

There is another case where it uses Shaped Strand as an example

#

But it's the OLD map system

jade adder
#

@old heath I'm just gonna remove the line since it is outdated and not really helping at all

old heath
#

๐Ÿ‘

simple ravine
#

you can even have dynamic retargeting ads with an ad-server, to show the specific MTX they viewed with a "special deal only for you" thing

chrome topaz
#

that's unfortunate @compact isle

compact isle
#

we nuked most of our custom analytics when GDPR hit

simple ravine
#

all you need is a privacy policy stating bla bla

jade adder
#

K i just removed the wording referring to shaped strand since the example should still hold with any tier 11 map, and the original author included a lot of unnecessary stuff like "this is particularly interesting"

simple ravine
#

GDPR is annoying for advertisers though.. been so. much .harder to be profitable

compact isle
#

easier to redo them later with compliance in mind than patch up what we had

simple ravine
#

yeah

worthy cape
#

@compact isle Kudos for running a proper RDBMS ๐Ÿ˜ƒ

compact isle
#

it's super nice most of the time

long zinc
#

@timid hemlock Shimmerons in PoB are listed with 30-45 explicit spell damage, but 30-40 is correct.

timid hemlock
#

@long zinc Fixed in the next update

#

@slow forge $5 says you've got penetration and/or curses that are reducing the enemy's Fire Resistance to below 0; the Vaal Impurity skills work just like Inquisitor's Inevitable Judgement in that they cause your Hits (of Fire Damage specifically, in this case) to deal damage as if the enemy's Resistance is 0, so it is possible to lose DPS when activating it

slow forge
#

Probably 'cus later I saw that I forgot to switch to Shaper

#

So I guess it was a DPS nerf after all

timid hemlock
#

Indeed

slow forge
#

OP ain't me btw

waxen pine
#

in regards to the wiki, it doesn't appear that Vaal skills list their soul capture prevention timers. Is that something that the PyPoe tool would update or is it safe to update manually?

#

Same goes for the Souls Per Use, no longer being a progression

velvet fog
grave wren
#

poe macro guy isnt here right?

#

anything up with the river?

#

yeah apparently the macro doesnt load if the river doesnt respond in a timely manner

#

worked after 3 tries

wind garden
#

is GGG getting DDOSed?

#

i'm getting a lot of 500 and 502 errors

hazy fog
#

possibly still ongoing

grave wren
#

tfw official forum takes 10s to load

#

thanks xyz

#

for slowing it down

#

report for bullying xyz

#

would be funny to see it going [removed by support]

worthy cape
#

It's all clearly allan's fault.

grave wren
#

no allan is good

#

he sold me some nice pills

#

pls fix xyz

chrome topaz
#

it's got completely deleted not even removed by support

wind garden
#

"https://poeapp.com/ works just fine and has all league, im not sure why this is being blamed on GGG."

Path of Exile App

poeapp: An item trade search engine for Path of Exile.

#

why do people say this when it's so easily proved false??

grave wren
#

because reddit

#

people even got mad at me for telling them how to check

#

"if youre so smart you tell me which one is faster"

slow forge
#

Seems like today is the worst that I've seen when it comes API's slowness

#

30+ PMs and counting for a mildly popular item

#

Also God bless MercuryTrade creator, the 1 button replies are just the best

#

What is that huge spike? exaltsurprised

#

When was that spike anyway?

chrome topaz
#

220s? do you not have a timeout set?

grave wren
#

manual stopwatch

chrome topaz
#

timeout on connect vs timeout on recv?

hazy fog
#

Is this damn Load More option new on /trade ๐Ÿค” it's super obnoxious

grave wren
obsidian lark
#

@polar island how do you get those response times? My times are ranging from 20000ms to at best 5000ms today, Currently at around 8000ms.

#

But my origin is northern europe so maybe thats my problem.... and if you don't mind me asking what interval and timeouts are you guys using to not miss changeIds?

chrome topaz
#

his are about the same as you get though

#

it's not 20ms it's 20k ms

obsidian lark
#

Ah missed that hah! thanks!

jade adder
#

"shits fucked yo" - GGG

hazy fog
#

"please stop ddosing us" -GGG

old heath
#

Why do people that have no idea wtf they're talking about, insist on stating things as fact?

#

i.e. everyone that says it's only poe.trade that is fucked

pseudo ocean
grave wren
subtle vapor
#

@chrome topaz I was just wandering why you send full html back from ajax requests for items, wouldn't it be faster to send back a json object and have the client deal with the html layout?

fickle yew
#

Most likely doesn't make very much of a difference performance wise.

#

Harder to scrape though.. Which can be a benefit

worthy cape
#

If you're using some fancy templating on the server side to render your HTML, you'd have to replicate it on the client side, which may be a bit of a bother.

#

It sure was when I was in webdev a decade ago.

fickle yew
#

Sure. But it's only one factor. Ninja is pretty snappy even if I render on the frontend.

worthy cape
#

I guess one could ship the first batch of data inline in the page load, but still would delay the first render of content compared to shipping HTML.

#

And if unlucky, get a fair bunch of jiggling elements.

#

(so happy I don't do web ๐Ÿ˜„ )

fickle yew
#

Some sites run their React or similar frontend framework on the server, serve the resulting html and then attach the frontend framework on the client after.. So you get the benefits of both approaches at the cost of increasing the complexity

#

But it's still only one factor. You can screw the performance up no matter what you do ๐Ÿ™‚

subtle vapor
#

I was just thinking when you have thousands of websocket connections pulling data from thousands of item sells you'd only want to send the smallest packets possible. wasn't sure if the size difference made a difference in how many requests could be processed in a given timeframe.

fickle yew
#

The query calculations probably dominates the cost of managing that many connections.

subtle vapor
#

yah true perhaps, I was just doing some compare/contrast between PathOfExile/trade and poeTrade for a class. Learned quite a bit and was curious.

keen owl
#

Hey guys, im looking for a site that was posted few months ago on reddit, it had a tool that would show you different currencies you could flip for best profits, anyone knows the name?
for example if you put alt for chaos it would say:
alt > fuse
fuse > chrome
chrome > chaos

edit: Is this the right channel to ask that?

pseudo ocean
chrome topaz
#

@subtle vapor wasn't up to date on best (or any) js practices when I started and now it works good enough so no need to change

subtle vapor
#

@chrome topaz thanks for the response! If you could go back, do you think you would send json? Im kinda writing a little paper for class, and may attempt a mock up of a cross between both tools innerworkings as a class project at some point.

subtle vapor
#

Way to be @polar island

#

Hey! I was testing it days ago ;P

#

Just saw another post today, about how official trade was faster than poe.trade... I was thinking to myself I've tested this many times past few days may as well make a video and show them who's currently the fastest from my end.

#

True, was hoping for a better response, such is life ;P O well more sniping for me! haha

chrome topaz
#

wait, the poe website didn't return anything?

#

maybe we're both backlogged and official site already went through that tabula

#

@subtle vapor json would probably make it easier to maintain

subtle vapor
#

The poe website returned the tabula about 2 minutes after your sites

#

yesterday Official site had a 5 minute delay behind xyz

#

and thanks for the info @chrome topaz!

#

Doing the exact same test right now, official website wins by about 1000ms.

old heath
#

@subtle vapor I had the same results before, but then I tried again and official won by a landslide

#

Yea

subtle vapor
#

Like I said in the video it varies with the time of day

old heath
#

Also, one of my items never showed up on official

#

I waited 5 hours, and it never showed up lol

#

It was on poeapp first, then poe.trade less than 20 seconds later. Then never one the official site lol

subtle vapor
#

yah very similar results. Riding the daily wave, official site is clearly the fastest when its not the slowest by a landslide. Not sure whats happening to it internally.

gritty olive
#

Why does poe.trade and the official trade site modify the exchange rate when I put decimal amounts ~b/o 1/2.3 chaos, it shows up as 2.5

#

Whenever I use the form on poe.trade it rounds down to 2

chrome topaz
#

yep

#

make it 10/23 instead

#

how the tables have tabled

chrome topaz
#

well ddosing official website didn't work, time to switch to poeapp

grave wren
#

Please shut down official trade

simple ravine
#

please shut down all

grave wren
#

@timid hemlock are there plans to allow supports socketed into specific weapons being sorted by dps just like with normal skills?

#

talking dancing dervish and whispering ice mostly

old heath
#

Can't you already do that?

#

I guess it doesn't sort either

#

So nvm

grave wren
#

yeah

#

is my current way

old heath
#

Yea, that would be nice to have

timid hemlock
#

@grave wren No, I have literally no plans to ever fix that

#

... K, maybe it's on the list

grave wren
#

โค

#

maybe if someone would donate one dancing duo to you in isc

#

the prio would move

#

๐Ÿค”

timid hemlock
#

o_O

#

I'm not selfish like that, I don't prioritise features just because I want them

#

Oh look, my nose just grew 10 feet o_O

grave wren
#

oh no

#

๐Ÿ‘ƒ

timid hemlock
#

Big lie, I do that all the time

#

But still

worthy cape
#

I would like a cookie for looking at the existing PoB issues before filing a duplicate ๐Ÿ˜ƒ

#

Did you know that Multistrike doesn't interact well with anything? ๐Ÿ˜›

grave wren
#

if you make a PR for the dancing duo change you get the sword!

#

๐ŸŽฃ

#

its funny btw

#

poetrade is faster than the original one today

#

by a huge maring

chrome topaz
#

excuse me, poe.trade is the original one

grave wren
#

no that'd be poeapp

obtuse citrus
#

poeapp gets the results so fast it travelled back in time and became the original

grave wren
#

this is incursion, right

#

horribly murders xyz 5 years ago

#

i only trust in prolog

#

oh btw

#

is it possible to get an option to find items with double implicits

#

\o/

#

๐Ÿ˜ฎ

jade adder
#

Faust gets special privileges smh

#

Report Faust

grave wren
#

it's because i got the green

#

devs love the green

jade adder
#

You tool devs gotta stick together

#

Bout to have some west side story esque exile vs tool dev battle in here

grave wren
#

hnng

simple ravine
#

made another comparison

poeapp: 7.5s average
xyz: 16.5s avarage
ggg: 39.5s average

#

based on 4 items, live search

#

video rendering now

grave wren
#

fastest turnaround AND support

simple ravine
#

A lot of people have given GGG support a thumbs up on swift and professional replies. I unfortunately don't share that experience, which is a shame. Novynn is โค though.

grave wren
#

i always get the

#

"we notified the appropriate teammembers"

#

and nothing happens

#

\o/

simple ravine
#

oops wrong one

grave wren
#

allan pls

simple ravine
#

new one coming in a minute

#

there we go

chrome topaz
#

@grave wren thats when you skype call chris in the middle of the night

grave wren
sharp falcon
#

hello, just wanted to see whats happening with POEwikibot? its down? (not sure if the creator/developers of the bot is in here)

compact isle
#

can you people please do speed tests when I'm around to throttle the other sites

grave wren
grave wren
#

Could you throttle randomly so that every site is hated equally

#

You know randomly enforced ssf

compact isle
#

that board was just for Halloween, it's definitely not our plan for the future

#

I activated Unethical Modeโ„ข for the official trade website, live searches should be instant now

grave wren
#

They better be unethical tomorrow because I now have to sleep:/

compact isle
#

@long zinc which browser are you using to get the decimal problem? Going to try and reproduce

long zinc
#

Firefox 60.0.2 64-bit

#

@compact isle

simple ravine
#

lol @compact isle ... feel confident enough for me to make another comparison? ๐Ÿ˜›

compact isle
#

do it I dare you

simple ravine
#

hold my beer...

compact isle
#

@long zinc cool I can reproduce, time to fix while learning German at the same time

simple ravine
#

holy shit @compact isle

#

that's quite the improvement

compact isle
#

quite unethical

long zinc
#

@compact isle which part of fixing involves learning German? ๐Ÿ˜„

compact isle
#

it only happens when running Firefox in German

#

due to <input type="number"> being awful

long zinc
#

Ah, great. Someone wanted to be smart and localize things automatically, I guess.

compact isle
#

the HTML spec even says not to localize those fields ๐Ÿ˜…

worthy cape
#

If you want fun bugs, try making french software input decimal points.

compact isle
#

ugh looks like it's a Firefox thing, Chrome handles it fine

subtle vapor
#

@polar island site already looks ๐Ÿ‘Œ

subtle vapor
#

GGG cheating atm

#

I just ran same test, with other 2 sites only about 1-2 seconds delayed

simple ravine
#

you're saying poetrade etc are only 1-2 seconds delayed on your end?

subtle vapor
#

Ya, official is nearly instant with poetrade/app about 2 seconds delayed

simple ravine
#

I suppose it might depend on which type of filter you're using

subtle vapor
#

would u like to test it together?

#

see if there is any differences

simple ravine
#

how do you suggest we do that?

subtle vapor
#

can do a 1 chaos 6 link, and either voice chat it or just say which pops first

simple ravine
#

that doesn't sound very accurate though ;)
no offense

subtle vapor
#

or u can give me w/e filter u got goin

simple ravine
#

the way I did it was using account search and used my own account

#

and just popped items in, changed area

subtle vapor
#

thats what im saying

#

sry we both put in same filter

#

I drop item or u drop item and we make sure we both getting same result?

simple ravine
#

well, try to put your account in and do similar test, and see if poe.trade and poeapp are similarly delayed as in my latest test

#

if not, then I suppose it's cosmic rays ๐Ÿ˜ƒ

#

I'm just too lazy to re-connect my mixer to get my microphone connected again (it's 2 am here now, pretty tired)

subtle vapor
#

ill give it shot

#

same 2 seconds

simple ravine
#

hmm weird

#

ISC or IHC?

subtle vapor
#

ISC

#

u in game? can I do a filter on ur account name?

compact isle
#

Va1ent obviously paid for poeapp and poe.trade premium

simple ravine
#

nah, closed the game now

#

haha, yeah

#

considering the amount of $$ i sent your way Novynn, doesn't that mean I should have a negative delay? enlightenedChaosThinking

subtle vapor
#

they are talking about human prediction on the tech sites recently ;P

#

maybe soon we'll be able to buy before the seller realizes they want to sell.

simple ravine
#

AI/ML has been pretty hot the past couple of years, and just getting hotter indeed

#

@subtle vapor what server you connected to in PoE?

subtle vapor
#

US - California

simple ravine
#

Ok.. I have a theory

#

I'm in EU, Sweden. Connected to Frankfurt

#

The ingestion point for the river is in Texas somewhere, and it is seemingly apparent that pathofexile.com/trade does not use the river the same way as 3rd parties does.

#

perhaps the river ingestion from european realms are somewhat delayed

compact isle
#

we do just use the river

simple ravine
#

then im out of ideas

subtle vapor
#

these things have been coming and going in waves, its very possible by the time u did your test, and we started talking about mine that the congestion faded

#

unless u were also doing them while we were chatting

simple ravine
#

2 hours ago

subtle vapor
#

thats the issue, I have seen swings in the 30 minute marks.

#

likely just a congestion issue with the api for the other 2 sites, when they are slower. Im not sure why OCCASIONALLY the pathofexile.com/trade has been delayed longer than them. Novynn?

compact isle
#

our database is falling apart so it's faster when I'm around to fix it

subtle vapor
#

ah makes sense

#

Thanks for fighting the good fight.

simple ravine
#

that does not sound fun, Novynn. how come?

compact isle
#

well it's my fault really, I forgot to clear out all the old bestiary entries after that league finished

#

so we currently have 250 million items

#

database is finding it hard to search across all the pages which makes it just a tiny bit too slow to keep up properly

worthy cape
#

Take it down for a week, sort it out, I'm sure no-one will mind.

compact isle
#

we need to upgrade postgres so we can have logical partitioning ๐Ÿ˜ฆ

simple ravine
#

lol

chrome topaz
#

imagine if they had somebody looking after the api with at least half the effort

compact isle
#

looking after the API? There are no API-specific problems

#

any issues affect the website as a whole, including our own trade site

waxen pine
#

@timid hemlock hey, i noticed I can't find %trap damage on weapons in PoB, but i see them on trade. Am i missing something?

chrome topaz
#

@compact isle really? because I remember people complaining our websites didn't work and telling others to use the official one, when the response times were 10-20s. the official site meanwhile loaded just fine

compact isle
#

loading is different from indexing

timid hemlock
#

@waxen pine That's one of the special affixes from Atzoatl, so you won't see it in the item crafting interface

#

I might add the ability to add them as a custom affix, though

#

We'll see

slow forge
#

Why are we even still surprised that people on Reddit are clueless and stubborn?

simple ravine
#

There is one thing though, that makes me curious... How they solved the "Empty prefixes and Empty suffixes" filter.

#

Which makes me think they might have something special. I mean, I'm not ranting about it... at the end of the day, it's their game and their data. But... it would be nice to have that kind of information available.

hasty creek
#

That would be interesting. AFAIK crafted prefix/suffix count as free prefix/suffix too

simple ravine
subtle vapor
#

same item from what poe sends:

subtle vapor
#

fun fact of the morning: Poetrade/app beating official site by about 15-30seconds, sometimes more had 1 test delayed official site delayed > 2 minutes) fun watching the waves of messages in game depending on their tracker ;P

junior helm
#

tested it myself about 30 minutes ago, had official site winning by a 5~ seconds like 7/10 times, but yeah, it seems quite inconsistent.

#

Setting up a woop on a certain popular item on all three sites and tracking them over a day to see who wins each woop would be interesting to see

hasty creek
#

How about creating a webservice pulling all of them, so you always get the fastest ๐Ÿ˜‰

#

Isn't it possible to have the client init the weblistening on poeapp/trade/ggg and the website just views the result and filtering duplicates.

junior helm
#

yeah seems like it wouldn't be that difficult it someone wanted to go that far

#

aren't there quite a few public tools around that connect to poe.trade or official trade websockets without a browser? that's all you'd need for such a task

chrome topaz
#

@simple ravine i mean he even told us there likely won't be affix info in public api

#

he probably meant it's some combination like they still use the same idea with change ids but instead of going through the web api just read stuff from the database where i assume it's stored in some binary game format? (like what you'd get sniffing game traffic with split affixes)

subtle vapor
waxen pine
#

@timid hemlock Ok thanks. I made a custom item temporarily and that works.

simple ravine
#

@chrome topaz that's conflicting to the information I've heard from Novynn. Perhaps they abandoned the idea; not sure.

wind garden
#

I heard from Novynn as well that there wouldn't be affix info in the api

chrome topaz
#

couldn't figure how to paste a permalink on discord but it was on june 14

grave wren
#

permalinks in discord

#

implying the technology exists

simple ravine
#

Lol... Discord too primitive

#

Can't even quote

grave wren
#

^

simple ravine
#

@chrome topaz ah yeah that is newer than my recollection of the discussion. Perhaps we can persuade them somehow.

grave wren
#

send cookies

#

everyone loves them

hazy fog
#

I guess it changed in 6 months

velvet fog
#

Is the official trade site display essence tier information correctly?

#

Garena Taiwan server are terrible, 5000+ queue after a client crash, in the second week

wind garden
#

max buyout set to 14c, results showing 15c

gritty olive
#

I just wish they didn't show the website preview for links and show the discussion instead

#

The link will jump you to it

fickle yew
delicate ore
#

it happened before, with instance rollbacks

hazy fog
#

Why isn't there an official designation for mirrored ๐Ÿ˜ญ

gritty olive
#

I wish that all the trade sites had a quick add button for modifiers

#

I've also noticed that there are modifiers that you can't search for as well, I forgot the item name off the top of my head, I think it was piscators

thorny ember
#

whats the tool most people use to list items for trade?

hazy fog
#

right click ๐Ÿค”

#

premium tabs built into the game. no tool

thorny ember
#

thanks, saw some streamers do it, didnt realize it was a pay thing

chrome topaz
#

acquisition if you don't want to pay

gritty olive
#

Smh even poeapp doesn't have a quick add button for modifiers my dreams and hopes were crushed

echo hazel
#

Does anyone here have any experience with pypoe?

simple ravine
#

@echo hazel it's better to just ask whatever you're gonna ask

echo hazel
#

I was trying to find where and how content.ggpk holds the information relative to what monster varieties can spawn in each map and I've only found part of it, was wondering if anyone here knows where to find it all

worthy cape
#

That may be something that might not ship to the client in the first place.

hazy fog
#

yeah the client probably has no need to know it

glad plaza
#

@echo hazel what is the part you did find? because if I remember correctly you had to join more thant 5 tables to get to that information. I think I was able to get possible invasion bosses for each map back in some flashback event

velvet fog
#

There are some static MonsterPacks, but others may depends on WorldAreas's Tags

pseudo ocean
timid hemlock
#

You've been naughty!

pseudo ocean
#

oh noooes

timid hemlock
#

What were you doing when that happened?

#

Aside from being naughty

pseudo ocean
#

ehh just after exporting a pastebin link trying to click back on skilltree iirc

timid hemlock
#

Not sure then

pseudo ocean
#

๐Ÿคท

timid hemlock
#

That type of crash is exceptionally rare, and I seldom manage to track down the cause

#

It tends to be drivers at fault though

pseudo ocean
#

yeah thats the first time i had a crash happen since i started using pob so i guess its fine ๐Ÿ˜„

echo hazel
#

@glad plaza the maps.dat file has a column and a WorldAreas_Key column, and each WorldAreas_Key row also has a MonsterPacks_Keys column, but I checked all the corresponding monster varieties for channel maps and there were only 3

glad plaza
#

Maybe those are the signature packs. The other packs might be matched via tags

pseudo ocean
#

out of bounds read vulnerability?

#

@pseudo ocean do you have a poc for that issue?

#

or you overwrote data with garbage shit as well

echo hazel
#

Im playing around with the api for the first time, running r=requests.get(url) in python, and most of the entries in r.json()['stashes'] have accountName, lastCharacterName, and stash values of None, and the items value as an empty list. Is this normal?

simple ravine
#

yes, if you start from the beginning of the river, they're more common

#

those are stash tabs that are marked private again, or accounts that have been closed

echo hazel
#

Dont private tabs show up like regular ones with the public value set to false?

pseudo ocean
#

@pseudo ocean i have no idea what youre saying and i didnt see it last night ๐Ÿ˜„

#

my bad

simple ravine
#

Well, when a challenge league is over, I'm guessing it gets "nulled" in the river

grave wren
#

rip you

#

most hated poe (ex)player

#

:p

hazy fog
#

great scam

chrome topaz
#

nice

grave wren
#

you made a person quit xyz

#

hope you're happy

#

:<

#

did you guys not get a report yet :D?

#

Expected that some people are pretty active with that kind of stuff

#

inb4 poeapp coding away to fix

#

burn it

worthy cape
#

๐Ÿ”ฅ

#

Official trade site is scary... it localizes the text to fit the seller.

#

I just offered to buy something in russian ๐Ÿ˜ƒ

grave wren
#

cyka blyat gib item

#

some guy even talked to me in russian afterwards

#

๐Ÿคท

#

kinda hilarious thread though with the voidstarforge

#

its too hot to play atm

#

people bitch and praise op for not giving back the money for the voidforge

chrome topaz
#

report? lol

grave wren
#

the bug

#

i mean as it stands

chrome topaz
#

I get to learn about these problems from these epic reddit threads just like you

grave wren
#

am i a first reporter then

#

puts on his โญ

#

but what if its my own karma

#

and it also amuses you

#

gotta be worth something

chrome topaz
#

well basically when ggg added voidforge in bestiary they made it use the same image starforge.png

grave wren
#

so... he actually bought a starforge

#

... picture

worthy cape
#

So how does xyz get paid for his assistance in this scam scheme?

chrome topaz
#

so the unique id stuff works from picture path

grave wren
#

xyz takes a 23% cut

worthy cape
#

Decent.

grave wren
#

he then sells the currency to fund new psvita game dev

chrome topaz
#

or just give us unique name

grave wren
#

or so i imagine

chrome topaz
#

no idea what you're talking about @grave wren

grave wren
#

๐Ÿธ moved on from the vita completely?

chrome topaz
#

never heard of that "vita" thing

grave wren
#

๐Ÿ˜„

#

tbh i wonder why they do not display/store item names of uniques in the copied text

chrome topaz
#

anyway i guess i better get playing incursion so i can refund that dudes 2 ex or whatever

grave wren
#

its fine he quit already

old heath
#

That's a good idea

#

Thanks

grave wren
#

did you mean: play support

chrome topaz
#

like a garemon pet

grave wren
#
Almost everyone in the comments giving poe.trade a free pass... but the root cause of this whole kerfuffle is listing an unidentified Voidforge as a Starforge, that's just absolutely wrong.

How badly would poe.trade have to fuck up to get its API access revoked?
#

on it xyz

#

he challenged you

#

can you just fix exalts to 50c

#

thanks in advance

#

you too poeapp

chrome topaz
#

make all items have this dudes ign

#

ALL items

grave wren
chrome topaz
#

i wonder if your game will crash

worthy cape
#

Auto-applied discount.

grave wren
#

oh man thatd be even nicer

#

just show his priced items for half price

#

so he blocks everyone for being scammers

hazy fog
#

can you do that for like 2 minutes

#

that'd be amazing

grave wren
#

his ign is arrogant

hazy fog
grave wren
#

for science ferret

hazy fog
#

I'm at work though

grave wren
#

xyz get on it on 5h

#

just keep it open for like 2 days

chrome topaz
#

then we can tell them it's trade api glitch

grave wren
hazy fog
slow forge
#

@timid hemlock There seems to be a typo in Chains of Command's description, instead of saying this 10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy it says this 10% chance to Trigger Level 20 Animate Guardian's Weapon when Animated Weapon Kills an Enemy

jade adder
#

He's saying level 18 -> level 20 btw

#

in case it took anyone a minute to find that

grave wren
#

it didnt but thanks!

jade adder
#

not all of us are super readers like you faust

grave wren
#

herman the german

trim gazelle
#

I'm not really familiar with how github works but is there some specific way to submit that something is missing in PoB?

worthy cape
#

@trim gazelle If you have a human-readable problem, file an Issue. If you have actual code that does something, make a Pull Request from a branch of yours.

#

Make sure to search the issues beforehand, it's likely that someone has already ranted about it ๐Ÿ˜ƒ

trim gazelle
#

oh rip I'd have to make a github account

slow forge
#

A lot of people report bugs to Openarl here

hazy fog
#

indeed

sharp wigeon
#

guyse i have a problem with my acc can someone help me some in game developer or someone please

chrome topaz
timid hemlock
#

@slow forge Fixed in the next update

slow forge
#

A bit of a far fetch, but could we get full support for Chains of Command's version of Animate Weapon?

timid hemlock
#

Not sure; it's a tricky one to support

velvet fog
hazy fog
#

but that's an innsbury's edge

velvet fog
#

im using the icon pathname for unidentified uniques

old heath
velvet fog
#

cloudflare dns server broken

chrome topaz
#

rip poe website

grave wren
#

rip poe.trade

#

pls fix xyz

chrome topaz
grave wren
#

hahaha

#

did you write a script yet

#

to count the complaints

chrome topaz
#

OverflowError

grave wren
#

BufferUnderFlow

hazy fog
timber cave
#

Does anyone have a list of various user created scripts for, say, poe.trade and the official trade site? I recall seeing some tampermonkey enhancements to both for some things, can't recall them all

hazy fog
#

no lists sorry

grave wren
#

get on it ferret

hazy fog
#

no

#

I made an array of size 0 instead

timber cave
#

But was it in javascript?

grave wren
#

mod['ferret'].helpful=False

#

:<

hazy fog
#

tooldev[faust'].useful = null

grave wren
#

wow rude

#

also doesnt even run

worthy cape
#

@timber cave only used one that made PoB compatible item copies from xyz, but it was quite bad on live searches.

#

Added a link to all entries on search procs, even old ones ๐Ÿ˜ƒ

timber cave
#

Yeah, I googled around and saw that. I was mainly looking for the recent reddit post that added some double column view to the official trade site, but it seems that's been integrated into the site itself

worthy cape
#

In other news, Linode has upgraded their plans now.

#

Still considering moving my stuff to Hetzner to be more like the cool kids.

grave wren
#

come to the germans

hazy fog
#

Lioone?

worthy cape
#

EU based is nice tho

gritty olive
#

is that avatar or pokemon

grave wren
#

y not both

gritty olive
#

ยฏ_(ใƒ„)_/ยฏ

hazy fog
#

it's linoone

#

the pokemon

simple ravine
#

why not neither

astral thistle
#

@timid hemlock I have a question about dps calc of charged dash. Is PoB taking into consideration "Deals 150% more Damage while Channelling if Illusion has finished moving" part?

timid hemlock
#

Nope

astral thistle
#

I see. This is confusing

timid hemlock
#

That skill is nigh impossible for PoB to simulate correctly

astral thistle
#

Isnt it's like zero and max stacks blade flurry?

timid hemlock
#

Not exactly

cosmic saffron
#

add in a minigame where you have to trace a path with your mouse and answer a captcha to calculate charged dash dps

astral thistle
#

Idk, 150% more damage sounds a bit absurd when you have 1m dps already, so i questioned

timid hemlock
#

That 1m DPS number almost certainly isn't useful as a guage of your actual DPS

#

It might be proportional to your actual DPS, though

#

I'd have to check

odd aspen
#

https://www.pathofexile.com/trade/ allows you to search for open prefixes and suffixes, and definitively lists each affix next to each explicit mod line.
http://poe.trade/ doesn't have that feature, and I'm not seeing any means of trivially extrapolating it from data in the trade API.
Is there any good way to get that information programatically?

#

Ah, frustrating

#

๐Ÿ˜ƒ

#

I'm trying to do a search for a wand to find the wand with the highest possible weighted sum for the price that also has an open prefix

#

official trade site doesn't display the actual weighted sum result

#

poe.trade and trade API lack info to search for open prefix ๐Ÿ˜ฆ

#

Do you know of any better way for me to do this than flipping between the two tools to check the weighted sums for each potentially interesting item?

#

or something equally tedious like computing each weighted sum myself?

#

I suppose that's true

#

Awesome, thanks for the help!

compact isle
#

@odd aspen the official one does show sum results, you might not have updated your page in a while

odd aspen
#

Oh! It's definitely there now, thanks!

#

When was that added? I had just performed the search earlier today

#

I was probably just blind

compact isle
#

hmm not sure, let me find the issue for it

#

a week ago

odd aspen
#

maybe some js was cached or something

#

thank you!

fickle yew
#

@compact isle Is there any way of posting a query directly to the trade site as a form or query string? Or does it have to go through: 1. AJAX to get short id, 2. redirect? (Harder to make an elegant link solution)

compact isle
#

hm, not currently

#

but it would be easy to add a ?redirect=true that would redirect to the search result page

fickle yew
#

Adding all 3 trade sites to ninja now, since I'm getting requests for it.

#

But I'd like stuff like ctrl+click to work properly.

#

and not try to ajax request while the user hovers over the link or something crazy ๐Ÿ˜ƒ

#

The redirect sounds reasonable. Question then becomes if I can construct a html form element that posts the correct data. I'll experiment a bit.

gritty olive
#

oh the api request is super easy tho

compact isle
#

you can also use ?source={"jsonstuff"} instead of posting a json body, not sure if that's useful

gritty olive
#

but why tho

compact isle
#

ยฏ_(ใƒ„)_/ยฏ

gritty olive
#

I really hate having to do math for currency trades

#

these sliders destroy my life

fickle yew
#

Okay that works for me.

#

I'll experiment a bit, but the redirect option would be helpful.

#

The json is not a problem, making an ajax request before redirecting is a bit worse while keeping proper link semantics.

gritty olive
#

I'm gonna make a site that basically does the same form, but uses the conversion for the slider, I think I'm finally at the tipping point of time investment for this

#

@compact isle you should really use computed properties more

fickle yew
gritty olive
#

you don't have to post that

#

curl https://www.pathofexile.com/api/trade/exchange/Incursion?source={"exchange":{"status":{"option":"online"},"have":["alch"],"want":["chaos"]}}

fickle yew
#

Yeah that works too, still missing the redirect though ๐Ÿ˜ƒ

compact isle
#

using Vue was a learning process, so all parts are at various stages of "correct" ๐Ÿ˜…

#

I'll start on the redirect once I'm done with this GDPR madness

gritty olive
#

Here give me like two seconds

fickle yew
#

Oh yes, GDPR joy.

gritty olive
#

@compact isle I don't think the source thing works

#

That does what @fickle yew wants basically a button that does everything

#

However it gives you interesting results

#

oh

#

It's alch

#

now it works

#

Enjoy a configurable button

fickle yew
#

@gritty olive Yup that works. I'm just trying to avoid the extra request.

gritty olive
#

It caches it, so maybe that will help

fickle yew
#

Hm. I don't think people are clicking ninja trade links multiple times unfortunately. ๐Ÿ˜ƒ

gritty olive
#

I also learned that a lot of those ids can be used on the search site as well

#

๐Ÿค”

#

guess they are non unique

compact isle
#

pay no attention to the search queries behind the curtain

gritty olive
#

that's an exchange id o_0

#

Does it just see that it's bad and do it's own search?

compact isle
#

search ids just populate the state of the app when it boots up

fickle yew
#

It finds items crafted with that currency obviously.

compact isle
#

so if you switch to the exchange tab it will have those things selected

gritty olive
#

huh

compact isle
#

we rebuild the client-side state based off the query you give

#

it's super gross but works

gritty olive
#

nifty

#

what is the encoding format

#

๐Ÿค” I could just read the code I guess

compact isle
#

json?

gritty olive
#

uh, what, the id is json?

compact isle
#

the id is just some random thing

gritty olive
#

I made it work for multiple buttons

fickle yew
#

@gritty olive This Does Not Work button intrigues me.

gritty olive
#

It doesn't work

compact isle
#

@fickle yew okay redirect is implemented, just do &redirect at the end or whatever

fickle yew
#

@compact isle Great I'll try it out. That was a fast GDPR implementation!

compact isle
#

I didn't just start today ๐Ÿ˜“

fickle yew
#

I just spent 6 months at work doing GDPR.. So ๐Ÿ˜€

#

I feel your pain

#

Looks like redirect is working.