Jump to content
McKay Development

Recommended Posts

Posted

Hi, I'm getting a duplicate response error (EResult: 29), when I call the following code. 

  manager.getInventoryContents(730, 2, true, (err, inventory) => {
        if (err) {
            console.log(err);
        }else{
          //other code here, never reached
        }

    });

This is run multiple times, but I need to be able to run it multiple times as the inventory is changing. How do I resolve this error ? Do I need a delay between requests ? 

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...