-
Notifications
You must be signed in to change notification settings - Fork 251
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
Sign in issue: Access denied. CCP SSO service timeout (4s). Try again later #1034
Sign in issue: Access denied. CCP SSO service timeout (4s). Try again later #1034
Comments
|
So it seems the API no longer supports JSON suddenly? The change would have to be in the pathfinder_esi repo, I think. |
Changing |
so what do i need to do to fix this issue |
Just open the file $requestOptions = [
'json' => $requestParams,
'auth' => $credentials
]; Change it to: $requestOptions = [
'form_params' => $requestParams,
'auth' => $credentials
]; It should work now. |
|
Then ask whoever hosts that to apply this fix |
@SirVulcanoWydro you would have to install Pathfinder yourself to apply the fix. |
Maybe some link to the instalation this App on PC ??
|
|
@SirVulcanoWydro corps host Pathfinder themselves, from the sounds of it, you are in the same situation as me. We both use https://www.pathfinder-w.space/ and are waiting on the fix to be applied... |
I know this is off-topic, but I would highly recommend everyone to host it themselves. It will be much more reactive and snappy. Also you get unlimited everything. |
But 2 month ago that was fully functionally. My new corporation link to Pathfinder working teh same as this from web site . Logging is correct but later "Akcess denied ":(
|
I am investigating my options now, would prefer on docker. |
It will require a bit of work to pack it into Docker, but still easier than manually installing everything. Remember you need the WebSocket part for it to have instant updates instead of 5s polling. |
send your corp to this page to see the fix that they need to apply. |
there are some docker builds out there, I did one myself long ago, but that is most likely not functioning now with all that is happening. You can check out the slack server of pf, its still active with developers and ask there for a working one. I just hotfixed my installation with this and had to pull out the vendor directory for it, but at leasts its working again, so thanks for this @jrhigueras ! |
FYI https://www.pathfinder-w.space/ seems to be working now. |
|
Agreed, the issue is now resolved from what I can see on my end. No idea what changed but I can now log in again. |
Pathfinder worked fine up to today. I have tried logging in multiple times today, but I keep getting the error above. I've tried waiting an hour like it says, but got the same issue again.
To add more detail, I get the above screen after trying to log in, going through the EVE SSO process, selecting my character, and clicking "Authorize".
The text was updated successfully, but these errors were encountered: