Jessecar96/SteamBot

Confirmation of the trade offer returns null

Rvator666 opened this issue · 4 comments

The last time "Session.Accept (Trade Offer Id)" began to return Null. For a long time the bot worked, and recently broke. What could possibly be the matter?

#1140
Unsure what's causing this, but it's been bugging me for a really long time.

#1140
Unsure what's causing this, but it's been bugging me for a really long time.

Did you manage to solve this problem? Can you recommend something. It is impossible to understand the reason.

@Rvator666 sorry for the delayed response. The only thing I can recommend is to relogin. As far as I have seen, null reponse is always accompanied by 401 Unauthorized which could potentially mean that your cookies are invalid. Although cookies should be fine, since

A. SteamWeb.VerifyCookies() returns true for me even in cases when trade/accept returns null.
B. Other trades are fine even when this specific one is not.

Full relogin is far from the best solution, but it works for me, and unfortunately I was unable to find any other way of accepting this offer without reloginning.

@Rvator666 sorry for the delayed response. The only thing I can recommend is to relogin. As far as I have seen, null reponse is always accompanied by 401 Unauthorized which could potentially mean that your cookies are invalid. Although cookies should be fine, since

A. SteamWeb.VerifyCookies() returns true for me even in cases when trade/accept returns null.
B. Other trades are fine even when this specific one is not.

Full relogin is far from the best solution, but it works for me, and unfortunately I was unable to find any other way of accepting this offer without reloginning.

#1143 (comment)
@Noobgam Have you solved this problem?