Chrome Extension to detect recipes in your inventory

"
Lord_Deimos wrote:
This is no longer working for me since the new patch. Anybody else having issues? It just shows the swirly loading icon for eternity and never loads the recipes its found.

Any help is appreciated :)


Same thing here, after a few minutes I just closed the chrome window and assumed that it's no longer functioning the way that it should be.
It's not working for me.

Too bad because it would save me a lot of time looking for identical rares...

Hope it gets updated soon :)
I'm also having issues. It seems to be stuck loading the character data. I hope a fix comes soon, because this addon is very helpful, and my stash is suffering lol

Edit: just got the new one, and its working.
IGN: Titsious
Last edited by CitanUzuki#0689 on Jul 24, 2012, 9:12:51 PM
I've been using PoE plus extension, and I hate it. I want the OP's version....
I have installed both extensions, and each's name is poe_plus :?

(and I havent used TJJ's old version for a while now...)
invited by timer @ 10.12.2011
--
deutsche Community: www.exiled.eu & ts.exiled.eu
The retrieval of the number of tabs seems to be incorrect. I have 6 tabs, and numTabs has been incorrectly set to 10. Thus, an error is raised line 388 as the first non existent tab is being queried.

When forcing the correct value in the code, all works fine.

From what, I could see, the tabs array returned by getStashPage() sometimes returns incorrect (default?) values for the first tab:
Object
items: Array[64]
numTabs: 10
tabIndex: 0
tabs: Array[10]

Then later on if fetches the correct data:
Object
items: Array[41]
numTabs: 6
tabIndex: 0
tabs: Array[6]

I'm not familiar with the code, so I hope it'll ring a bell, if it doesn't I'll try to investigate further.

Besides, Unique items raise an "unknown item category" error, although it does not seem to block the script, but you're probably aware of that.

Object
baseType: "Hyrri's Mark Copper Circlet"
category: null
identified: true
itemRealType: ""
location: Object
name: "Hyrri's Mark Copper Circlet"
properties: Object
quantity: 1
rareName: null
rarity: "unique"
rawItem: Object

Please let me know if I can be of some help.
"
7Soul wrote:
You might want to fix this (Low quality icon and lower case name):


If anyone feels like making one I'd be happy to put it in. I just stole the icon from the live site as a placeholder.
Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/
"
Mr_Cee wrote:
I have installed both extensions, and each's name is poe_plus :?

(and I havent used TJJ's old version for a while now...)


It started off as an update to TJJ's, but now I think if I change the name the auto update will break. Not that i've read the docs on chrome plugins, or can be arsed to :p
Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/
"
Valanthyr wrote:
The retrieval of the number of tabs seems to be incorrect. I have 6 tabs, and numTabs has been incorrectly set to 10. Thus, an error is raised line 388 as the first non existent tab is being queried.

When forcing the correct value in the code, all works fine.

I'm not familiar with the code, so I hope it'll ring a bell, if it doesn't I'll try to investigate further.


Seems like it may have been an issue with the data coming back from the PoE site. Clicking 'Refresh All' should fix that. It's not something I've seen before. Had you switched accounts recently?

"
Valanthyr wrote:

Besides, Unique items raise an "unknown item category" error, although it does not seem to block the script, but you're probably aware of that.

Please let me know if I can be of some help.


From what I could see this error has always been there, but was possibly being supressed in the past.

I'll probably have a proper look into it when I get back from holiday.

If you did want to fix/add things the code is all up on github so you can always fork it and send a pull request.
Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/
"
uniblab wrote:
Hey...really like the useful app...

I was going to suggest on the "Inventory" function, to allow sorting by item name instead of tab....then I clicked on the column header and it sorted. Maybe making it a "Box or Button" would be good...of course people will eventually figure out normal behavior.

even better though, would be to change colors whenever double prefix changes, so all DOOM BRAID one color, and DOOM BROOCH a different color. Just toggle two colors though....any more and too hard to read. And not blue/red...clash too much! Alternatively, make the text black...and use a Background color (pale yellow or pale green or something) on every other "set"

lastly, the color yellow is hard to read. When I mouse over, it's blue and nice to read, but usually I am just scrolling the list looking for stuff. (black text, pale yellow/green BG alternate with white BG ideal)

anyway, thx again for a great app.


The colors are just stolen from the PoE site CSS at the moment I think. Something that works a bit better with twitters bootstrap would be good, but not high priority atm. If anyone wanted to update the CSS it's all there on github for anyone to fork + send pull requests.

Changing the way the rows are rendered might be a while away, I want to get some better filtering and col selection stuff going first. It's something i'll probably look at eventually tho.

The standard jQuery tablesorter doesn't work in a chrome plugin which is a bit of a pain. That is why there isn't nice sort indicators or table striping :p I did think about updating the other one I used instead, but then it turned out I'm too lazy :p



Chrome plugin for inventory/crafting: http://njs50.github.com/poe_ext/

Report Forum Post

Report Account:

Report Type

Additional Info