These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Refresh token generates internal server error

First post
Author
Calavoow2
Royal Amarr Institute
Amarr Empire
#1 - 2015-03-08 16:45:25 UTC
When requesting a new access token for the CREST api using the refresh token, I get the following error:

Internal server error. Error ref: 31056592-85d4-4935-81f1-30f79025b019 


Anyone else having issues refreshing their access codes?
Pete Butcher
The Scope
Gallente Federation
#2 - 2015-03-08 18:07:16 UTC
Calavoow2 wrote:
When requesting a new access token for the CREST api using the refresh token, I get the following error:

Internal server error. Error ref: 31056592-85d4-4935-81f1-30f79025b019 


Anyone else having issues refreshing their access codes?


I already reported it some time ago, no response was given, so they basically don't seem to care. You can actually play around with CREST and notice more funny behavior like this.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

CCP FoxFour
C C P
C C P Alliance
#3 - 2015-03-08 22:34:49 UTC
Pete Butcher wrote:
Calavoow2 wrote:
When requesting a new access token for the CREST api using the refresh token, I get the following error:

Internal server error. Error ref: 31056592-85d4-4935-81f1-30f79025b019 


Anyone else having issues refreshing their access codes?


I already reported it some time ago, no response was given, so they basically don't seem to care. You can actually play around with CREST and notice more funny behavior like this.


Just because you didn't get a response doesn't mean we don't care. :) It's being looked into from what I am aware, and I will try and follow it up later this week.

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

Pete Butcher
The Scope
Gallente Federation
#4 - 2015-03-09 05:07:11 UTC
CCP FoxFour wrote:
Pete Butcher wrote:
Calavoow2 wrote:
When requesting a new access token for the CREST api using the refresh token, I get the following error:

Internal server error. Error ref: 31056592-85d4-4935-81f1-30f79025b019 


Anyone else having issues refreshing their access codes?


I already reported it some time ago, no response was given, so they basically don't seem to care. You can actually play around with CREST and notice more funny behavior like this.


Just because you didn't get a response doesn't mean we don't care. :) It's being looked into from what I am aware, and I will try and follow it up later this week.


Ok, good to hear. No response and no actual change didn't bode well.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Calavoow2
Royal Amarr Institute
Amarr Empire
#5 - 2015-03-09 11:24:12 UTC
Thank you for the reply. Looking forward to using the refresh token :)
Calavoow2
Royal Amarr Institute
Amarr Empire
#6 - 2015-03-10 10:50:40 UTC  |  Edited by: Calavoow2
Ah, I found that I was sending the authentication token as a refresh token. Now I am able to request new authentication tokens.

Still, maybe the server should not respond with an internal server error, but instead with an authentication failure (as it does for the authentication code).
Ancient Evils
Association of Commonwealth Enterprises
#7 - 2015-03-12 18:28:41 UTC
i have just posed a question regarding refresh_tokens. How do you actually GET the refresh token. i have tried setting both scope and grant_type to refresh_token but i still get a null refresh_token........

You have clearly GOT a refresh token so you might be able to answer my question.

Thx in advance.

Anc
Calavoow2
Royal Amarr Institute
Amarr Empire
#8 - 2015-03-13 10:00:19 UTC
Ancient Evils wrote:
i have just posed a question regarding refresh_tokens. How do you actually GET the refresh token. i have tried setting both scope and grant_type to refresh_token but i still get a null refresh_token........

You have clearly GOT a refresh token so you might be able to answer my question.

Thx in advance.

Anc



My login link is along the lines of


It is required for the response type to be "code", or otherwise you will not get an access code, but instead an authentication token (and no refresh token). As well as scope "publicData". I think on this last point foxfour was still working on getting a refresh token even if you request no scopes.