Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoE Helper for Garena PoE #41

Open
dualwind opened this issue Feb 4, 2015 · 9 comments
Open

PoE Helper for Garena PoE #41

dualwind opened this issue Feb 4, 2015 · 9 comments

Comments

@dualwind
Copy link

dualwind commented Feb 4, 2015

Hi is that possible to make this helper available for Garena PoE?

@njs50
Copy link
Owner

njs50 commented Feb 4, 2015

You sure you can't just log into the regular PoE site and have it work?
(make sure you have that remember me thing checked).

On Wed, Feb 4, 2015 at 3:29 AM, dualwind notifications@github.com wrote:

Hi is that possible to make this helper available for Garena PoE?


Reply to this email directly or view it on GitHub
#41.

@dualwind
Copy link
Author

dualwind commented Feb 5, 2015

Hi njs50, thanks for your reply =)

I did log into regular PoE site (www.pathofexile.com) and checked remember me.
After open up the PoE Helper i wasn't able to select any league, there's only 1 option "Loading..."

I tried log into Garena PoE site (web.poe.garena.com) and checked remember me.
Not working too =/

@njs50
Copy link
Owner

njs50 commented Feb 5, 2015

When you log into the regular site do you see your chars and stash etc?
On Feb 4, 2015 6:28 PM, "dualwind" notifications@github.com wrote:

Hi njs50, thanks for your reply =)

I did log into regular PoE site (www.pathofexile.com) and checked
remember me.
After open up the PoE Helper i wasn't able to select any league, there's
only 1 option "Loading..."

I tried log into Garena PoE site (web.poe.garena.com) and checked
remember me.
Not working too =/


Reply to this email directly or view it on GitHub
#41 (comment).

@dualwind
Copy link
Author

dualwind commented Feb 5, 2015

Nope, because i never play international PoE before.

@njs50
Copy link
Owner

njs50 commented Feb 5, 2015

Ah, I guess that's why it doesn't work then.

you could try modifying poe_ext/assets/js/loader.js

and changing:

function getEndpoint(method) {
return "http://www.pathofexile.com/character-window/" + method;
}

to

function getEndpoint(method) {
return "http://web.poe.garena.com/character-window/" + method;
}

you might also need to modify the urls in the poe_ext/manifest.json to
allow that also.

I have no idea how this Garena thing works and I don't actually play
anymore... If someone wants to figure out how it works and send in a PR so
it can work for both i'm happy to merge it.

Cheers,

Nick

On Wed, Feb 4, 2015 at 9:22 PM, dualwind notifications@github.com wrote:

Nope, because i never play international PoE before.


Reply to this email directly or view it on GitHub
#41 (comment).

@JonDum
Copy link

JonDum commented Feb 5, 2015

By the way, thanks for maintaing this shiz, Nick.

@njs50
Copy link
Owner

njs50 commented Feb 5, 2015

no worries, hope it works out for ya. looks like the item data needs to be
updated if anyone is serious about actually using this thing still.

On Thu, Feb 5, 2015 at 1:51 AM, Jonathan Dumaine notifications@github.com
wrote:

By the way, thanks for maintaing this shiz, Nick.


Reply to this email directly or view it on GitHub
#41 (comment).

@dualwind
Copy link
Author

dualwind commented Feb 5, 2015

It works now, thank you very much!
Other than the item's images not appearing, the rest are working fine =)

@njs50
Copy link
Owner

njs50 commented Feb 5, 2015

you could prob search for www.pathofexile.com in the code to find which
file is making those image links and replace it with the other one if you
were really keen! that's what i'd end up doing. there aren't actually that
many files. bleh, that code is such an embarrassment :p

On Thu, Feb 5, 2015 at 2:38 AM, dualwind notifications@github.com wrote:

It works now, thank you very much!
Other than the item's images not appearing, the rest are working fine =)


Reply to this email directly or view it on GitHub
#41 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants