Jump to content
McKay Development

[Error: Could not act on confirmation]


Inkognitoo

Recommended Posts

I have this error everytime after trade confirmation

What i did wrong? 

 

My code:

let time_conf = Math.floor(Date.now() / 1000);
        let key_conf = SteamTotp.getConfirmationKey(this.identity_secret, time_conf, "conf");
        this.community.getConfirmations(time_conf, key_conf, (err, confirmations) => {
            setTimeout(() => {
                let time = Math.floor(Date.now() / 1000);
                let key = SteamTotp.getConfirmationKey(this.identity_secret, time, "accept");
                confirmations[0].respond(time, key, true, (err) => {
                    console.log('err', err);
                });
            }, 1001);
        });
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...