Michael Scholtz
Michael Scholtz
> So why can't we parse that? You can't reliably identify those items. This would only work if you used `original_id` which some items don't have and it seems to...
Darn, I have completely missed this. This is actually very old change in Steam's API. I remember reading [this](https://github.com/Alex7Kom/node-steam-tradeoffers/issues/6) long time ago. This should be indeed implemented.
The reason for logging previous trade offers is simple - it allows you to ignore them completely. If SteamBot didn't do this, the same trade offer would appear over and...
Well, I suppose only @StormReaper knows why he added it. :grinning:
@Bottswana I was browsing SteamKit repo the other day when I noticed this issue (more of a suggestion actually): SteamRE/SteamKit#69. In my case (and @glen-84's), there were no messages in...
I haven't had this issue in a very long time. Regarding the second pastebin file, perhaps try updating the SteamKit2 dependency in your project. It might be outdated.
Unless `asset` is null, casting should not be an issue. (?) `contextId` is either `ulong` or `long` and those are not nullable.
What would be the purpose of this wrapper class?
This project is still lacking proper inventory system for trade offers. I'd say this is pretty low priority.
@erikdesjardins Ok, everything "clicked" after your response. I haven't logged into dropbox.com in a very long time. When I clicked the Dropbox button, it launched **interactive** auth flow. This opens...