Closed Er1onn closed 7 months ago
Hi, looks like you are unauthenticated!
Check out our guide to get started with auth here https://github.com/LeleDerGrasshalmi/FortniteEndpointsDocumentation/blob/main/EpicGames/AccountService/Authentication/README.md
Hi, looks like you are unauthenticated!
Check out our guide to get started with auth here https://github.com/LeleDerGrasshalmi/FortniteEndpointsDocumentation/blob/main/EpicGames/AccountService/Authentication/README.md
I have this auth API on my script https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token
the script was runinng well but is not working anymore
The given error above shows that you do not authenticate the request 🤨
The given error above shows that you do not authenticate the request 🤨
Do u know what the issue may be?
As I said, the issue is that you dont provide any authentication
As I said, the issue is that you dont provide any authentication
is that not an authentication that i provided(https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token)? also forgive me for being naive but i dont have to much knowledge about these things, if you could brovide the right api i would appreciate!
the error shwos that you do NOT provide authentication. maybe show your request
the error shwos that you do NOT provide authentication. maybe show your request
https://account-public-service-prod.ol.epicgames.com/account/api/public/account/
or if u have discord i could provide the whole script
https://account-public-service-prod.ol.epicgames.com/account/api/public/account/
this is just the url, share what headers you use
and just share it here!
Host: account-public-service-prod03.ol.epicgames.com
Accept: /
User-Agent: UELauncher/15.20.0-30567027+++Portal+Release-Live Windows/10.0.22631.1.256.64bit
Content-Type: application/json
Authorization: bearer
and you are sure there is a token after the "bearer"?
the headers that i procided eraly are headers of: https://account-public-service-prod.ol.epicgames.com/account/api/public/account/
Can you please provide the plain http message you are sending?
REQUEST POST "https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token"
CONTENT "grant_type=exchange_code&exchange_code=&token_type=eg1"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "Host: account-public-service-prod03.ol.epicgames.com"
HEADER "Accept: /"
HEADER "X-Epic-Correlation-ID: UE4-dbe953f64d8022a006d0ab89a5b19aab-2536DAC1465FE09928EC6CA54C2A1EBE-D27681D74ACC35BD2D855199D7C0FA2D"
HEADER "User-Agent: UELauncher/15.20.0-30567027+++Portal+Release-Live Windows/10.0.22631.1.256.64bit"
HEADER "Content-Type: application/x-www-form-urlencoded"
HEADER "Authorization: basic MzRhMDJjZjhmNDQxNGUyOWIxNTkyMTg3NmRhMzZmOWE6ZGFhZmJjY2M3Mzc3NDUwMzlkZmZlNTNkOTRmYzc2Y2Y="
HEADER "Accept-Encoding: gzip, deflate"
HEADER "Content-Length: 86"
REQUEST GET "https://account-public-service-prod03.ol.epicgames.com/account/api/public/account/
HEADER "Host: account-public-service-prod03.ol.epicgames.com"
HEADER "Accept: /"
HEADER "User-Agent: UELauncher/15.20.0-30567027+++Portal+Release-Live Windows/10.0.22631.1.256.64bit"
HEADER "Content-Type: application/json"
HEADER "Authorization: bearer
PARSE "
PARSE "
PARSE "
KEYCHECK
KEYCHAIN Success OR
KEY "
This is a part of script
Full Script:
REQUEST POST "https://login.live.com/ppsecure/post.srf?client_id=82023151-c27d-4fb5-8551-10c10724a55e&contextid=5061D9C70A416D02&opid=881F177F0DE7F141&bk=1708969641&uaid=640b2722d13048b2baa31416fb05416b&pid=15216"
CONTENT "i13=0&login=
KEYCHECK
KEYCHAIN Failure AND
KEY "Your account or password is incorrect."
KEY "That Microsoft account doesn\'t exist. Enter a different account"
KEY "Sign in to your Microsoft account"
KEYCHAIN Ban OR
KEY ",AC:null,urlFedConvertRename"
KEYCHAIN Failure OR
KEY "timed out"
KEYCHAIN Success OR
KEY "
KEYCHECK
KEYCHAIN Failure AND
KEY "Sign in to your Microsoft account"
KEYCHAIN Ban OR
KEY ",AC:null,urlFedConvertRename"
KEYCHAIN Success OR
KEY "
PARSE "
PARSE "
PARSE "<COOKIES(OParams)>" LR "" "" -> VAR "OParams"
PARSE "<COOKIES(__Host-MSAAUTH)>" LR "" "" -> VAR "MSA"
HEADER "Host: login.live.com" HEADER "Connection: keep-alive" HEADER "sec-ch-ua: \"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\", \"Google Chrome\";v=\"120\"" HEADER "sec-ch-ua-mobile: ?0" HEADER "sec-ch-ua-platform: \"Windows\"" HEADER "Upgrade-Insecure-Requests: 1" HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" HEADER "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7" HEADER "Sec-Fetch-Site: cross-site" HEADER "Sec-Fetch-Mode: navigate" HEADER "Sec-Fetch-Dest: document" HEADER "Referer: https://www.epicgames.com/" HEADER "Accept-Language: en-US,en;q=0.9" HEADER "Accept-Encoding: gzip, deflate"
PARSE "<ADDRESS(Address)>" LR "?code=" "&state=" -> VAR "mr"
KEYCHECK
KEYCHAIN Success OR
KEY "
REQUEST GET "https://www.unrealengine.com/id/api/reputation"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko" HEADER "Pragma: no-cache" HEADER "Accept: /"
PARSE "<COOKIES(EPIC_SESSION_REPUTATION)>" JSON "" -> VAR "SID"
PARSE "<COOKIES(EPIC_SESSION_AP)>" JSON "" -> VAR "AP"
PARSE "<COOKIES(XSRF-TOKEN)>" JSON "" -> VAR "XSRF"
PARSE "<COOKIES(EPIC_DEVICE)>" JSON "" -> VAR "EPIC_DEVICE"
REQUEST POST "https://www.unrealengine.com/id/api/external/xbl/login"
CONTENT "{\"code\":\"
KEYCHECK BanOnToCheck=FALSE KEYCHAIN Custom "2FA" OR KEY "message\":\"Two-Factor authentication" KEYCHAIN Retry OR KEY "code is required" KEYCHAIN Custom "Not Linked" OR KEY "DATE_OF_BIRTH" KEY "message\":\"No account was found to log you in" KEYCHAIN Custom "Account Epic Need Update" OR KEY "Please update your account with display name and email specified." KEYCHAIN Success OR
REQUEST GET "https://www.unrealengine.com/id/api/csrf" ReadResponseSource=FALSE
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) EpicGamesLauncher/10.19.9-14892359+++Portal+Release-Live UnrealEngine/4.23.0-14892359+++Portal+Release-Live Chrome/59.0.3071.15 Safari/537.36" HEADER "Pragma: no-cache" HEADER "Accept: /"
REQUEST GET "https://www.unrealengine.com/id/api/redirect?provider=xbl"
COOKIE "Cookie: EPIC_SESSION_REPUTATION=
PARSE "
REQUEST POST "https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token"
CONTENT "grant_type=exchange_code&exchange_code=&token_type=eg1"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "Host: account-public-service-prod03.ol.epicgames.com"
HEADER "Accept: /"
HEADER "X-Epic-Correlation-ID: UE4-dbe953f64d8022a006d0ab89a5b19aab-2536DAC1465FE09928EC6CA54C2A1EBE-D27681D74ACC35BD2D855199D7C0FA2D"
HEADER "User-Agent: UELauncher/15.20.0-30567027+++Portal+Release-Live Windows/10.0.22631.1.256.64bit"
HEADER "Content-Type: application/x-www-form-urlencoded"
HEADER "Authorization: basic MzRhMDJjZjhmNDQxNGUyOWIxNTkyMTg3NmRhMzZmOWE6ZGFhZmJjY2M3Mzc3NDUwMzlkZmZlNTNkOTRmYzc2Y2Y="
HEADER "Accept-Encoding: gzip, deflate"
HEADER "Content-Length: 86"
REQUEST GET "https://account-public-service-prod03.ol.epicgames.com/account/api/public/account/
HEADER "Host: account-public-service-prod03.ol.epicgames.com"
HEADER "Accept: /"
HEADER "User-Agent: UELauncher/15.20.0-30567027+++Portal+Release-Live Windows/10.0.22631.1.256.64bit"
HEADER "Content-Type: application/json"
HEADER "Authorization: bearer
PARSE "
PARSE "
PARSE "
KEYCHECK
KEYCHAIN Success OR
KEY "
PARSE "
PARSE "
PARSE "
PARSE "
PARSE "
hi again, thanks for the script, whatever "weird" language that is.
However, the error you originally sent means that you do not specify a token, or in a invalid way, like
That is a script for SilverBullet checker tool!
Do u know any fix?
As i said, you supply the token in a invalid way, or not at all. Thats what the error means.
Issue Checklist
Hello, im facing an issue with the account id API i think is not working: Response Source: {"errorCode":"errors.com.epicgames.common.authentication.authentication_failed","errorMessage":"Authentication failed for /api/public/account/:accountId","messageVars":["/api/public/account/:accountId"],"numericErrorCode":1032,"originatingService":"com.epicgames.account.public","intent":"prod"} <--- Executing Block PARSE ---> Could not parse any data. The variable was not created. <--- Executing Block PARSE ---> Could not parse any data. The variable was not created. <--- Executing Block PARSE ---> Could not parse any data. The variable was not created. <--- Executing Block KEY CHECK ---> ===== DEBUGGER ENDED AFTER 8.714 SECOND(S) WITH STATUS: BAN =====