perezpaya / lolfire-source

This is the lolfire.com code. Have fun helping in the development :)
MIT License
23 stars 6 forks source link

Invalid Credential #7

Closed ABeltramo closed 11 years ago

ABeltramo commented 11 years ago

Ih and sorry if I did a stupid request. I try to start the code but I have that error:

Credentials:  {"rate":0,"reason":"invalid_credentials","status":"FAILED","delay":5000}

Where can I change the credential or what am I doing wrong? Thank you in advice.

Jyrno42 commented 11 years ago

https://github.com/alexperezpaya/lolfire-source/blob/master/connections.js#L7

perezpaya commented 11 years ago

@Jyrno42 thx :P

ABeltramo commented 11 years ago

Thank you but not resolved. I try to change username and password in connection.js with my LOL credential. It seems to continue to try logging in. After a lot of debug information I read: In login queue. #randomnumber in line. I think it's a random number because it's always different and don't follow any rule.. :D

Jyrno42 commented 11 years ago

What region? It's probably waiting in line of login que.

ABeltramo commented 11 years ago

euw. If I open the LOL client I instantly log in.

Jyrno42 commented 11 years ago

Did you change the version string in

https://github.com/alexperezpaya/lolfire-source/blob/master/connections.js#L13

to the correct value from the client?

ABeltramo commented 11 years ago

Thank you! That resolved my problem! Sorry for the dumb question: I have to change that value anytime there is an upgrade?

perezpaya commented 11 years ago

Sadly you have to change that string for any new version. --  Perezpaya Sent with Airmail

On 29 de octubre de 2013 at 17:24:05, Alessandro Beltramo (notifications@github.com) wrote:

Thank you! That resolved my problem! Sorry for the dumb question: I have to change that value anytime there is an upgrade?

— Reply to this email directly or view it on GitHub.