Jump to content
McKay Development

AppTicket Err: Access Denied


DANG1172

Recommended Posts

Could i have some help with the Access denied error when using getEncryptedAppTicket
The problem i am having is that getEncryptedAppTicket returns Access Denied

Also clientSteam.accountName returns undefined

even though  clientSteam.steamID is returning a Valid User ID

Code Below:

clientSteam.logOn({
'accountName': username,
'password': password
});
 
clientSteam.on('loggedOn', details => {
console.log('[Steam]: Signed into Steam as ' + clientSteam.steamID + '.' + ' ' + clientSteam.accountName );
 
 
clientSteam.getEncryptedAppTicket(AppId, null, (err, ticket) => {
if (err) {
console.log("[Steam]: AppTicket error: " + err);
return;
}
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...