[Tool] Looty! Very fast stash search & XP tracking.

Hi,

I have loved using Looty in the past but it has stopped working for me.

When I open the extension in Chrome it gets to "Looking up accountName from GGGs website" but never shows me any of my gear or gets any further.

Any help would be appreciated.
Domination IGN: The_Bloody_Fist and Aurora_Temptus
http://poexplorer.com/ - Forum Item Search
http://exilestats.com/ex/ - Approximate currency exchange rate.
http://www.poebuilder.com/ - Advanced skill tree builder.
"
mustafa2812 wrote:
Hi,

I have loved using Looty in the past but it has stopped working for me.

When I open the extension in Chrome it gets to "Looking up accountName from GGGs website" but never shows me any of my gear or gets any further.

Any help would be appreciated.


I had to make some changes to how looty works because GGG changed some of their API calls. Are you sure you are logged into the website?

If you are when you go to this page:

http://www.pathofexile.com/my-account

Does it say

Logged in as mustafa2812

at the top left? (it will look like this: http://imgur.com/JBwxQjt)


When you click on your name there does it take you to this page:

http://www.pathofexile.com/account/view-profile/mustafa2812

Thanks for reporting your issue, hopefully we can figure it out without too much trouble.

Last edited by bjax on Apr 26, 2015, 8:49:50 PM
Yes I am logged in on my browser. It does say logged in as mustafa2812 and when I click on my name it does take me to that page. Do I have to enter any information on Looty? It's still giving me the same response.

"
bjax wrote:
"
mustafa2812 wrote:
Hi,

I have loved using Looty in the past but it has stopped working for me.

When I open the extension in Chrome it gets to "Looking up accountName from GGGs website" but never shows me any of my gear or gets any further.

Any help would be appreciated.


I had to make some changes to how looty works because GGG changed some of their API calls. Are you sure you are logged into the website?

If you are when you go to this page:

http://www.pathofexile.com/my-account

Does it say

Logged in as mustafa2812

at the top left? (it will look like this: http://imgur.com/JBwxQjt)


When you click on your name there does it take you to this page:

http://www.pathofexile.com/account/view-profile/mustafa2812

Thanks for reporting your issue, hopefully we can figure it out without too much trouble.

Domination IGN: The_Bloody_Fist and Aurora_Temptus
http://poexplorer.com/ - Forum Item Search
http://exilestats.com/ex/ - Approximate currency exchange rate.
http://www.poebuilder.com/ - Advanced skill tree builder.
"
mustafa2812 wrote:
Yes I am logged in on my browser. It does say logged in as mustafa2812 and when I click on my name it does take me to that page. Do I have to enter any information on Looty? It's still giving me the same response.

"
bjax wrote:
"
mustafa2812 wrote:
Hi,

I have loved using Looty in the past but it has stopped working for me.

When I open the extension in Chrome it gets to "Looking up accountName from GGGs website" but never shows me any of my gear or gets any further.

Any help would be appreciated.


I had to make some changes to how looty works because GGG changed some of their API calls. Are you sure you are logged into the website?

If you are when you go to this page:

http://www.pathofexile.com/my-account

Does it say

Logged in as mustafa2812

at the top left? (it will look like this: http://imgur.com/JBwxQjt)


When you click on your name there does it take you to this page:

http://www.pathofexile.com/account/view-profile/mustafa2812

Thanks for reporting your issue, hopefully we can figure it out without too much trouble.



That's really weird, I am having a hard time replicating it.
Looty should be picking up the information it needs automatically.

I will try to see if I can get to the bottom of this, in the meantime

Can you try uninstalling / reinstalling the extension?

Also what version do you have (viewable under chrome://extensions )?

I really appreciate you taking the time to help me debug this as it's probably affecting more users than just you.

EDIT:
I am wondering if you have something like the HTTPS anywhere extension, or some other extension that is interfering with AJAX call looty is making to: http://www.pathofexile.com/my-account (seems unlikely to me to be honest)
Do you have a lot of other extensions installed?

EDIT 2:
I submitted a new version to the chrome webstore that lets you manually specify an account name (it's under settings), maybe that will work for you. Let me know either way!
Last edited by bjax on Apr 28, 2015, 1:40:08 PM
Thanks for making Looty. It makes gearing new characters and upgrading gear so much easier.
2.6 BLS Berserker budget shaper farmer build guide: https://www.pathofexile.com/forum/view-thread/1882710
A big thanks for your efforts. I find Looty to be an invaluable tool to figure what the hell I've got in all these damned tabs.

It doesn't look like there's a whole lot of active development going on lately, but just a couple thoughts if you're looking for any feedback. Enumerating rows would be kinda handy, so I can see how many of a particular search result turn up (at a glance seeing I have 13 shiverstings, or knowing how many unid'd rings I have total). Also, being able to use a ! type of filter would be cool, if possible. like !(Remove-Only) in tabs, so I can just see tabs that aren't remove only. I imagine this might be difficult to get implemented, but it's just a thought.

Excellent tool regardless, and again, many thanks for the hours you've saved me.
No. Calm down. Learn to enjoy losing.
Have tried it for the first time today and really like it so far. A bit too bright and shiny imo, but very useful. Keep the good work up.
Could not live without Looty! anymore (in regards to PoE ofc)

awesome job!

should monetize it to GGG
See my stats: http://poestatistics.com/users/wiraqucha/
Seems not updated for whatever reason: http://exilestats.com/account.php?id=265406
Discontinued profile: http://exilestats.com/account.php?id=40468
"
b15h09 wrote:
A big thanks for your efforts. I find Looty to be an invaluable tool to figure what the hell I've got in all these damned tabs.

It doesn't look like there's a whole lot of active development going on lately, but just a couple thoughts if you're looking for any feedback. Enumerating rows would be kinda handy, so I can see how many of a particular search result turn up (at a glance seeing I have 13 shiverstings, or knowing how many unid'd rings I have total). Also, being able to use a ! type of filter would be cool, if possible. like !(Remove-Only) in tabs, so I can just see tabs that aren't remove only. I imagine this might be difficult to get implemented, but it's just a thought.

Excellent tool regardless, and again, many thanks for the hours you've saved me.


The search boxes are actually regular expressions, so you can use the power of them.

The syntax takes some learning but you can accomplish your goal with something like

^(?!Remo)

That means show all results that don't start with Remo

see more here:
http://stackoverflow.com/a/5334825/121477

As for the counts of items listed, that's a great suggestion! I will try to implement it next time I work on looty. I wonder if there are other aggregations that I should look into. One caveat for items that stack, it might show the number of stacks not the total number of items.
I just added flashback league support in version 0.2.1.49 please let me know if anyone sees any issues, it should be released within the hour

Report Forum Post

Report Account:

Report Type

Additional Info