DoctorMcKay / node-steamcommunity

Interact with various interfaces on Steam Community from Node.js
https://dev.doctormckay.com/forum/8-node-steamcommunity/
MIT License
475 stars 128 forks source link

Can't confirm trade offer: Error: HTTP error 404 #312

Closed mariusriedl closed 1 year ago

mariusriedl commented 1 year ago

Hi, I'm using acceptConfirmationForObject like usual. Confirming trades worked last night, now we're getting 404s.

if (status == "pending") {
    community.acceptConfirmationForObject(identitySecret, offer.id, function (err) {
        if (err) {
            console.log("Can't confirm trade offer " + offer.id + ": " + err);
        } else {
            console.log("Trade offer " + offer.id + " confirmed");
        }
    });
}

Not sure whats up right now, I'll investigate further, and keep this issue open until I know more. Steam community servers are online (https://steamstat.us/), so what I suspect is they made some change to their infrastructure.

Feel free to advise me if I'm making a mistake and close this issue.

mariusriedl commented 1 year ago

Item name: P90 | Sunset Lily (Field-Tested) Found item: 'P90 | Sunset Lily (Field-Tested)' Trade offer XXXXXXXXX sent Can't confirm trade offer XXXXXXXXX: Error: HTTP error 404

DoctorMcKay commented 1 year ago

npm update

mariusriedl commented 1 year ago

lol sorry

DoctorMcKay commented 1 year ago

All good, take care.